Releases: prebid/prebid-server
Releases · prebid/prebid-server
0.43.0
0.42.0: Test go 1.11, update dep (#661)
* 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)
* Added a regression test for the cors bug. * Fixed the test. * Better cors regression test.
0.40.1
0.40.0: Cache vast xml (#643)
* 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)
This reverts commit 8843c87ae6fb5f3c333234367098e2b8418007cf.
0.39.0: Fix tagid param for Sovrn (#633)
* 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)
* 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
0.36.0: Commented out the broken test. (#619)
* Commented out the broken test. * Use SkipNow() rather than commenting out the test.