Skip to content

Releases: moov-io/iso8583-connection

v0.8.2

29 May 20:22
b151908
Compare
Choose a tag to compare

What's Changed

  • docs: make it clear that same addresses can be used in the Pool by @alovak in #79
  • fix: close connection even if OnClose returned error by @alovak in #78

Full Changelog: v0.8.1...v0.8.2

v0.7.0

14 Sep 18:49
fe151e8
Compare
Choose a tag to compare

What's Changed

  • call ConnectionClosedHandlers when connection is closed by any side by @alovak in #67

potentially a breaking change if you use the same handlers for ConnectionClosedHandlers and OnClose and they are not idempotent

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Sep 13:08
685c6fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

26 Jul 16:18
9fa8349
Compare
Choose a tag to compare

What's Changed

  • add connection factory option for the server by @alovak in #58

Full Changelog: v0.5.1...v0.5.2

v0.5.1

21 Jul 19:33
b6312f0
Compare
Choose a tag to compare

What's Changed

  • make writes of the data from Write sequential with other writes by @alovak in #55

Full Changelog: v0.5.0...v0.5.1

v0.5.0

21 Jul 16:07
28e94e2
Compare
Choose a tag to compare

What's Changed

  • Make connection to be a writer by @alovak in #52
  • use (Un)PackError from iso8583 package instead of using own types by @alovak in #53

Warning: This version may break your code if you use the connection.PackError or connection.UnpackError types in your code.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 May 12:53
85e76fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

12 Apr 11:29
e6c8a89
Compare
Choose a tag to compare

What's Changed

  • optimize memory usage by releasing timers early by @jerome-laforge in #35
  • remove DefaultTransmissionDateTimeFormat constant by @alovak in #38
  • add RequestIDGenerator interface to allow custom implementations by @alovak in #39
  • fix(deps): update module github.com/moov-io/iso8583 to v0.15.3 by @renovate in #34

New Contributors

Full Changelog: v0.3.1...v0.3.2