v0.15.10

ConduitPlatform/Conduitv0.15.10Jan 13, 2023by kkopanidis

AI Summary

This release v0.15.10 of ConduitPlatform/Conduit includes bug fixes for authentication (undefined checks and OAuth2 URL construction), a new Functions module, POSIX compatibility fix for the installation script, migration fixes, and Kubernetes monitoring enhancements with Loki namespace labels.

Key Highlights

  • New Functions module added (major feature)
  • Fixed OAuth2 authentication URL construction
  • Fixed undefined checks in authentication module
  • Fixed POSIX compatibility for get-conduit.sh script
  • Added namespace label to Loki for Kubernetes monitoring

New Features

  • Functions module - new module for running serverless functions
  • grpc-sdk: Added namespace label to Loki for Kubernetes deployments

Full Release Notes

## What's Changed
* fix(authentication): undefined checks by @sdimitris in https://github.com/ConduitPlatform/Conduit/pull/481
* fix(authentication): OAuth2 authentication url construction by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/482
* build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/483
* Functions module by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/474
* build(deps): bump convict from 6.2.3 to 6.2.4 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/484
* fix: get-conduit.sh not being POSIX compatible by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/485
* fix: v10_15 migrations by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/487
* feat(grpc-sdk): add namespace label to loki for k8s by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/486


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