Releases: marefr/go-conntrack
Releases · marefr/go-conntrack
v1.0.0
This marks the end of maintenance and further updates of the v1 version/code unless any exceptional security vulnerabilities pops up.
What's Changed
- Security policy added
v0.2.0
- Expose the number of open connections. by @marefr in #6
- Expose DialerOpt by @marefr in #4
- Update Go linting by @SuperQ in #7
- Use promauto for metrics registration by @SuperQ in #8
- Update Go build by @marefr in #9
v0.1.0
- Forked https://github.com/mwitkow/go-conntrack to support Go modules
- fixed 2 little typos in README.md by @slintes in #1
- Remove duplicate entry in .gitignore by @jbampton in #2
- Support go modules by @marefr in #3
Migrating from github.com/mwitkow/go-conntrack
- Change import paths from
github.com/mwitkow/go-conntracktogithub.com/marefr/go-conntrack - No breaking changes
- Go modules support
- Go 1.23 and 1.24 supported, but maybe not required
Full Changelog: v0.2.0...v1.0.0
v0.2.0
v0.1.0
What's Changed
- Forked https://github.com/mwitkow/go-conntrack to support Go modules
- fixed 2 little typos in README.md by @slintes in #1
- Remove duplicate entry in .gitignore by @jbampton in #2
- Support go modules by @marefr in #3
Full Changelog: https://github.com/marefr/go-conntrack/commits/v0.1.0