v0.16.18
ConduitPlatform/Conduitv0.16.18Sep 15, 2025by kkopanidis
AI Summary
This significant release adds multiple new features including email JSON templates, storage content-disposition headers, team invitation RPCs, and Kubernetes load balancing support.
Key Highlights
- Ported email JSON template from v-next branch
- Added Content-disposition header support on Signed URLs
- Implemented invite user to team RPC
- Added extra options for gRPC load balancing in k8s/multi-instance cases
- Fixed authorization crash with non-existent relations
New Features
- Email JSON templates
- Storage content-disposition headers
- Team invitation RPC
- gRPC load balancing for Kubernetes
Full Release Notes
## What's Changed * feat(email): port email json template from v-next branch by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1366 * refactor(grpc-sdk,hermes,module-tools): Extra options added so that on k8s and multi-instance cases load balancing works on grpc-side by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1369 * feat(storage): Content-disposition header support on Signed URLs by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1358 * fix(authorization): when providing relations that don't exist, the creation crashes by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1370 * feat(authentication): invite user to team RPC by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1383 * [Snyk] Security upgrade axios from 1.9.0 to 1.12.0 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1385 * build(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1381 * build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1371 * build(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in the npm_and_yarn group by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1359 * build(deps): bump arduino/setup-protoc from 1 to 3 by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/946 * build(deps): bump fast-jwt from 5.0.6 to 6.0.2 by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1347 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.17...v0.16.18