diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-12-09 10:31:45 +0100 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-12-09 10:45:32 +0100 |
commit | a8aea419b27b4125e0a6f79cf10ad13d1f472496 (patch) | |
tree | 686bb678fb3bd87a0c45b1fa1039fd74b2c25e6a /docs | |
parent | 1d2aafe0cd6607a48d880c007881768079e49060 (diff) | |
download | moa-zs-a8aea419b27b4125e0a6f79cf10ad13d1f472496.tar.gz moa-zs-a8aea419b27b4125e0a6f79cf10ad13d1f472496.tar.bz2 moa-zs-a8aea419b27b4125e0a6f79cf10ad13d1f472496.zip |
Bump to Version 2.0.0-RC72.0.0-RC7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.md | 7 |
1 files changed, 7 insertions, 0 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. |