v0.15.11

ConduitPlatform/Conduitv0.15.11Jan 31, 2023by kkopanidis

AI Summary

This release v0.15.11 includes several bug fixes across database, hermes, and grpc-sdk components, a new S3 storage feature with generic endpoint support, and a security upgrade for twilio. The most notable changes are the security patch for twilio and the new S3 storage capabilities.

Key Highlights

  • Security upgrade: twilio updated from 3.78.0 to 4.0.0 (Snyk)
  • New feature: S3 storage made generic with endpoint support
  • Fixed SQL findMany() cache identifier uniqueness issue
  • Fixed numeric param parsing and REST middleware execution order
  • Fixed SQL parseQuery numeric parsing and grpc-sdk sequelize dependency

Breaking Changes

  • twilio upgrade from 3.78.0 to 4.0.0 may introduce breaking changes due to major version bump

New Features

  • S3 storage now supports generic configuration with custom endpoints

Full Release Notes

## What's Changed
* fix(database): sql findMany() populates cache identifier uniqueness by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/489
* fix(hermes): numeric param parsing, REST middleware running before param validation by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/491
* fix: migrations by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/493
* [Snyk] Security upgrade twilio from 3.78.0 to 4.0.0 by @snyk-bot in https://github.com/ConduitPlatform/Conduit/pull/495
* refactor(grpc-sdk): change serviceHealthStatusGetter to proper type w… by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/499
* feat(storage): make s3 storage generic with endpoint  fix #497 by @scottymack in https://github.com/ConduitPlatform/Conduit/pull/498
* fix(database,grpc-sdk): sql parseQuery numeric parsing, grpc-sdk depending on sequelize by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/500

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

**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.10...v0.15.11