- Consistently initialize rustls TLS binaries at the binary root. Previously, outgoing HTTPS traffic may have caused panics when not properly initialized. Thanks @jimmydjabali 🙏.
- Small optimization: increase connection re-use and reduce spawning of threads across admin APIs.
- Remove legacy
_sessiontable. Session data now lives in a separate DB. - Update dependencies.
Full Changelog: v0.27.0...v0.27.1