v0.15.5
ConduitPlatform/Conduitv0.15.5Nov 17, 2022by kkopanidis
AI Summary
This is a minor patch release (v0.15.5) that addresses two critical bug fixes: fixing index creation bugs in the database module and resolving crashes in the grpc-sdk router function wrappers.
Key Highlights
- Fixed index creation bugs in the database module (PR #431)
- Fixed crashes in grpc-sdk router function wrappers (PR #433)
Full Release Notes
## What's Changed * fix(database): fix index creation bugs by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/431 * fix(grpc-sdk): router function wrappers crashes by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/433 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.4...v0.15.5