Skip to content

Releases: prebid/prebid-server

0.47.0

23 Oct 17:24
Compare
Choose a tag to compare
Removes the buggy currency code (#723)

0.46.0: Initial RhythmOne Prebid Server Adapter (#704)

15 Oct 18:02
Compare
Choose a tag to compare
* Initial RhythmOne Prebid Server Adapter

* Updated UserSync URL

* Fixed gofmt issue

* Code review comments updated, UserSync URL updated

* Updated code based on review comments - Removed unused client parameter in NewRhythmoneBidder method

* Incorporated review comments

* Updated adapter with resolved conflict

0.45.0: Default ttl per media type (#697)

08 Oct 17:40
7816a09
Compare
Choose a tag to compare
* Adds support for default cache TTLs per Imp media types

* Fixes bugs in tests

* Fixes issues identified in PR review:

* Refactors existing test into a JSON driven format, and adds new tests

0.44.0: Support sending a TTL parameter to prebid cache (#684)

24 Sep 17:47
fd89c86
Compare
Choose a tag to compare
* Adds support to send TTL to cache

* adds a test

* Fixes a couple of review issues

* Uses existing JSON compare

0.43.4

19 Sep 14:26
3c11999
Compare
Choose a tag to compare
Fixes a test to match the IP cleaning patch (#689)

0.43.3

18 Sep 15:30
Compare
Choose a tag to compare
Fixed the Domain and Page for AMP requests. (#685)

0.43.2

18 Sep 13:28
Compare
Choose a tag to compare
Makes the masked IP a   IP (#682)

0.43.1

13 Sep 12:22
Compare
Choose a tag to compare
Fixes panic with cleaning blank IPs (#676)

0.43.0

11 Sep 18:38
b7f4f12
Compare
Choose a tag to compare
Removes openrtb.RawJSON from latest Pubmatic PR (#675)

0.42.0: Test go 1.11, update dep (#661)

04 Sep 18:15
Compare
Choose a tag to compare
* Test go 1.11, update dep

* allow failures on 1.11; consistent whitespace

* update Gopkg.lock in new dep format

* remove allow_failures; fix underlying issue

* fix 1.11 build errors; update a few dependencies and go back to upstream jsonparser

* add allow_failures back for go 1.11