Skip to content

Releases: prowide/prowide-iso20022

SRU2021-9.2.7

02 Aug 19:11
Compare
Choose a tag to compare

RELEASE 9.2.7 - August 2022

  • Added model for "trck" types
  • (GH-45) Fixed Json serialization in Java 17

What's Changed

  • Fix for #45 - module java.xml does not opens X to unnamed module (Java 17) by @Gems in #46

New Contributors

  • @Gems made their first contribution in #46

Full Changelog: SRU2021-9.2.6...SRU2021-9.2.7

SRU2022-9.3.0

18 Oct 23:55
Compare
Choose a tag to compare

RELEASE 9.3.0 - May 2022

What's Changed

  • Fix for #45 - module java.xml does not opens X to unnamed module (Java 17) by @Gems in #46

New Contributors

  • @Gems made their first contribution in #46

Full Changelog: SRU2021-9.2.6...SRU2022-9.3.0

SRU2021-9.2.6

07 Mar 23:07
Compare
Choose a tag to compare

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

07 Jan 04:32
Compare
Choose a tag to compare

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

19 Dec 02:46
Compare
Choose a tag to compare

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

25 Oct 19:04
Compare
Choose a tag to compare

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

New Contributors

SRU2020-9.1.8

03 Oct 20:20
Compare
Choose a tag to compare

RELEASE 9.1.8 - October 2021

  • (PW-584) Enhanced the XML serialization to use localized line separators

SRU2020-9.1.7

05 Jun 00:25
Compare
Choose a tag to compare

RELEASE 9.1.7 - June 2021

  • (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

SRU2020-9.1.6

01 May 19:17
ee39be9
Compare
Choose a tag to compare

RELEASE 9.1.6 - April 2021

  • (GH-17|JIRA-506) Enhanced the XML format in the serializing, spaces and line breaks
  • (GH-18) Fixed NPE in json serialization/deserialization of XMLGregorianCalendar fractional second
  • Added customizable strategies to set the MxSwiftMessage metadata fields: reference, main amount, value date, etc...

SRU2020-9.1.5

23 Dec 00:55
Compare
Choose a tag to compare

RELEASE 9.1.5 - December 2020

  • (GH-8) (JR-428) Fixed parser to skip unbounded content such as the @XmlAnyElement(lax = true) elements used in many schemas for supplementary data