Skip to content

Releases: moov-io/rtp20022

Release v0.11.0

20 Mar 19:11
Compare
Choose a tag to compare

This release of moov-io/signedxml changes how IDs are generated. Previously IDs were generated with the current time
being used as randomness. Now IDs have their serial numbers generated with functions. The previous behavior can be
restored by passing NumericSerialNumber to each instance of an ID function.

Before

messageID := rtp.MessageID(time.Now(), participantID, serial)

After

messageID := rtp.MessageID(time.Now(), participantID, serial, rtp.NumericSerialNumber)

BREAKNIG CHANGES

  • rtp: expose serial generator as a function, with helpers

BUILD

  • fix(deps): update module cloud.google.com/go to v0.112.1
  • fix(deps): update module github.com/stretchr/testify to v1.9.0

Release v0.10.2

12 Feb 16:59
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: correct typo in the validate template for length restrictions
  • test: verify rtp.Amount marshals large amounts in decimal notation

BUILD

  • fix(deps): update module cloud.google.com/go to v0.112.0
  • fix(deps): update module github.com/moov-io/base to v0.48.5

Release v0.10.1

11 Jan 21:10
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: make ValidateLength error more clear

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.48.4

Release v0.10.0

18 Dec 21:45
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: add camt.029 Case Assignment ID

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.48.3

Release v0.9.5

14 Dec 17:50
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: pad bankField in InstructionID when short

Release v0.9.4

07 Dec 19:40
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: include field names in Validate() errors
  • tests: add pacs.008 invalid check

BUILD

  • fix(deps): update module cloud.google.com/go to v0.111.0

Release v0.9.3

28 Nov 16:31
Compare
Choose a tag to compare

IMPROVEMENTS

  • rtp: cache regexes in memory for reuse

BUILD

  • fix(deps): update module cloud.google.com/go to v0.110.10
  • fix(deps): update module github.com/moov-io/base to v0.48.2

Release v0.9.2

04 Aug 17:07
Compare
Choose a tag to compare

ADDITIONS

  • feat: Generated code improvements (no functional changes)

Release v0.9.1

26 Jul 12:49
Compare
Choose a tag to compare
Release v0.9.1 Pre-release
Pre-release
New version 0.9.1 release.

Release v0.9.0

25 Jul 14:46
44b7018
Compare
Choose a tag to compare
  • feat: convert ISODate types underlying type to civil.Date
  • feat: Remove unnecessary types ISOTime and ISONormalisedDateTime