v0.16.16
ConduitPlatform/Conduitv0.16.16Jun 2, 2025by kkopanidis
AI Summary
This release introduces metamask authentication, adds user data to user creation, and includes security and bug fixes.
Key Highlights
- Implemented metamask authentication mechanism
- Added userData parameter in userCreate gRPC
- Fixed TeamInvite email variable issue
- Security upgrade for bcrypt
New Features
- Metamask authentication
- User creation with custom userData
Full Release Notes
## What's Changed * feat(chat): add populate param in getMessages function by @ioanniskemerlis in https://github.com/ConduitPlatform/Conduit/pull/1346 * fix(authentication): wrong variable in TeamInvite email by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1348 * [Snyk] Security upgrade bcrypt from 5.1.1 to 6.0.0 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1343 * feat(authentication): add userData in userCreate grpc by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1350 * feat(authentication): implement metamask authentication mechanism by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1349 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.15...v0.16.16