From 60256fd076549db413ae60df7230b7adefc54914 Mon Sep 17 00:00:00 2001 From: Gabor Meszaros Date: Tue, 28 Feb 2023 07:21:01 +0000 Subject: [PATCH] doc: Add 3.0.19 release --- release-notes/bridge_stable.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/release-notes/bridge_stable.md b/release-notes/bridge_stable.md index becccf79..15437fcf 100644 --- a/release-notes/bridge_stable.md +++ b/release-notes/bridge_stable.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