v0.16.13

ConduitPlatform/Conduitv0.16.13Apr 4, 2025by kkopanidis

AI Summary

This release includes multiple security fixes, new push notification provider integration, and various authentication and router improvements.

Key Highlights

  • Integrated Amazon SNS for push notifications
  • Multiple security dependency upgrades (axios, bcrypt, fast-jwt, nanoid)
  • Made resend verification threshold configurable
  • Fixed Google reCAPTCHA verification URL
  • Fixed function pagination issues

New Features

  • Amazon SNS push notification provider
  • Configurable verification threshold
  • Email verification with code improvements

Full Release Notes

## What's Changed
* build(deps): bump fast-jwt from 3.3.2 to 5.0.2 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1257
* build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1253
* feat(authentication): return email in getInvitationTokenUserData by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1261
* fix(router): google recaptcha verification url is incorrect by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1263
* fix(functions): pagination/execution relation/invalid params by @Renc17 in https://github.com/ConduitPlatform/Conduit/pull/1264
* feat(authentication): make resend verification threshold configurable by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1265
* build(deps): bump mongoose from 8.8.3 to 8.9.5 in the npm_and_yarn group by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1277
* fix(database): create index type by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1280
* fix(authentication): verify email with code wrongfully tries to redirect by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1284
* fix(hermes): swagger ID type causing issues with testing by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1289
* refactor(router): change header IP read to reduce false-positives by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1297
* [Snyk] Security upgrade axios from 1.7.9 to 1.8.2 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1299
* fix: minor issues with dockerfiles causing reduced performance by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1310
* build(deps): bump fast-jwt from 5.0.2 to 5.0.6 in the npm_and_yarn group by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1301
* build(deps): bump the npm_and_yarn group with 2 updates by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1311
* feat(push-notifications): integrate Amazon SNS provider by @ioanniskemerlis in https://github.com/ConduitPlatform/Conduit/pull/1304
* chore: deployment docs updates by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1305

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

**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.12...v0.16.13