v0.15.6
ConduitPlatform/Conduitv0.15.6Nov 18, 2022by kkopanidis
AI Summary
This is a patch release (v0.15.6) containing two bug fixes for the database module. The fixes address schema ownership validation during unique index creation and a length check issue in custom endpoint handlers.
Key Highlights
- Fixed schema ownership validation when creating unique indexes
- Fixed length check for custom endpoint handler createString function
Full Release Notes
## What's Changed * fix(database): check for schema ownership in case of unique index creation by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/434 * fix(database): custom endpoint handler createString length check by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/436 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.5...v0.15.6