v1.71.0
·
1506 commits
to master
since this release
What’s Changed
There are two major host-company configuration changes in this release:
- Make gdpr default value required config (#1422). This one's easy, just make sure you define
- Revise account configuration structure and migrate to stable JDBC contract (#1431).
- Please refer to changes in docs/application-settings.md for how account config SQL query has to be tuned.
- The
analytics-sampling-factor
setting no longer exists as a common configuration property. Analytics modules relying on this property should be adapted to rely on analytics.modules.<module-name>.sampling-factor property instead (or any like it in analytics module specific configuration sub-space).
Other General Updates
- Implement flag to allow VAST modification for unknown bidders (#1419) - see issue prebid/prebid-server#1967
- pricegranularity option handling added (#1435)
- Fix VtrackHandlerTest with updated Account (#1436)
- Fix default analytics events config handling (#1434)
- Add java 11 workflow (#1429)
- Add account CCPA enabled and per-request-type enabled flags (#1044)
- Add enabledOnly flag for
/info/bidders
endpoint (#1421) - Wrong duration in resolved request (#1420)
Bidder-Specific Updates
- Fix Pubmatic bid.ext.bidtype case-sensitivity (#1445)
- Smaato: Rework multi imp support and add adpod support (#1405)
- InteractiveOffers - Parameters changed & dynamic endpoint (#1417)
- Revert Triplelift Endpoint [open source id] (#1427)
- Rubicon: update passing DFP adUnit code to XAPI (#1403)
- Tappx: new bidder params (#1410)
Contributors
@And1sS, @IOTiagoFaria, @nickluck8, @nllerandi3lift, @rpanchyk, @schernysh and @snahornyi