Skip to content

Releases: moov-io/iso8583

Release v0.21.2

12 Jan 23:01
27feb74
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module golang.org/x/text to v0.14.0 by @renovate in #271
  • fix: add missing int64 support for String field Unmarshal by @alovak in #303

Full Changelog: v0.21.1...v0.21.2

Release v0.21.1

30 Nov 13:58
231e13d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.0...v0.21.1

Release v0.21.0

31 Oct 10:34
8f4cb18
Compare
Choose a tag to compare

What's Changed

Breaking Change

Underlying type for field.Numeric and method signatures were changed to use int64 instead of int. More information about why is here.

New Contributors

Full Changelog: v0.19.3...v0.21.0

Release v0.20.1

26 Sep 14:08
b05481c
Compare
Choose a tag to compare
Release v0.20.1 Pre-release
Pre-release
Make the package safe for concurrent access (#284)

* draft data race solution for message

* make message thread safe

* remove //nolint as it does not work

https://github.com/moov-io/infra/pull/280

* add test for concurrent access

* protect Composite field against concurrent access

* satisfy linkers

* remove unnecessary comments and address feedback

v0.20.0

26 Sep 13:36
b05481c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.2...v0.20.0

Release v0.19.3

26 Sep 13:36
b05481c
Compare
Choose a tag to compare
Release v0.19.3 Pre-release
Pre-release
Make the package safe for concurrent access (#284)

* draft data race solution for message

* make message thread safe

* remove //nolint as it does not work

https://github.com/moov-io/infra/pull/280

* add test for concurrent access

* protect Composite field against concurrent access

* satisfy linkers

* remove unnecessary comments and address feedback

Release v0.19.2

01 Aug 09:49
a0db8ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.1...v0.19.2

Release v0.19.1

26 Jul 14:48
36606f8
Compare
Choose a tag to compare
Release v0.19.1 Pre-release
Pre-release
use stable version of Go (latest released) (#258)

v0.19.0

26 Jul 14:44
743b600
Compare
Choose a tag to compare

What's Changed

  • Skip bitmap presence bits when pack and unpack message by @alovak in #255
  • check for the max length in BerTLV prefix by @alovak in #256

Full Changelog: v0.18.3...v0.19.0

v0.18.3

20 Jul 17:27
1b1d36a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.2...v0.18.3