Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ This file documents recent notable changes to this project. The format of this
file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Add `roxyd` binary entrypoint as a new implementation path for QUIC/mTLS
connectivity with Manager. This is a skeleton that coexists with the legacy
`roxy` binary and does not include protocol handlers yet. Run with
`cargo run --bin roxyd -- --config path/to/config.toml`.
- Add TOML configuration file support for `roxyd` with required fields for
Manager address, QUIC transport settings, and mTLS certificate paths.
Configuration values can be overridden using environment variables prefixed
with `ROXYD_` (e.g., `ROXYD_MANAGER_ADDRESS`).

## [0.5.1] - 2025-11-26

### Changed
Expand Down Expand Up @@ -86,6 +99,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- Initial release.

[Unreleased]: https://github.com/aicers/roxy/compare/0.5.1...main
[0.5.1]: https://github.com/aicers/roxy/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/aicers/roxy/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/aicers/roxy/compare/0.3.0...0.4.0
Expand Down
Loading