From 3b1c3b9d44ed9ce021285650f9f6a87fc87a120e Mon Sep 17 00:00:00 2001 From: Gabor Meszaros Date: Tue, 28 Feb 2023 07:21:55 +0000 Subject: [PATCH] doc: Add 3.0.19 release --- release-notes/bridge_early.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/release-notes/bridge_early.md b/release-notes/bridge_early.md index 88d1689e..6a874d6b 100644 --- a/release-notes/bridge_early.md +++ b/release-notes/bridge_early.md @@ -1,3 +1,15 @@ +## v3.0.19 +- 2023-03-01 + +### New +- Improved inter-process communication error detection +- Improved exceptions related error detection + +### Fixed +- Fixed numerous sources of errors leading to logout (internal errors) +- Fixed inter-process communication related startup issues (e.g., gRPC, service configuration file exchange) + + ## v3.0.18 - 2023-02-24