Releases: prowide/prowide-core
Releases · prowide/prowide-core
SRU2025-9.6.6
What's Changed
- (PW-2692) MT544-547-NTWK-Validation-SRU2025 by @malai-subra in #268
- (PW-2907)-SR2025-Fast-entry-accepting-incorrect-Date-format-in-31W by @ptorres-prowide in #271
Full Changelog: SRU2025-9.6.5...SRU2025-9.6.6
SRU2025-10.3.7
10.3.7 - November 2025
- fix:
MT544-547Field19 NTWK Option as per SRU2025 UG - (PW-2907) Fixed format for Field 31W from DATE4 to DATE2
What's Changed
- (PW-2692) MT544-547-NTWK-Validation-SRU2025 by @malai-subra in #268
- (PW-2907)-SR2025-Fast-entry-accepting-incorrect-Date-format-in-31W by @ptorres-prowide in #271
Full Changelog: SRU2025-10.3.6...SRU2025-10.3.7
SRU2025-9.6.5
9.6.5 - August 2025
- feat: Enhanced SwiftParser for edge cases avoiding OutOfBoundsException when parsing messages with empty blocks
- fix:
LogicalTerminalAddresssender LT "X" is now the default instead of "A" for load balancing by Messaging Interface
What's Changed
- (PW-2613) Issue MT message to JSON with narrative with double slash at the end of the line by @fernando-prowide in #260
- Release 10.2.12 by @ptorres-prowide in #261
- (PW-2613) Parsing issue for MT message with slashes at the end by @ptorres-prowide in #262
- (PW-2658) Prowide Translator Error in Prowide PMH by @ptorres-prowide in #263
- (PW-2631) Sender-LT-X->A fix by @malai-subra in #264
Full Changelog: SRU2025-9.6.4...SRU2025-9.6.5
SRU2025-10.3.6
10.3.6 - August 2025
- feat: Enhanced SwiftParser for edge cases avoiding OutOfBoundsException when parsing messages with empty blocks
- fix:
LogicalTerminalAddresssender LT "X" is now the default instead of "A" for load balancing by Messaging Interface
What's Changed
- (PW-2613) Issue MT message to JSON with narrative with double slash at the end of the line by @fernando-prowide in #260
- Release 10.2.12 by @ptorres-prowide in #261
- (PW-2613) Parsing issue for MT message with slashes at the end by @ptorres-prowide in #262
- (PW-2658) Prowide Translator Error in Prowide PMH by @ptorres-prowide in #263
- (PW-2631) Sender-LT-X->A fix by @malai-subra in #264
Full Changelog: SRU2025-10.3.5...SRU2025-10.3.6
SRU2024-9.5.12
9.5.12 - August 2025
- feat: Enhanced SwiftParser for edge cases avoiding OutOfBoundsException when parsing messages with empty blocks
- fix:
LogicalTerminalAddresssender LT "X" is now the default instead of "A" for load balancing by Messaging Interface
What's Changed
- (PW-2613) Issue MT message to JSON with narrative with double slash at the end of the line by @fernando-prowide in #260
- Release 10.2.12 by @ptorres-prowide in #261
- (PW-2613) Parsing issue for MT message with slashes at the end by @ptorres-prowide in #262
- (PW-2658) Prowide Translator Error in Prowide PMH by @ptorres-prowide in #263
- (PW-2631) Sender-LT-X->A fix by @malai-subra in #264
Full Changelog: SRU2024-9.5.11...SRU2024-9.5.12
SRU2024-10.2.13
10.2.13 - August 2025
- feat: Enhanced SwiftParser for edge cases avoiding OutOfBoundsException when parsing messages with empty blocks
- fix:
LogicalTerminalAddresssender LT "X" is now the default instead of "A" for load balancing by Messaging Interface
What's Changed
- (PW-2613) Parsing issue for MT message with slashes at the end by @ptorres-prowide in #262
- (PW-2658) Prowide Translator Error in Prowide PMH by @ptorres-prowide in #263
- (PW-2631) Sender-LT-X->A fix by @malai-subra in #264
Full Changelog: SRU2024-10.2.12...SRU2024-10.2.13
SRU2025-10.3.5
What's Changed
- (PW-2613) Issue MT message to JSON with narrative with double slash at the end of the line by @fernando-prowide in #260
- Release 10.2.12 by @ptorres-prowide in #261
- (PW-2613) Parsing issue for MT message with slashes at the end by @ptorres-prowide in #262
- (PW-2658) Prowide Translator Error in Prowide PMH by @ptorres-prowide in #263
Full Changelog: SRU2025-10.3.4...SRU2025-10.3.5
SRU2024-10.2.12
10.2.12 - July 2025
- (PW-2613) Updated the Field70 codeword splitting logic to allow / as trailing chars
What's Changed
- (CU-86b50htg6) Field70-narrative-structure-definition by @malai-subra in #259
- (PW-2613) Issue MT message to JSON with narrative with double slash at the end of the line by @fernando-prowide in #260
- Release 10.2.12 by @ptorres-prowide in #261
Full Changelog: SRU2024-10.2.11...SRU2024-10.2.12
SRU2025-9.6.3
9.6.3 - July 2025
- (PW-2594) Fixed format for Fields 60, 62, 64, and 65 to ensure the DC component is mandatory.
- (PW-2541) Updated the narrative resolver, format field 70 (used in field 70), to allow multiple lines and using // as codeword separator (/CODEWORD1/text///CODEWORD2/text)
- Fix: Enhanced the Xml parsing logic to escape/unescape
<and>characters in the XML content - Feat: Added new
MtSequenceSeparatorEnumenum with every MT separator style for its inner sequences in block4 - Feat: Added an XSD for validating the Prowide Core proprietary XML version for MT messages generated by the
xml()method for theAbstractMTand subclasses - Feat: Added JSON schemas for the Prowide Core proprietary JSON version for MT messages generated by the
toJson()method for theSwiftMessageandMtSwiftMessageclasses - Feat: Enhanced the
SwiftMessageComparatorto allow less strict comparison regarding Block2's Sender Input Time and Receiver Output Time - Feat: Added xsd for validating the result for AbstractMt.xml() output
What's Changed
- (PW-2541) Updated the narrative resolver, format field 70 (used in field 70), to allow multiple lines and using // as codeword separator (/CODEWORD1/text///CODEWORD2/text) by @ECancrini in #249
- (PW-2505) Enhancements in MT message comparator and escape in XML parser by @ptorres-prowide in #250
- (CU-86b4rupvk) Create Json schemas for MT by @ptorres-prowide in #251
- (PW-2594) No validation error triggered by SRU2024 by @ptorres-prowide in #257
- (PW-2505) Add sequence type generation in MtType by @ptorres-prowide in #258
- (CU-86b50htg6) Field70-narrative-structure-definition by @malai-subra in #259
Full Changelog: SRU2025-9.6.2...SRU2025-9.6.3
SRU2025-10.3.4
10.3.4 - July 2025
- (PW-2594) Fixed format for Fields 60, 62, 64, and 65 to ensure the DC component is mandatory.
- (PW-2541) Updated the narrative resolver, format field 70 (used in field 70), to allow multiple lines and using // as codeword separator (/CODEWORD1/text///CODEWORD2/text)
- Fix: Enhanced the Xml parsing logic to escape/unescape
<and>characters in the XML content - Feat: Added new
MtSequenceSeparatorEnumenum with every MT separator style for its inner sequences in block4 - Feat: Added an XSD for validating the Prowide Core proprietary XML version for MT messages generated by the
xml()method for theAbstractMTand subclasses - Feat: Added JSON schemas for the Prowide Core proprietary JSON version for MT messages generated by the
toJson()method for theSwiftMessageandMtSwiftMessageclasses - Feat: Enhanced the
SwiftMessageComparatorto allow less strict comparison regarding Block2's Sender Input Time and Receiver Output Time - Feat: Added xsd for validating the result for AbstractMt.xml() output
What's Changed
- (PW-2526) Concern Processing of MT567 message by @ptorres-prowide in #248
- (PW-2541) Updated the narrative resolver, format field 70 (used in field 70), to allow multiple lines and using // as codeword separator (/CODEWORD1/text///CODEWORD2/text) by @ECancrini in #249
- (PW-2505) Enhancements in MT message comparator and escape in XML parser by @ptorres-prowide in #250
- (CU-86b4rupvk) Create Json schemas for MT by @ptorres-prowide in #251
- (PW-2594) No validation error triggered by SRU2024 by @ptorres-prowide in #257
- (PW-2505) Add sequence type generation in MtType by @ptorres-prowide in #258
- (CU-86b50htg6) Field70-narrative-structure-definition by @malai-subra in #259
Full Changelog: SRU2025-10.3.3...SRU2025-10.3.4
What's Changed
- (PW-2526) Concern Processing of MT567 message by @ptorres-prowide in #248
- (PW-2541) Updated the narrative resolver, format field 70 (used in field 70), to allow multiple lines and using // as codeword separator (/CODEWORD1/text///CODEWORD2/text) by @ECancrini in #249
- (PW-2505) Enhancements in MT message comparator and escape in XML parser by @ptorres-prowide in #250
- (CU-86b4rupvk) Create Json schemas for MT by @ptorres-prowide in #251
- (PW-2594) No validation error triggered by SRU2024 by @ptorres-prowide in #257
- (PW-2505) Add sequence type generation in MtType by @ptorres-prowide in #258
- (CU-86b50htg6) Field70-narrative-structure-definition by @malai-subra in #259
Full Changelog: SRU2025-10.3.2...SRU2025-10.3.4