1-
21# Changelog
32
43All notable changes to this project will be documented in this file.
54
65The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
76and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
87
9-
108## [ Unreleased]
119
1210### Added
11+
1312- Implemented basic authentication for configurable endpoint paths (#73 )
1413
1514## [ 1.2.0] - 2025-10-14
1615
1716### Changed
17+
1818- Publisher origin backend now uses ` publisher.origin_url ` to dynamically create backends, deprecated ` publisher.origin_backend ` field
1919- Prebid backend now uses ` prebid.server_url ` to dynamically create backends, deprecated ` prebid.prebid_backend ` field
2020- Removed static backend definitions from ` fastly.toml ` for publisher and prebid
2121
2222### Added
23+
2324- Added ` .rust-analyzer.json ` for improved development environment support with Neovim/rust-analyzer
2425
2526## [ 1.1.0] - 2025-10-05
2627
2728### Added
29+
2830- Added basic unit tests
2931- Added publisher config
3032- Add AI assist rules. Based on https://github.com/hashintel/hash
@@ -37,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3739- Added Trusted Server TSJS SDK with bundled build, lint, and test tools for serving creatives in first-party domain
3840
3941### Changed
42+
4043- Upgrade to rust 1.90.0
4144- Upgrade to fastly-cli 12.0.0
4245- Changed to use constants for headers
@@ -47,14 +50,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4750- Added TypeScript CI lint, format, and test jobs for TSJS
4851
4952### Fixed
53+
5054- Rebuild when ` TRUSTED_SERVER__* ` env variables change
5155
5256## [ 1.0.6] - 2025-05-29
5357
5458### Changed
59+
5560- Remove hard coded Fast ID in fastly.tom
5661- Updated README to better describe what Trusted Server does and high-level goal
57- - Use Rust toolchain version from .tool-versions for GitHub actions
62+ - Use Rust toolchain version from .tool-versions for GitHub actions
5863
5964## [ 1.0.5] - 2025-05-19
6065
@@ -83,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8388## [ 1.0.2] - 2025-03-28
8489
8590### Added
91+
8692- Documented project gogernance in [ ProjectGovernance.md]
8793- Document FAQ for POC [ FAQ_POC.md]
8894
@@ -98,13 +104,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98104
99105- Initial implementation of Trusted Server
100106
101- [ Unreleased ] :https://github.com/IABTechLab/trusted-server/compare/v1.2.0...HEAD
102- [ 1.2.0 ] :https://github.com/IABTechLab/trusted-server/compare/v1.1.0...v1.2.0
103- [ 1.1.0 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.6...v1.1.0
104- [ 1.0.6 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.5...v1.0.6
105- [ 1.0.5 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.4...v1.0.5
106- [ 1.0.4 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.3...v1.0.4
107- [ 1.0.3 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.2...v1.0.3
108- [ 1.0.2 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.1...v1.0.2
109- [ 1.0.1 ] :https://github.com/IABTechLab/trusted-server/compare/v1.0.0...v1.0.1
110- [ 1.0.0 ] :https://github.com/IABTechLab/trusted-server/releases/tag/v1.0.0
107+ [ Unreleased ] : https://github.com/IABTechLab/trusted-server/compare/v1.2.0...HEAD
108+ [ 1.2.0 ] : https://github.com/IABTechLab/trusted-server/compare/v1.1.0...v1.2.0
109+ [ 1.1.0 ] : https://github.com/IABTechLab/trusted-server/compare/v1.0.6...v1.1.0
110+ [ 1.0.6 ] : https://github.com/IABTechLab/trusted-server/compare/v1.0.5...v1.0.6
111+ [ 1.0.5 ] : https://github.com/IABTechLab/trusted-server/compare/v1.0.4...v1.0.5
112+ [ 1.0.4 ] : https://github.com/IABTechLab/trusted-server/compare/v1.0.3...v1.0.4
113+ [ 1.0.3 ] : https://github.com/IABTechLab/trusted-server/compare/v1.0.2...v1.0.3
114+ [ 1.0.2 ] : https://github.com/IABTechLab/trusted-server/compare/v1.0.1...v1.0.2
115+ [ 1.0.1 ] : https://github.com/IABTechLab/trusted-server/compare/v1.0.0...v1.0.1
116+ [ 1.0.0 ] : https://github.com/IABTechLab/trusted-server/releases/tag/v1.0.0
0 commit comments