File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
77and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ 1.2.0] - 2025-10-14
10+
11+ ### Changed
12+ - Publisher origin backend now uses ` publisher.origin_url ` to dynamically create backends, deprecated ` publisher.origin_backend ` field
13+ - Prebid backend now uses ` prebid.server_url ` to dynamically create backends, deprecated ` prebid.prebid_backend ` field
14+ - Removed static backend definitions from ` fastly.toml ` for publisher and prebid
15+
16+ ### Added
17+ - Added ` .rust-analyzer.json ` for improved development environment support with Neovim/rust-analyzer
18+
919## [ 1.1.0] - 2025-10-05
1020
1121### Added
@@ -82,7 +92,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8292
8393- Initial implementation of Trusted Server
8494
85- [ Unreleased ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.6...HEAD
95+ [ Unreleased ] :https://github.com/IABTechLab/trusted-server/compare/v1.2.0...HEAD
96+ [ 1.2.0 ] :https://github.com/IABTechLab/trusted-server/compare/v1.1.0...v1.2.0
97+ [ 1.1.0 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.6...v1.1.0
8698[ 1.0.6 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.5...v1.0.6
8799[ 1.0.5 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.4...v1.0.5
88100[ 1.0.4 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.3...v1.0.4
You can’t perform that action at this time.
0 commit comments