Skip to content

Releases: taboola/backstage-api-java-client

v1.1.2

26 Jan 10:14

Choose a tag to compare

General

  • Bump api-java-client- from 1.0.3 to 1.0.4, for no payload 200 status code response support

v.1.1.1

17 Jan 12:41

Choose a tag to compare

Campaigns

  • Massive update request
  • Read all account base campaigns
  • New field traffic_allocation_ab_test_end_date
  • New field campaign_groups
  • New field type
  • New field contextual_segments_targeting

Campaigns Items

  • Massive create, update and delete requests
  • New field verification_pixel
  • New field viewability_tag

Shared budget

  • CRUD

General

  • Adding custom endpoint section to README
  • Bump junit from 4.12 to 4.13.1
  • Bump log4j-core from 2.6.1 to 2.17.1
  • Bump log4j-api from 2.6.1 to 2.17.1
  • Bump api core sdk from 1.0.1 to 1.0.3

v1.1.0

15 Jul 06:35

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

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

Choose a tag to compare

Account

-- Extend campaign type enum with RTB_OPEN_EXCHANGE, PMP

v1.0.28

23 Feb 09:05

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

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

Choose a tag to compare

Account

-- currency

Account level blocking (via AccountsService)

-- readAccountLevelBlocking
-- createAccountLevelBlocking
-- pathAccountLevelBlocking

v1.0.25

11 Nov 09:05

Choose a tag to compare

Campaign

-- browserTargeting

CampaignItem

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

v1.0.24

03 Nov 13:21

Choose a tag to compare

Bug fixes

-- Fixed issue #50