v0.16.15

ConduitPlatform/Conduitv0.16.15May 13, 2025by kkopanidis

AI Summary

This major release adds multiple email providers, username authentication, HTTP metrics, and numerous authentication improvements.

Key Highlights

  • Added Mailersend and Amazon SES email providers
  • Implemented username-based authentication
  • Introduced HTTP metrics in module-tools and router
  • Added email status polling
  • Added delete invitation RPC

New Features

  • Mailersend email provider
  • Amazon SES email provider
  • Username authentication
  • HTTP metrics
  • Email status polling

Full Release Notes

## What's Changed
* build(deps): bump @aws-sdk/client-sts from 3.637.0 to 3.782.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1313
* build(deps): bump debug from 4.3.6 to 4.4.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1250
* build(deps): bump @scalar/api-reference from 1.25.57 to 1.28.19 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1323
* feat(email): add Mailersend and Amazon SES providers by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1314
* feat(authentication, chat) set custom variable values email by @ioanniskemerlis in https://github.com/ConduitPlatform/Conduit/pull/1324
* build(deps): bump @grpc/grpc-js from 1.10.9 to 1.13.3 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1325
* authorization/admin-routing by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1328
* email/minor-fixes by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1329
* feat(module-tools,router):  introduce http metrics by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1332
* feat(authentication): implement username-based authentication by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1327
* build(deps): bump the npm_and_yarn group with 2 updates by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1335
* feat(email): email status polling by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1333
* feat(authentication): delete duplicate team invitation by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1337
* feat(authentication): delete invitation RPC by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1340

## New Contributors
* @krigol14 made their first contribution in https://github.com/ConduitPlatform/Conduit/pull/1314

**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.14...v0.16.15