Container Images
- GHCR:
ghcr.io/fosrl/newt@sha256:4d46e4222c4cd389b1f5ddc2c0156d7ebebb0a403f4e496a5782829f98792b93 - Docker Hub:
docker.io/fosrl/newt@sha256:4d46e4222c4cd389b1f5ddc2c0156d7ebebb0a403f4e496a5782829f98792b93
Tag:1.12.0-rc.0
RC
A Release Candidate (RC) is a near-final software version, stable but undergoing last tests before official release. It has all features and no known bugs.
- Users: Use cautiously due to potential undiscovered bugs. Not for critical systems unless prepared for issues. Report bugs.
- Developers/Testers: Perform crucial final validation and thorough testing, especially of recent changes, to catch last-minute major issues.
- Backup: Always back up data before installing an RC to allow rollback if problems arise.
- Feedback: Provide feedback; it's vital for a robust final release.
What's Changed
- Add HTTP private resources
- Add health check unhealthy and healthy thresholds and follow redirects
- Add TCP health check
- Fix allow empty config file bootstrap before provisioning by @LaurenceJJones in #302
- Improve sync.Pool for UDP buffers by @LaurenceJJones in #277
- Improve reclaim idle UDP flows and make timeout configurable by @LaurenceJJones in #306
Full Changelog: 1.11.0...1.12.0-rc.0