Files
Rendezvous/CHANGELOG.md
KyuubiYoru c5bc9651e5
quality-gate / quality (push) Successful in 2m39s
immutable-release / release (push) Failing after 1m26s
quality-gate / container (push) Successful in 1m53s
docs(release): date the 1.0.0 changelog entry (#1)
2026-08-22 19:48:01 +02:00

26 lines
940 B
Markdown

# Changelog
All notable Rendezvous release changes are recorded here. Versions follow
Semantic Versioning; HTTP, UDP, and connection-ticket format compatibility is
tracked separately and called out for every release.
## 1.0.0 - 2026-08-22
### Compatibility
- Initial Client and Contracts package major: 1.
- HTTP contract: v1; UDP mediation contract: v1; connection-ticket format: v1.
- Server accepts Client 1.0.0 through the latest compatible 1.x release.
- Client traversal is pinned to LiteNetLib 2.1.4; LiteNetLib 1.x is unsupported.
### Security and configuration
- Packages contain no reusable credentials or environment configuration.
- Production server startup requires provisioned signing keys and the hardened
single-active deployment configuration.
### Migration
- This is the first packaged release; no prior package or wire migration exists.
- Consumers must pin both Rendezvous packages to the same exact version.