diff options
-rw-r--r-- | docs/changelog.md | 7 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index d5d1dcd..efa8dd1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,13 @@ 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 RC7 + +- MZS Schema Change: Add missing parameters to `ERVDeliveryConfirmed` (an element in `mzs:DeliveryNotification`). +- Change Behavior of `msg/` Service: Acknowledge response if and only if backend succeeds. Return soap fault otherwise. +- Bug Fix: Handle `InterruptedException` as discussed in <https://stackoverflow.com/questions/3976344/handling-interruptedexception-in-java> . +- Add curl examples for sending `msg:DeliveryNotifications` to MOA ZS. + ## Changes MOA ZS 2.0.0 RC6 - Bug Fix: Finalize the removal of the "JAXB Class Not Found Exception" workaround from 2.0.0-RC3. @@ -5,7 +5,7 @@ <groupId>at.gv.egiz</groupId> <artifactId>moa-zs</artifactId> - <version>2.0.0-RC7-SNAPSHOT</version> + <version>2.0.0-RC7</version> <packaging>war</packaging> <name>Moa ZS</name> |