From 1d48f5be7da4aac72707167a309824b16026cec4 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Tue, 18 Feb 2020 14:14:32 +0100 Subject: Update Changelog --- docs/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/changelog.md') diff --git a/docs/changelog.md b/docs/changelog.md index efa8dd1..0f1747c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,19 @@ This document summarizes changes between MOA ZS Releases that were made in the MOA ZS codebase and in the app2mzs interfaces. For a non-normative summary of changes that were made in the ZUSE specifications (and therefore affect MOA ZS directly and a sender application indirectly), the reader is referred to [ZUSE Specification Changelog](zusespec-changelog.md). +## Changes MOA ZS 2.0.0 RC8 + +- Fix: Improve exception handling on MOA ZS: Process exception + correctly after backend service times out. Before: When the MOA ZS + backend service times out while processing a delivery request, MOA + ZS answers synchronously to the Sender app and forwards the result + asynchronously at a later point. If an exception were to occur after + the timeout, MOA ZS would swallow this exception without being + properly processed. The fix: If an exception occurs, MOA ZS converts + the exception into a response and hands it over to the sink hub for + proper processing of the event. +- Fix: Parser Error that occurs when MOA ZS mzs backend service times out. + ## Changes MOA ZS 2.0.0 RC7 - MZS Schema Change: Add missing parameters to `ERVDeliveryConfirmed` (an element in `mzs:DeliveryNotification`). -- cgit v1.2.3