v0.15.19

ConduitPlatform/Conduitv0.15.19Dec 19, 2023by kkopanidis

AI Summary

This is a minor patch release (v0.15.19) for ConduitPlatform/Conduit containing two bug fixes: one addressing gRPC await promise transpilation issues by bumping the ECMAScript target to ES2018, and another fixing OAuth URL construction. No new features were added in this release.

Key Highlights

  • Fixed gRPC await promise transpilation issue by bumping ECMAScript target to ES2018
  • Fixed OAuth URL construction bug
  • Backported fix from v0.15 branch (PR #689)

Breaking Changes

  • ECMAScript target bumped to ES2018 - may require runtime support for ES2018 features in deployment environments

Full Release Notes

## What's Changed
* fix: gRPC await promise transpilation, bump ECMAScript target to ES2018 (v0.15 #689 backport) by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/690
* fix: oAuth url construction


**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.18...v0.15.19