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 robust client connectivity support. See https://github.com/fosrl/pangolin/releases/tag/1.13.0
- Add additional API endpoints (see README.md)
- Add Windows named pipe and unix socket for API
- Adjust some flags (see README.md)
- Refactor to allow importing as a module for use in fosrl/windows and fosrl/apple
Full Changelog: fosrl/newt@1.1.5...1.2.0
Note
This version of Olm will NOT work with older versions of Pangolin. It is recommended to update your Pangolin server.
Minimum Versions:
- Pangolin 1.13.0+
- Gerbil 1.3.0+
- Newt 1.7.0+