Skip to content

Releases: prebid/prebid-server

0.61.0

14 Feb 21:09
Compare
Choose a tag to compare
Copy Rubicon XAPI response.bidid to openrtb_response.seatbid.bid.bidi…

0.60.0: Sonobi Adapter (#796)

07 Feb 16:18
Compare
Choose a tag to compare
* checkpoint. I think the base openrtb is setup properly

* checkpoint. Got it compiling successfully

* added openrtb endpoint to be pulled from the config

* fixed issue where I was using a constant uri instead of from the config

* fixed issue where we were assigning tagid to the copy of the imp instad of the imp

* made it so there can be more than 1 video imp

* added sonobi user sync

* removed debugging prints

* removed unneeded declaration

* fixed a coment

* made usersync like the other bidders. but idk how this is supposed to work

* fixed }

* added tests

* updated sonobi code

* need to update our adapter now

* added Call method and updated MakeBids method

* user syncer working

* added coment explaining banner/video imp

* fix user sync test

* fixes to sonobi adapter after merge

* added support for multiple sonobi impressions

* added PubID as an imp ext

* PubID is required. updated params test

* dont need to check the PubID it is checekd earlier

* added exemplary tests to sonobi adapter

* using test endpoint

* using production endpoint for sonobi

* removed unused test file

* removed unneeded check for media types

* removed unneeded for loop.

* handle case in MakeBids getMediaTypeForBid where we cannot find the imp based off the impID in the bid response.

* removed unsed Call function. Defining the length of the imp array to 1

* fixed Content-type in exemplary test

* Removed unset headers in exemplary tests

0.59.0: Interstitial support for banner Imps (#797)

30 Jan 21:08
23c8df3
Compare
Choose a tag to compare
* Adds extensions for interstitial support

* Improves interstitial support for banner Imps

* Adds source of size list

0.58.0: Implements metrics to record GDPR status of cookie sync requests (#791)

23 Jan 17:03
d6f4eb2
Compare
Choose a tag to compare
* Implements metrics to record GDPR status of cookie syncs

* Uses better prometheus metric names

0.57.0

11 Jan 14:52
bee94eb
Compare
Choose a tag to compare
Sets an explicit path on the cookies (#789)

0.56.0: [Currency] Changing the default currency rates URL (#786)

10 Jan 19:59
Compare
Choose a tag to compare
Following PrebidJS change regarding currenncy rates URL, any references
to it need to be updated to
`https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json`

More details at #785

0.55.0

07 Jan 16:39
Compare
Choose a tag to compare
Adds checking Legitimate interests in checking vedor purposes in GDPR…

0.54.1

12 Dec 18:40
Compare
Choose a tag to compare
Fixed a bug that would segfault if the limit was larger than the max …

0.54.0: Adds a limit feature to the /cookie_sync endpoint. (#759)

10 Dec 19:16
8f889a1
Compare
Choose a tag to compare
* Adds a limit feature to /cookie_sync endpoint.

* Improves documentation and trimming efficiency

* Removes unneeded check

* Fixed broken test.

0.53.0

28 Nov 17:44
73ad292
Compare
Choose a tag to compare
Deleted the loadtype targeting key. (#750)