Releases: taboola/backstage-api-java-client
v1.1.0
Enums
-- Added support for unknown enum values that comes from API response in order to be forward compatible. In case of unsupported enum value we have added default value 'UNSUPPORTED_BY_SDK' but wont fail during serialisation.
General
-- Extraction of core code to external repository.
v1.0.30
Account
-- Bug fix of campaign type enum value PMP->PMP_DEAL (fix for version v1.0.29)
v1.0.29
Account
-- Extend campaign type enum with RTB_OPEN_EXCHANGE, PMP
v1.0.28
v1.0.27
Bug Fixes
-- Fix item update/create serialization issue in which both "active" and "is_active" JSON param were part of the payload request and caused bad request.
v1.0.26
Account
-- currency
Account level blocking (via AccountsService)
-- readAccountLevelBlocking
-- createAccountLevelBlocking
-- pathAccountLevelBlocking
v1.0.25
Campaign
-- browserTargeting
CampaignItem
-- policyReview
-- creativeFocus
-- description
-- cta
v1.0.24
v1.0.23
General
-- Bump retrofit.version from 2.6.2 to 2.9.0
-- Bump logging.interceptor.version from 3.12.1 to 4.9.0
-- Small validation to dynamic header ability
v1.0.22
General
-- Ability to provide request headers part of BackstageBuilder