v0.16.10

ConduitPlatform/Conduitv0.16.10Oct 21, 2024by kkopanidis

AI Summary

This release focuses on bug fixes and new authentication features while addressing security vulnerabilities. Key improvements include fixes for mongoose queries, teamMembers count, and pagination in RPC routes, along with new supportNative settings for providers and invitation functionality in user registration.

Key Highlights

  • Security: Fixed 4 vulnerabilities via Snyk
  • Database: Fixed wrong query in mongoose findOne and improved canModify extensions for MongoDB nested update syntax
  • Authentication: Added supportNative setting in providers
  • Authentication: Added invitations and additional user data support in registration
  • Fixed teamMembers count and removed default pagination from RPC routes

New Features

  • supportNative setting in providers for authentication
  • Invitations & additional user data in registration

Full Release Notes

## What's Changed
* build(deps): bump dset from 3.1.2 to 3.1.4 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1151
* [Snyk] Fix for 4 vulnerabilities by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1153
* build(deps): bump express from 4.19.2 to 4.20.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1156
* fix(authentication, authorization): teamMembers count, remove default pagination from rpc routes by @Renc17 in https://github.com/ConduitPlatform/Conduit/pull/1161
* build(deps-dev): bump @types/nodemailer-mailgun-transport from 1.4.3 to 1.4.6 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1149
* build(deps): bump axios from 1.7.5 to 1.7.7 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1150
* build(deps): bump the npm_and_yarn group with 2 updates by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1168
* build(deps-dev): bump lerna from 8.1.5 to 8.1.8 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1164
* fix(database): canModify extensions remove redundant nested fields check, parse mongo nested update syntax by @Renc17 in https://github.com/ConduitPlatform/Conduit/pull/1169
* build(deps): bump abort-controller-x from 0.4.1 to 0.4.3 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1171
* build(deps): bump nodemailer from 6.9.11 to 6.9.12 in the npm_and_yarn group by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1175
* feat(authentication): supportNative setting in providers by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1170
* feat(authentication): invitations & additional user data in registration by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1184
* build(deps): bump nodemailer and @types/nodemailer by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1187
* fix(database): wrong query in mongoose findOne by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1192


**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.9...v0.16.10