You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
1
# Prowide ISO 20022 - CHANGELOG
2
2
3
+
### 10.4.1 - SNAPSHOT
4
+
* Feat: `xsd:any` wildcard content (e.g. `SplmtryData/Envlp`, signature envelopes) is no longer dropped on parse; it is captured as an `org.w3c.dom.Element` with namespaces preserved (GH-39, GH-43)
5
+
* Fix: `toJson()` now serializes `@XmlAnyElement` wildcard content as raw XML instead of an empty `{}`, and `fromJson()` restores it back to a DOM Element (round-trippable)
6
+
* Updated gson from 2.13.2 to 2.14.0
7
+
3
8
### 10.4.0 - May 2026
4
9
* SWIFT Standard release update 2026 (live 14 November 2026)
5
10
* Yearly revision of deprecation phase (see https://dev.prowidesoftware.com/SRU2024/getting-started/deprecation/)
11
+
* Updated gson from 2.13.2 to 2.14.0
6
12
7
13
### 10.3.8 - May 2026
8
14
* (PW-3202) Fix: removed spurious `Error propagating pending prefix mapping` warnings when parsing regular ISO 20022 Documents wrapped in an SNL-like envelope
9
15
* (PW-3185) `MxSwiftMessage.toJson()` now uses 1-based months (January=1) for Calendar fields and emits a `schemaVersion` marker. `fromJson()` reads both new and legacy (0-based) payloads transparently.
10
-
* Updated gson from 2.13.2 to 2.14.0
11
16
12
17
### 10.3.7 - April 2026
13
18
* (PW-3207) Fix: update semt.044.001.01 model from draft4 to draft5
0 commit comments