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 multiple role assignment for users
- Add improved role mapping handling during auto-provisioning for identity providers
- Add built-in templates for Google and Azure to global identity providers
- Add region blocking within the rulesets to restrict or allow traffic based on geographic location
- Add site provisioning keys to create sites on first start without pre-generating IDs/Secrets
- Add pending sites page, where new sites created with a provisioning key must be manually approved
- Add editing the identifier of private resources
- Add connection logging of every TCP and UDP session through private resources
- Add SSH sessions to access logs
- Add log/event streaming (SIEM)
- Add domain CRUD endpoints to integration API
- Adding an organization sites bandwidth reset API
- Fix display actual values for WireGuard site credentials
- Improve persist user locale preference to database
- General UI improvements
- Various other bug fixes
Full Changelog: 1.16.2...1.17.0-rc.0
New Contributors
- @Fizza-Mukhtar made their first contribution in #2573
- @ChanningHe made their first contribution in #2432
- @shreyaspapi made their first contribution in #2524
- @noe-charmet made their first contribution in #2695
- @shleeable made their first contribution in #2653
- @infiniteWays made their first contribution in #2149
- @jaydeep-pipaliya made their first contribution in #2748
How to Update
Important
Always back up your config app-data before updating. This will allow you to easily roll back if the update breaks your configuration. You will not be able to easily downgrade otherwise.