Skip to content

Releases: prebid/prebid-server

0.48.0: Introduce currency converter mechanism (#724)

29 Oct 15:07
Compare
Choose a tag to compare
This CL introduces a mechanism to fetch currencies rates periodically from a remote source.
Those rates are stored in `CurrencyConverter` struct which can be injected in PBS to get rates.

This doesn't introduce any changes in PBS workflow just yet.

It also address issues described in #722 regarding httptestClient overload in tests generating
errors while running `validate.sh` script.

Issue: #280

0.47.1: Fixes deprecated bidders not being removed from request.imp.ext (#726)

24 Oct 20:06
Compare
Choose a tag to compare
* Fixes deprecated bidders not being removed from request.imp.ext

* Removed a stray Printf

* Removed unused import

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)