v0.15.13
ConduitPlatform/Conduitv0.15.13Feb 2, 2023by kkopanidis
AI Summary
This release contains multiple bug fixes and a security dependency update. Key fixes include database object comparison, schema index deletion parameters, and an HTTP cache semantics security bump.
Key Highlights
- Fix database object comparison logic
- Schema index deletion admin route parameter fix
- HTTP cache semantics security update (4.1.0 to 4.1.1)
Full Release Notes
## What's Changed * fix(database): object comparison failing due to wrong check by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/502 * build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/503 * fix(database): schema index deletion admin route invalid param type by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/501 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.11...v0.15.13