Skip to content

v3.28.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:45
· 146 commits to master since this release

Important notice

(#4048) PR adds a toggle to change the behaviour of PBS HTTP client DNS resolution to a round-robin. Presently, HTTP client DNS resolver always takes the first IP address from the DNS response, even if there are multiple addresses. This creates a heavy load skew towards the first IP in the list and makes one of the HTTP load balancing techniques ineffective.

For now, old behaviour is kept intact for the sake of having a grace period, but this will change in one of the feature releases. New behaviour is to take and use all IP addresses from the DNS response in a round-robin manner, which should lower the load on the adapter endpoint in some cases.

Host companies will still be able to opt in old DNS resolution behavior if they desire so.

What’s Changed

  • Core: Add toggle to enable round-robin inet address selection of the ip address to use (#4048)
  • Housekeeping: Move DB drivers to test scope (#4017)

Vendor-Specific Updates

  • Flatads: New Adapter (#4045)
  • BidTheatre: New Adapter (#4023)
  • Smoot: New Adapter (#4021)
  • AdupTech: New Adapter (#4024)
  • Adagio: New Adapter (#4027)
  • FreewheelSSP: new alias fwssp (#4019)
  • Inmobi: Port usersync redirect (#4029)
  • MobileFuse: Add usersync info (#4011)
  • Adport & Bidsmind: Change user sync urls (#4012)
  • Pubmatic: Enable Gzip compression (#4013)
  • Colossus: Declare OpenRTB 2.6 support (#4014)
  • Admatic: New alias Netaddiction (#4018)
  • Dianomi: Update user syncs to send gdpr_consent (#4022)
  • Rubicon: Remove default maxbids value (#4041)
  • Gothamads: New Intenze Alias (#4042)
  • Kobler: Remove sensitive device and user data (#4043)
  • MobileFuse: Remove tagid_src and pub_id params (#3915)
  • GumGum: Collect the ad unit name for reporting (#3912)
  • GumGum: Enable Opt-In change notification for GumGum Adapter (#4006)

Contributors

@And1sS, @AntoxaAntoxic, @JimTharioAmazon, @Net-burst, @ShayanK16GumGum, @kim-ng93, @osulzhenko, @sindhuja-sridharan and @tomaszbmf