Skip to content

v1.69.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 07:29
· 1485 commits to master since this release

What’s Changed

Note: this release contains an important configuration file syntax change that's paving the way for a bigger change in the next release to support prebid/prebid-server#1672

See https://github.com/prebid/prebid-server-java/blob/master/docs/config-app.md -- settings.default-account-config has changed from YAML to JSON.

General Changes

  • Change default account config format to plain json (#1142)
  • Fix AuctionContext model to be suitable for JSON encoding (#1385)
  • Change Cache service to use ttlseconds instead of expiry (#1384) - this aligns PBS-Java with PBS-Go and PBC-Java already supports either param.
  • Add missing header 'Content-Type' in /getuids response (#1382)
  • Fix podconfig duration processing in video endpoint (#1392)
  • Remove duplicated and obsolete docs (#1381)
  • Fix NPE for missing imps, while resolving ext (#1373)
  • Bump jetty-webapp from 9.4.41.v20210516 to 9.4.43.v20210629 (#1377)
  • Add HttpResponseSender to generify HTTP output (#1290)

Bidder-Specific Changes

  • IX bidder: make impTrackers to always be unique (#1396)
  • Pubnative bidder: force currency to USD (#1387)
  • Inmobi: user sync (#1386)
  • Keywords creator code cleanup (#1383)
  • Criteo: Fix fields mapping error when building bid from bidder response (#1380)
  • Review IC bidder (#1372)
  • Simplify bidder tests (#1374)
  • Add Axonix bidder (#1376)
  • Review PubmaticBidder (#1371)

Contributors

@And1sS, @dependabot, @dependabot[bot], @rpanchyk, @schernysh and @snahornyi