v0.13.0-rc0
Pre-release
Pre-release
Conduit 0.13 RC0 is ready!
What's Changed
- Database introspection is now supported both for MongoDB and SQL DBs. You can trigger it through the Admin UI and use your existing database with Conduit.
- gRPC health checking protocol has been implemented for all services and proper statuses are now shown.
- Module-to-Module protection has been implemented so you can provide your own private key to secure internal Conduit communications. (This does not encrypt traffic however...yet)
- Client id/secret validation is now optional and off by default so you can begin working with Conduit faster
- Client id/secret has been corrected to not validate secrets for web clients but domain origins
- Cookie support has been added so that you can authenticate without Authorization headers
- Implemented better checks for module availability so that dependencies are handled smoothly.
- Chat invitation notifications have been added, with email and push-notifications support so that users are not added automatically to rooms.
- You can now specify on the Authentication module if a user can have multiple active sessions either in general or per client.
🚧 There are also a ton of bug fixes!
Full Changelog: https://github.com/ConduitPlatform/Conduit/blob/main/CHANGELOG.md
Check our roadmap to see what's coming next!