v0.14.7

ConduitPlatform/Conduitv0.14.7Aug 31, 2022by kkopanidis

AI Summary

This release primarily adds Prometheus Metrics Support as a new feature, along with several bug fixes for database schema handling, gRPC SDK metrics, and SMS module configuration issues.

Key Highlights

  • Added Prometheus Metrics Support for monitoring
  • Fixed database schema return type regression in admin create schema
  • Fixed gRPC schema registration issue removing schema extensions from adapter models
  • Fixed SMS module not starting with invalid config
  • Fixed crash on unconditional Sequelize metrics

New Features

  • Prometheus Metrics Support for application monitoring

Full Release Notes

## What's Changed
* fix(database): admin create schema return type regression by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/289
* Prometheus Metrics Support by @Michael-Vol in https://github.com/ConduitPlatform/Conduit/pull/282
* fix(database): DeclaredSchema compiledFields extension field and custom endpoint generation by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/290
* refactor(grpc-sdk): add prefix to metric names by @Michael-Vol in https://github.com/ConduitPlatform/Conduit/pull/291
* chore(deps): bump mongoose from 6.4.3 to 6.4.6 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/292
* fix(sms): not starting up with invalid config by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/294
* fix(database): gRPC schema registration removing schema extensions from adapter models by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/293
* fix(grpc-sdk,database): crash on unconditional Sequelize metrics by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/295
* chore(deps): bump moment-timezone from 0.5.34 to 0.5.37 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/297


**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.14.6...v0.14.7