v0.16.21
ConduitPlatform/Conduitv0.16.21Jan 30, 2026by kkopanidis
AI Summary
Security and feature release with dependency updates and storage improvements. Includes security patches for express and nodemailer, plus enhanced storage container behavior with CDN awareness.
Key Highlights
- Security upgrade: express 4.21.1 to 4.22.0
- Security upgrade: nodemailer 7.0.9 to 7.0.11
- Feature: better public/private container behavior + CDN awareness in storage
- Fix: wrong emit case & json parse error in hermes
- Dependency updates for GitHub Actions (checkout, cache)
New Features
- Better public/private container behavior with CDN awareness in storage module
Full Release Notes
## What's Changed * build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1409 * build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1407 * [Snyk] Security upgrade express from 4.21.1 to 4.22.0 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1411 * [Snyk] Security upgrade nodemailer from 7.0.9 to 7.0.11 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1413 * feat(strorage): better public/private container behavior + cdn awareness by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1414 * build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1417 * fix(hermes): wrong emit case & json parse error by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1419 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.20...v0.16.21