Skip to content

Commit 535f520

Browse files
authored
Merge branch 'main' into server-side-ad-templates-impl
2 parents 1a88e2f + 3dc1262 commit 535f520

21 files changed

Lines changed: 2179 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- **Breaking**`bid_param_zone_overrides` inner values must now be JSON objects; previously non-object or empty values (`"header" = "x"`, `"header" = {}`) were accepted and silently produced a dead rule at runtime. They now fail at startup with a configuration error. Operators upgrading should audit their `bid_param_zone_overrides` config for non-object zone entries.
13+
- **Breaking** — Sourcepoint browser module inclusion now requires explicit `[integrations.sourcepoint].enabled = true`; operators relying on the previous unconditional Sourcepoint module should enable the integration before upgrading.
1314

1415
### Security
1516

1617
- Validate synthetic ID format on inbound values from the `x-synthetic-id` header and `synthetic_id` cookie; values that do not match the expected format (`64-hex-hmac.6-alphanumeric-suffix`) are discarded and a fresh ID is generated rather than forwarded to response headers, cookies, or third-party APIs
1718

1819
### Added
1920

21+
- Added Osano consent mirror integration docs and public enablement guidance.
2022
- Implemented basic authentication for configurable endpoint paths (#73)
2123
- Added integrations guide with example `testlight` integration
2224

0 commit comments

Comments
 (0)