All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.4.9 - 2024-11-12
- Update dependencies in #36
- Upgrade direct dependencies in go.mod
1.4.8 - 2024-07-12
- Bump golang.org/x/net from 0.22.0 to 0.23.0 #32
- Update dependencies in #33
- Upgrade direct dependencies in go.mod
- Update GitHub actions
- Update release procedure to use gh command #34
1.4.7 - 2024-03-08
- Update dependencies in #30
- Upgrade direct dependencies in go.mod
- Update Golang used for testing from 1.21 to 1.22
1.4.6 - 2023-11-14
- Update dependencies in #28
- Upgrade direct dependencies in go.mod
- Update Golang used for testing from 1.20 to 1.21
1.4.5 - 2023-07-14
- Update dependencies in #25
- Upgrade direct dependencies in go.mod
- Update Golang used for testing from 1.19 to 1.20
1.4.4 - 2023-01-20
- Update dependencies in #22
- Upgrade direct dependencies in go.mod
- Update Golang used for testing from 1.18 to 1.19
- Update GitHub Actions
- Fix for deprecated "io/ioutil" in #22
1.4.3 - 2022-08-26
- Change LICENSE from MIT to Apache2.0 (#18)
- Update dependencies (#19)
- Update Golang used for testing from 1.15 to 1.18
1.4.2 - 2021-07-30
- Update dependencies (#17)
1.4.1 - 2021-03-11
1.4.0 - 2021-03-05
- MTU detection utility (#11)
1.3.0 - 2020-12-15
- Add
IPAdd
andIPDiff
for IPv4/v6 address calculations - Add
EqualIP
matcher for Ginkgo tests
IP4ToInt
andIntToIP4
: useIPAdd
andIPDiff
instead.
1.2.0 - 2018-09-14
- Opt in to Go modules.
1.1.0 - 2016-09-11
CipherSuiteString
returns string for tls.TLS_* constants.TLSVersionString
returns string for tls.Version* constants.
1.0.1 - 2016-08-28
IsNetworkUnreachable
,IsConnectionRefused
,IsNoRouteToHost
functions to identify network errors.