v0.15.3
ConduitPlatform/Conduitv0.15.3Nov 4, 2022by kkopanidis
AI Summary
This is a minor patch release (v0.15.3) focused on bug fixes for the Conduit database module. The update addresses issues with route declaration order for CRUD operations and fixes problems with custom endpoint handlers.
Key Highlights
- Fixed route declaration order for CRUD operations in the database module
- Fixed custom endpoint handler functionality
Full Release Notes
## What's Changed * fix(database): route declare order for crud by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/412 * fix(database): custom endpoint handler by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/412 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.2...v0.15.3