Skip to content

Releases: moov-io/iso8583-connection

v0.9.0

26 Aug 21:36
f3459fd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.9.0

v0.8.4

06 Jun 15:11
e167f02

Choose a tag to compare

What's Changed

  • refactor: remove unused function parameters and correct redundant conditions by @sho-hata in #87
  • fix(deps): update module github.com/moov-io/iso8583 to v0.22.1 by @renovate in #89
  • fix(deps): update module github.com/moov-io/iso8583 to v0.22.2 by @renovate in #92
  • update all deps by @bpross in #96

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

17 Jul 10:13
d11002c

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

29 May 20:22
b151908

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

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

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

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

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

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

Choose a tag to compare

What's Changed

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