Skip to content

Releases: prowide/prowide-iso20022

SRU2022-10.0.3

25 Aug 23:11
Compare
Choose a tag to compare

10.0.3 - August 2023

  • Enhanced metadata extraction for xsys messages getting sender/receiver BICs from the RequestHeader element
  • Make the message metadata extraction lenient, by fixing the XML instruction of the payload when it contains invalid case
  • Added new utility class SupplementaryDataUtils. This class provides utility methods for extracting "SplmtryData" elements from an XML string.

What's Changed

Full Changelog: SRU2022-10.0.2...SRU2022-10.0.3

SRU2022-10.1.2

04 Aug 22:31
Compare
Choose a tag to compare

10.1.2 - August 2023

  • Added new utility class SupplementaryDataUtils to facilitate "SplmtryData" extractino from MX messages

What's Changed

Version 10.1.2 belongs to SRU2023 but its tag has the invalid SRU2022

Full Changelog: SRU2023-10.1.1...SRU2022-10.1.2

SRU2023-9.4.2

28 Jul 14:49
Compare
Choose a tag to compare

9.4.2 - July 2023

  • Added new utility class SupplementaryDataUtils to facilitate "SplmtryData" extraction from MX messages

What's Changed

Full Changelog: SRU2023-9.4.1...SRU2023-9.4.2

SRU2022-9.3.8

28 Jul 12:56
Compare
Choose a tag to compare

9.3.8 - July 2023

  • Added new utility class SupplementaryDataUtils. This class provides utility methods for extracting "SplmtryData" elements from an XML string.

What's Changed

Full Changelog: SRU2022-9.3.7...SRU2022-9.3.8

SRU2022-10.0.2

28 Jul 19:37
Compare
Choose a tag to compare

10.0.2 - July 2023

  • (PW-1392) Fixed the default escape handler when serializing model objects into XML, that was duplicated quote characters in the output
  • Fixed the JSON to OffsetTime converter in the OffsetTimeJsonAdapter to handle DST changes

What's Changed

  • SRU2022_v10: Fix offset obtained in OffsetJSONTimeAdapter by @fernando-prowide in #89
  • PW-1392: Fixed the default escape handler when serializing XML by @zubri in #90
  • PW-1392: fix default escape handler duplicating quote characters by @zubri in #91

Full Changelog: SRU2022-10.0.1...SRU2022-10.0.2

SRU2023-10.1.1

01 Jul 22:46
Compare
Choose a tag to compare

10.1.1 - July 2023

  • (PW-1392) Fixed the default escape handler when serializing model objects into XML, that was duplicated quote characters in the output

What's Changed

  • PW-1392: Fixed the default escape handler when serializing XML by @zubri in #90
  • PW-1392: fix default escape handler duplicating quote characters by @zubri in #91

Full Changelog: SRU2023-10.1.0...SRU2023-10.1.1

SRU2023-9.4.1

30 Jun 18:34
Compare
Choose a tag to compare

9.4.1 - June 2023

  • (PW-1392) Fixed the default escape handler when serializing model objects into XML, that was duplicated quote characters in the output

What's Changed

  • PW-1392: Fixed the default escape handler when serializing XML by @zubri in #90
  • PW-1392: fix default escape handler duplicating quote characters by @zubri in #91

Version 9.4.0 has an invalid tag with SRU2022 while in belongs to SRU2023, thus the release is SRU2023-9.4.0

Full Changelog: SRU2022-9.4.0...SRU2023-9.4.1

SRU2022-9.3.7

27 Jun 11:45
4eb1d0d
Compare
Choose a tag to compare

9.3.7 - June 2023

  • (PW-1392) Fixed the default escape handler when serializing model objects into XML, that was duplicated quote characters in the output

What's Changed

  • PW-1392: Fixed the default escape handler when serializing XML by @zubri in #90
  • PW-1392: fix default escape handler duplicating quote characters by @zubri in #91

Full Changelog: SRU2022-9.3.6...SRU2022-9.3.7

SRU2023-10.1.0

14 Jun 19:38
Compare
Choose a tag to compare

10.1.0 - June 2023

  • Migration to Java 11
  • Migration to Jakarta EE 10
  • XmlGregorianCalendar was replaced model-wide by the new java.time classes
  • Fixed AppHdrFactory creation to use UTC in the header default creation date time
  • Fixed the business application header V01 serialization to use Zulu time indicator instead of +00:00 offset

Full Changelog: SRU2022-9.4.0...SRU2023-10.1.0

SRU2022-10.0.1

14 Jun 19:02
Compare
Choose a tag to compare

10.0.1 - June 2023

  • Added custom Gson adapters to marshall and unmarshall ISO Date and Time elements (needed for Java 17+ compatibility)
  • Make the default IsoDateAdapter more flexible by ignoring the offset or time information when unmarshalling into LocalDate objects
  • Enhanced the OffsetDateTimeAdapter and OffsetTimeAdapter to support variable optional seconds precision
  • Fixed AppHdrFactory creation to use UTC in the header default creation date time
  • Fixed the business application header V01 serialization to use Zulu time indicator instead of +00:00 offset

What's Changed

Full Changelog: SRU2022-10.0.0...SRU2022-10.0.1