Releases: prowide/prowide-iso20022
Releases · prowide/prowide-iso20022
SRU2021-9.2.8
What's Changed
Full Changelog: SRU2021-9.2.7...SRU2021-9.2.8
SRU2022-9.3.1
SRU2021-9.2.7
RELEASE 9.2.7 - August 2022
- Added model for "trck" types
- (GH-45) Fixed Json serialization in Java 17
What's Changed
New Contributors
Full Changelog: SRU2021-9.2.6...SRU2021-9.2.7
SRU2022-9.3.0
RELEASE 9.3.0 - May 2022
- SWIFT Standard release update 2022 (live 21 November 2022)
- Yearly revision of deprecation phase (see http://www.prowidesoftware.com/resources/deprecation-policy)
- Updated gson dependency to 2.9.0
- (GH-45) Fixed Json serialization in Java 17
What's Changed
New Contributors
Full Changelog: SRU2021-9.2.6...SRU2022-9.3.0
SRU2021-9.2.6
RELEASE 9.2.6 - March 2022
- (GH-36) Added customizable datetime, date and time adapter in the MxWriteConfiguration, MxReadConfiguration
- Changed the default date time serialization to local time with UTC offset format YYYY-MM-DDThh:mm:ss[.sss]+/-hh:mm
- Changed the default time serialization to local time with UTC offset format hh:mm:ss[.sss]+/-hh:mm
- Encapsulated the serialization options in a DTO, when calling xml or message methods in AbstractMX and AppHdr
- Validate.notNull -> Objects.requireNonNull
What's Changed
Full Changelog: SRU2021-9.2.5...SRU2021-9.2.6
SRU2021-9.2.5
RELEASE 9.2.5 - January 2022
- (GH-37) Updated dependency: gson:2.8.8 -> gson:2.8.9
Full Changelog: SRU2021-9.2.4...SRU2021-9.2.5
SRU2021-9.2.4
RELEASE 9.2.4 - December 2021
- Added com.prowidesoftware.iso20022 as automatic module name in the MANIFEST for JPMS support
What's Changed
Full Changelog: SRU2020-9.1.8...SRU2021-9.2.4
SRU2021-9.2.3
RELEASE 9.2.3 - October 2021
- Updated dependency: Apache Commons Lang 3.8.1 -> 3.12.0
- Updated dependency: Apache Commons Text 1.6 -> 1.9
- Updated dependency: Gson 2.8.2 -> 2.8.8
RELEASE 9.2.2 - October 2021
- (PW-584) Enhanced the XML serialization to use localized line separators
RELEASE 9.2.1 - June 2021
- NamespaceReader utility class made public with method to extract namespaces from XML, or to check if an element exists
- NamespaceAndElementFilter made public, used by the parser, handy to implement a validator
- (GH-26) Fixed AppHdr JSON conversion with explicit new namespace field as discriminator
- (GH-24) Added a new MxWriteConfiguration and EscapeHandler API to tweak the serialization into XML
RELEASE 9.2.0 - May 2021
- SWIFT Standard release update 2021 (live 22 November 2021)
- Yearly revision of deprecation phase (see http://www.prowidesoftware.com/resources/deprecation-policy)
New Contributors
- @ptorres-prowide made their first contribution in #33
SRU2020-9.1.8
RELEASE 9.1.8 - October 2021
- (PW-584) Enhanced the XML serialization to use localized line separators