Releases: moov-io/iso8583-connection
Releases · moov-io/iso8583-connection
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
v0.4.0
v0.3.2
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
- @jerome-laforge made their first contribution in #35
Full Changelog: v0.3.1...v0.3.2