Skip to content

v1.108.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 08:56
· 883 commits to refs/heads/master since this release

What’s Changed

This release fixes the issue with 1.107 where bidders that reject ORTB 2.6 fields were erroring for publishers that supply the new GPP fields.

General Updates

  • Bugfix: Remove gpp data for 2.5 adapters (#2117)

  • Lower tmax for bidders (#2113) - see issue prebid/prebid-server#2398 . There are several new timeout-related configurations, and several deprecated values as well.

    • new: auction.biddertmax.min, auction.biddertmax.max, auction.biddertmax.percent, auction.tmax-upstream-response-time
    • deprecated: auction.cache.expected-request-time-ms, auction.timeout-adjustment-ms, auction.max-timeout-ms
  • Feature: returnallbidstatus flag early stage (#2109) - see prebid/prebid-server#2367 .

  • Return all bid status: remove enablement when debug true (#2122)

  • Tests: Migrate core test to generic bidder (#2115)

  • Docs: Refining README (#2116)

Bidder-specific Updates

  • Bugfix: Rubicon fix regs population (#2123)
  • Rubicon: ORTB 2.6 initial support (#2090)

Contributors

@And1sS, @CTMBNara, @SerhiiNahornyi, @ValeriiBarsuk and @bretg