Releases: moov-io/iso8583-connection
Releases · moov-io/iso8583-connection
v0.9.0
What's Changed
- Fix: Correct typos in README by @triplechecker-com in #99
- Conn pool improvements by @alovak in #103
New Contributors
- @triplechecker-com made their first contribution in #99
Full Changelog: v0.8.4...v0.9.0
v0.8.4
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
v0.8.2
v0.7.0
What's Changed
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
What's Changed
- Add options for send method by @alovak in #62
- Avoid goroutine leak and associated memory leak on specific case by @jerome-laforge in #41
- Cleanup duplicate calls to Connection.run() by @carsonab in #63
- Wait before the first reconnect by @alovak in #65
- Exponential retry by @sonalidbhavsar and @alovak in #66
- close Pool when failed to Connect it by @alovak in #64
New Contributors
Full Changelog: v0.5.2...v0.6.0
v0.5.2
v0.5.1
v0.5.0
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