@@ -8,26 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11- ### Added
12- - for new features
13-
14- ### Changed
15- - for changes in existing functionality
16-
17- ### Deprecated
18- - for soon-to-be removed features.
19-
20- ### Removed
21- - for now removed features
22-
23- ### Fixed
24- - for any bug fixes
25-
26- ### Security
27- - in case of vulnerabilities
28-
29- ## [ Unreleased]
30-
3111### Added
3212- Added basic unit tests
3313- Added publisher config
@@ -36,20 +16,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3616- Add more complete e2e GAM (Google Ad Manager) integration with request construction and ad serving capabilities
3717- Add new partners.rs module for partner-specific configurations
3818- Created comprehensive publisher IDs audit document identifying hardcoded values
19+ - Enabled first-party ad endpoints that rewrite creatives in first party domain
20+ - Added first-party end point to proxy Prebid auctions
21+ - Added Trusted Server TSJS SDK with bundled build, lint, and test tools for serving creatives in first-party domain
3922
4023### Changed
41- - Upgrade to rust 1.87 .0
42- - Upgrade to fastly-cli 11.3 .0
24+ - Upgrade to rust 1.90 .0
25+ - Upgrade to fastly-cli 11.7 .0
4326- Changed to use constants for headers
4427- Changed to use log statements
4528- Updated fastly.toml for local development
4629- Changed to propagate server errors as HTTP errors
30+ - Reworked Fastly routing so first-party endpoints and synthetic cookies stay in sync
31+ - Added TypeScript CI lint, format, and test jobs for TSJS
4732
4833### Fixed
49- - Rebuild when ` TRUSTED_SERVER__* ` env variables change
50-
51- ### Fixed
52- - Rebuild when ` TRUSTED_SERVER__* ` env variables change
34+ - Rebuild when ` TRUSTED_SERVER__* ` env variables change
5335
5436## [ 1.0.6] - 2025-05-29
5537
0 commit comments