Skip to content

Releases: prebid/prebid-server

0.35.1: Bump gdpr version (#591)

27 Jun 16:54
fc6faa6
Compare
Choose a tag to compare
* Bumped the GDPR version to 0.6.1

* Bumped the go-gdpr version.

0.35.0: More granular adapter error metrics (#550)

26 Jun 18:02
b91c7f8
Compare
Choose a tag to compare
* 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

25 Jun 14:45
bf61a0f
Compare
Choose a tag to compare
Moved the cookie parsing into the actual ParseCookie function. (#584)

0.33.0: Adding endpoint exposing prebid-server version (#577)

21 Jun 14:53
Compare
Choose a tag to compare
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

0.32.1

12 Jun 15:07
32f26b5
Compare
Choose a tag to compare
Use the cache type to determine if no cache was available. (#557)

0.32.0

12 Jun 14:36
badeba5
Compare
Choose a tag to compare
Fixed the validation logic on unbounded caches, and added tests. (#556)