v0.15.2
ConduitPlatform/Conduitv0.15.2Nov 3, 2022by kkopanidis
AI Summary
This v0.15.2 release of Conduit includes bug fixes for authentication middleware and PostgreSQL queries, a refactoring of Hermes route proto generation across multiple components, and a new OneSignal provider for push notifications.
Key Highlights
- Fixed authentication middleware excluded paths handling
- Fixed failing $exists and nullity queries in PostgreSQL
- Refactored Hermes route proto generation across grpc-sdk, hermes, admin, and router
- Added OneSignal provider support for push notifications
New Features
- OneSignal provider for push notifications
Full Release Notes
## What's Changed * fix(authentication): auth middleware excluded paths by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/405 * fix(database): failing $exists and nullity queries in postgres by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/409 * refactor(grpc-sdk,hermes,admin,router): hermes route proto generation by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/408 * feat(push-notifications): one signal provider by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/406 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.1...v0.15.2