Skip to content

Releases: prebid/prebid-server

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

0.41.0: Cors regression test (#650)

16 Aug 15:00
Compare
Choose a tag to compare
* Added a regression test for the cors bug.

* Fixed the test.

* Better cors regression test.

0.40.1: Sets a config file name so we can redirect to non-existent file for t…

08 Aug 14:15
Compare
Choose a tag to compare
…… (#647)

* Sets a config file name so we can redirect to non-existent file for tests

* Better handling of tests

* fixes mismatched name

0.40.0: Cache vast xml (#643)

06 Aug 12:41
9bba400
Compare
Choose a tag to compare
* Made some changes to support VAST cacheing.

* Implemented vastxml cacheing.

* Fixed JSON in markdown.

* Added endpoint contract tests.

* Removed redundant line.

0.39.1: Revert "Fix tagid param for Sovrn (#633)" (#635)

31 Jul 13:46
717059b
Compare
Choose a tag to compare
This reverts commit 8843c87ae6fb5f3c333234367098e2b8418007cf.

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: The conversant adapter apparently doesnt support apps. This makes it …

16 Jul 21:47
1300cbb
Compare
Choose a tag to compare