aboutsummaryrefslogtreecommitdiff
path: root/docs/zusespec-changelog.md
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-10-07 08:20:00 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-10-07 08:20:00 +0200
commit8209081abc32fae680413fc0872853d9536e7c04 (patch)
tree77c135c6eda66312d86ec93f70f0d1f157f49f86 /docs/zusespec-changelog.md
parentb4890b8ba2db283c662268a4f14a788c702b54e5 (diff)
downloadmoa-zs-8209081abc32fae680413fc0872853d9536e7c04.tar.gz
moa-zs-8209081abc32fae680413fc0872853d9536e7c04.tar.bz2
moa-zs-8209081abc32fae680413fc0872853d9536e7c04.zip
Update Changelog for 2.0.0-RC2
Diffstat (limited to 'docs/zusespec-changelog.md')
-rw-r--r--docs/zusespec-changelog.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/zusespec-changelog.md b/docs/zusespec-changelog.md
new file mode 100644
index 0000000..cfa881d
--- /dev/null
+++ b/docs/zusespec-changelog.md
@@ -0,0 +1,33 @@
+# MOA ZS - ZUSE Specification Changelog
+
+This document tracks changes between the ZUSE specifications.
+The document is not official, might not be exhaustive, does not claim correctnes and comes without warranty.
+
+## zusemsg
+
+### Changes between 2.2.0 and 2.2.007
+- `msg:RelayedViaERV`
+ - Change from boolean to complex type (ervcode).
+ - Move from `msg:DeliveryRequestStatusType/Success` into `msg:DeliveryRequestStatusType`, which affects `Success`, `Error`, and `PartialSuccess`.
+ - Was removed from `DeliveryNotificationType`.
+- Change `msg:DeliveryNotification/Answer` from list to singleton.
+- Change `msg:DeliveryRequestStatusType/PartialSuccess` to type `AnswerType`.
+- `msg:DeliveryRequestStatusType` and `msg:DeliveryNotificationType` receive the attribute ID (for signature referencing).
+- Add new optional element `msg:AustrianAdressesOnly` (`IndicatorType`) to `DeliveryRequestType/Receiver/<Choice>/<Sequence>`.
+- Add new optional element `ClearingProfilID` to `DeliveryRequestType/Sender`.
+- Add new element `ERVConfirmedDelivery`, which subsitutes `msg:Answer` and extends `msg:AbstractOperation`.
+ - Has element `ErvCode`
+ - Has element `ERVDeliveryTimestamp`.
+- Add new optional element `TargetIdentification` of type `p:IdentificationType` to `msg:DeliveryNotification/User` as optional element.
+- Add new enumeration value `System` to `msg:DeliveryNotification/User/Role`.
+- Rename type `AustrianEthicMinorityLanguageType` to `AustrianLanguageType` and add `DE` as value.
+- `msg:Tags` were unbounded, now they are limited to 20.
+- `VersionNumberType`: Patch version can have three digits.
+
+## zusetnvz
+
+### Changes between 2.2.0 and 2.2.006:
+- Add `StandardMimeTypeList` to `tnvz:QueryPersonResponse` and `tnvz:QueryAdressabilityResponse`.
+- Add `AllStandardMimeTypes` (indicator) to `tnvz:PersonResult/Success`.
+- Add optional `msg:MetadataList` to `tnvz:PersonQueryType/Metadata` and `tnvz:AddressabilityQueryType/Metadata`.
+- Move `tnvz:AustrianAdressesOnly` to [zusemsg] namespace.