v0.15.4
ConduitPlatform/Conduitv0.15.4Nov 17, 2022by kkopanidis
AI Summary
This release focuses on database improvements with new index support, admin index routes, and various bug fixes for custom endpoints, sorting, and schema handling. It also adds early request termination support in the router and includes a security upgrade for deep-object-diff.
Key Highlights
- Added index support in database and grpc-sdk modules
- Introduced admin index routes for database
- Added early request termination support in router (grpc-sdk)
- Security upgrade: deep-object-diff patched from 1.1.7 to 1.1.9
- Fixed multiple database issues including custom endpoints registration, sequelize sorting, and schema extensions
New Features
- Index support in database and grpc-sdk
- Admin index routes for database
- Early request termination support in router
- Sorting option in core, email, and router routes
Full Release Notes
## What's Changed * fix(database): custom endpoints not registering without CRUD endpoints by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/414 * chore: GitHub issues template updates by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/415 * fix(database): fix sequelize sort by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/416 * feat(database,grpc-sdk): index support by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/410 * fix(hermes, databse): swagger & schema cleanups by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/417 * fix(database): custom endpoints query validation checking wrong access by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/418 * feat(database): add admin index routes by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/419 * [Snyk] Security upgrade deep-object-diff from 1.1.7 to 1.1.9 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/422 * [Snyk] Security upgrade deep-object-diff from 1.1.7 to 1.1.9 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/421 * feat(grpc-sdk): support for early request termination in router by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/420 * fix(database): schema extensions by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/423 * fix(database): cms route sorting by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/425 * Sorting option in core,email and router routes. by @sdimitris in https://github.com/ConduitPlatform/Conduit/pull/424 * fix(database): original schema clean by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/427 * fix(database): remove throw on repetitive extension deletions by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/428 * fix(grpc-sdk): sequelize type import by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/430 * fix(grpc-sdk): sequelize type import by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/432 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.3...v0.15.4