v0.16.19
ConduitPlatform/Conduitv0.16.19Oct 9, 2025by kkopanidis
AI Summary
Bug fix and feature release addressing database query issues and adding team RPC updates. Includes dependency updates for nodemailer and sha.js.
Key Highlights
- Fix: rawQuery throwing error on mongoose update methods
- Fix: rawQuery aggregation pipeline spread
- Feature: update team RPC in authentication module
- Dependency update: nodemailer 6.10.1 to 7.0.9
New Features
- Update team RPC in authentication module
Full Release Notes
## What's Changed * fix(database): rawQuery throwing error on mongoose update methods by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1391 * fix(database): rawQuery aggregation pipeline spread by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1393 * feat(authentication): update team RPC by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1395 * build(deps): bump nodemailer from 6.10.1 to 7.0.9 in /modules/email in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1396 * build(deps): bump sha.js from 2.4.11 to 2.4.12 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1386 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.18...v0.16.19