v0.16.5
ConduitPlatform/Conduitv0.16.5May 29, 2024by kkopanidis
AI Summary
Conduit v0.16.5 is a minor release focused on security patches, dependency updates, and two notable features: team invite validation for all authentication methods and a new gRPC endpoint to retrieve file URLs. The release also includes bug fixes for chat room participant validation and push notification health updates.
Key Highlights
- Security upgrade: mysql2 patched from 3.6.5 to 3.9.7 (including a Snyk vulnerability fix)
- New feature: Team invite validation now occurs before user creation across all authentication methods
- New feature: Added gRPC call to retrieve a file's URL in storage module
- Bug fix: Fixed createRoom admin API participants validation in chat module
- Bug fix: Resolved pushNotifications health update issues
New Features
- Team invite validation before user creation for all authentication methods
- New gRPC call to get a file's URL in storage module
Full Release Notes
## What's Changed * [Snyk] Security upgrade mysql2 from 3.6.5 to 3.9.4 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1006 * build(deps): bump nodemailer from 6.9.9 to 6.9.10 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1015 * feat(authentication): validate team invites before user creation for all authentication methods by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1014 * fix(chat): createRoom admin API participants validation by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/1016 * build(deps): bump mysql2 from 3.9.4 to 3.9.7 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1018 * fix(push-notifications): pushNotifications health updates by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1039 * feat(storage): introduce gRPC call to get a file's URL by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1045 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.4...v0.16.5