Skip to content

Releases: taboola/backstage-api-java-client

v1.1.0

15 Jul 06:35
Compare
Choose a tag to compare

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

02 Jun 10:55
Compare
Choose a tag to compare

Account

-- Bug fix of campaign type enum value PMP->PMP_DEAL (fix for version v1.0.29)

v1.0.29

01 Jun 08:37
Compare
Choose a tag to compare

Account

-- Extend campaign type enum with RTB_OPEN_EXCHANGE, PMP

v1.0.28

23 Feb 09:05
Compare
Choose a tag to compare

Bug Fixes

-- Fix #55 - top campaign content report campaign id field incorrect name (from "campaigns to "campaign)

v1.0.27

07 Feb 08:37
Compare
Choose a tag to compare

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

16 Dec 20:01
Compare
Choose a tag to compare

Account

-- currency

Account level blocking (via AccountsService)

-- readAccountLevelBlocking
-- createAccountLevelBlocking
-- pathAccountLevelBlocking

v1.0.25

11 Nov 09:05
Compare
Choose a tag to compare

Campaign

-- browserTargeting

CampaignItem

-- policyReview
-- creativeFocus
-- description
-- cta

v1.0.24

03 Nov 13:21
Compare
Choose a tag to compare

Bug fixes

-- Fixed issue #50

v1.0.23

25 Oct 10:17
Compare
Choose a tag to compare

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

22 Oct 07:06
Compare
Choose a tag to compare

General

-- Ability to provide request headers part of BackstageBuilder