v0.14.1
ConduitPlatform/Conduitv0.14.1Jul 20, 2022by kkopanidis
AI Summary
This is a minor bug fix release for Conduit v0.14.1 that addresses several issues including Docker compose configuration, service discovery, router logic decoupling, and an authentication bug where hashedPassword was being dropped. The release also adds support for logging to Grafana Loki via the grpc-sdk.
Key Highlights
- Fixed Docker compose file UI CONDUIT_URL environment variable configuration
- Added default Router and Admin configuration values
- Added Grafana Loki logging support in grpc-sdk
- Fixed service discovery incorrectly registering new modules as serving
- Fixed authentication user model dropping hashedPassword due to object reference deletion
New Features
- Added support for logging to Grafana Loki via grpc-sdk
Full Release Notes
## What's Changed * build: fix compose file ui CONDUIT_URL env var by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/247 * Default Router & Admin Config Values by @Michael-Vol in https://github.com/ConduitPlatform/Conduit/pull/248 * feat(grpc-sdk): add support for logging to Grafana Loki by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/249 * fix(core): service discovery registering new modules as serving by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/250 * fix(hermes,router,admin): decouple router logic by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/251 * fix(authentication): user model dropping hashedPassword due to object ref deletion by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/252 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.14.0...v0.14.1