v0.16.3

ConduitPlatform/Conduitv0.16.3Mar 29, 2024by kkopanidis

AI Summary

Conduit v0.16.3 is a patch release focused on dependency updates, security patches, and a new authentication feature. The release includes an endpoint to update team names, improved database schema validation, and refactored push notification token fetching, along with multiple dependency upgrades and security fixes for Express.

Key Highlights

  • Security fix: Express upgraded from 4.18.2 to 4.19.2 to address security vulnerabilities
  • New feature: Authentication endpoint to update team name
  • Bug fix: Database schema object field access validation checks improved
  • Refactored push notifications to fetch all user tokens for specified platform
  • Multiple dependency upgrades including bullmq, winston, swagger-ui-express, and @azure/storage-blob

New Features

  • Authentication endpoint to update team name
  • Database schema object field access validation checks

Full Release Notes

## What's Changed
* build(deps): bump rate-limiter-flexible from 4.0.1 to 5.0.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/969
* build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/970
* build(deps-dev): bump @types/node from 20.11.13 to 20.11.24 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/971
* feat(authentication): endpoint to update team name by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/972
* build(deps): bump bullmq from 5.1.8 to 5.4.1 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/973
* build(deps): bump winston from 3.8.2 to 3.12.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/974
* build(deps): bump swagger-ui-express from 4.6.2 to 5.0.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/975
* refactor(push-notifications): send notification always fetch all user tokens for specified platform by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/979
* build(deps): bump helmet from 7.0.0 to 7.1.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/977
* build(deps): bump jose from 4.15.2 to 4.15.5 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/980
* build(deps): bump bullmq from 5.4.1 to 5.4.3 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/991
* build(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/989
* build(deps): bump @azure/storage-blob from 12.13.0 to 12.17.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/995
* fix(database): schema object field access validation checks by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/996
* [Snyk] Security upgrade express from 4.18.2 to 4.19.2 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1000
* [Snyk] Security upgrade express from 4.18.2 to 4.19.2 by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1001
* build(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1002


**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.2...v0.16.3