v0.16.20

ConduitPlatform/Conduitv0.16.20Nov 21, 2025by kkopanidis

AI Summary

Feature release adding email RPC improvements, team invite functionality, and chat system enum support. Includes dependency updates for security patches.

Key Highlights

  • Feature: send mail RPC now includes subject and body parameters
  • Feature: get pending invites in team functionality
  • Feature: add system enum and optional message type in chat grpc function
  • Security fix: tar-fs updated from 2.1.3 to 2.1.4

New Features

  • Send mail RPC includes subject and body parameters
  • Get pending invites in team
  • System enum and optional message type in chat grpc function

Full Release Notes

## What's Changed
* feat(email): send mail rpc was missing subject/body by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1398
* build(deps): bump tar-fs from 2.1.3 to 2.1.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1397
* feat: get pending invites in team by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1400
* build(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/ConduitPlatform/Conduit/pull/1401
* feat(chat): add system enum and optional message type in grpc function by @ioanniskemerlis in https://github.com/ConduitPlatform/Conduit/pull/1403


**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.19...v0.16.20