Skip to content

Releases: prebid/prebid-server

0.39.0: Fix tagid param for Sovrn (#633)

30 Jul 17:54
Compare
Choose a tag to compare
* initial checkin of sovrn adapter

* some adapter updates from testing

sort bids by price so multiple sovrn tags in a unit can function properly

* User sync url/params updates

* sovrn adapter unit tests

* Updates to pass validation

* Add Headers

* secure

* Tests for headers

* fix pixel endpoint params

* Fix test for new pixel ep

* fix test after os change

* add info.yaml

* test no cookies behavior & adapter names

* Add test for nocontent & notfound responses

* remove semicolon

* Add Sovrn adapter

Refactoring sovrn adapter to follow new OpenRtb compatibility guidelines

* Review comments

* couple more changes

* Review comments, test fixes

* format fix

* Align field names with OpenRTB spec

* Moved the info.yaml to the new spot.

* Fixed build errors.

* gdpr support for sovrn

* Delete debug

* This change, along with our internal updates should solve 574

* don't include bid in response if adm parsing errored

* Switch tagid param to lowercase, since this is what clientside uses and because its what openrtb uses.

0.38.0: Banner impression update to look for only top one (#587)

23 Jul 14:58
Compare
Choose a tag to compare
*  Banner impression update to look for only top one

* making a copy of bid request to work on

*  Copying banner object to update

*  Fixing issue with impression copy

*  Updating error statement

0.37.0

16 Jul 21:47
1300cbb
Compare
Choose a tag to compare
The conversant adapter apparently doesnt support apps. This makes it …

0.36.0: Commented out the broken test. (#619)

13 Jul 15:01
71ddc16
Compare
Choose a tag to compare
* Commented out the broken test.

* Use SkipNow() rather than commenting out the test.

0.35.3

09 Jul 17:47
Compare
Choose a tag to compare
Adding creative type check in pubmatic adapter (#601)

0.35.2: Fixing a rubicon race condition (#597)

29 Jun 17:06
af366eb
Compare
Choose a tag to compare
* 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)

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