Skip to content

Latest commit

 

History

History
94 lines (58 loc) · 2.09 KB

File metadata and controls

94 lines (58 loc) · 2.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • for new features

Changed

  • for changes in existing functionality

Deprecated

  • for soon-to-be removed features.

Removed

  • for now removed features

Fixed

  • for any bug fixes

Security

  • in case of vulnerabilities

Added

  • Added basic unit tests

Changed

  • Upgrade to rust 1.87.0
  • Upgrade to fastly-cli 11.3.0

[1.0.6] - 2025-05-29

Changed

  • Remove hard coded Fast ID in fastly.tom
  • Updated README to better describe what Trusted Server does and high-level goal
  • Use Rust toolchain version from .tool-versions for GitHub actions

1.0.5 - 2025-05-19

Changed

  • Refactor into crates to allow to separate Fastly implementation
  • Remove references to POTSI
  • Rename potsi.toml to trusted-server.toml

Added

  • Implemented GDPR consent for creating and passing synth headers

1.0.4 - 2025-04-29

Added

  • Implemented GDPR consent for creating and passing synth headers

1.0.3 - 2025-04-23

Changed

  • Upgraded to Fastly CLI v11.2.0

1.0.2 - 2025-03-28

Added

  • Documented project gogernance in [ProjectGovernance.md]
  • Document FAQ for POC [FAQ_POC.md]

1.0.1 - 2025-03-27

Changed

  • Allow to templatize synthetic cookies

1.0.0 - 2025-03-26

Added

  • Initial implementation of Trusted Server