Skip to content

Commit 1a128f9

Browse files
update CHANGELOG.md
1 parent 5c2c595 commit 1a128f9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and 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

0 commit comments

Comments
 (0)