Releases: prebid/prebid-server
Releases · prebid/prebid-server
0.35.3
0.35.2: Fixing a rubicon race condition (#597)
* Added lots more race condition tests. Fixed a race condition. * Removed a test I didnt mean to add.
0.35.1: Bump gdpr version (#591)
* Bumped the GDPR version to 0.6.1 * Bumped the go-gdpr version.
0.35.0: More granular adapter error metrics (#550)
* Split the adapter error metrics up by purpose. Fixed some bugs. * Renamed some more metrics, and fixed some issues. * Split the openrtb2 request type into web and app.
0.34.0
0.33.0: Adding endpoint exposing prebid-server version (#577)
This CL includes: * Creating a new handler `/version` exposing the current binary revision * Update Building scripts This CL doesn't include: * The newly created endpoint `/version` is not set in the router, it will be added in another CL