hashicorp / memberlist

Golang package for gossip based membership and failure detection
Mozilla Public License 2.0
3.61k stars 435 forks source link

Upgrade to go-msgpack/v2 2.1.1 #292

Closed swenson closed 5 months ago

swenson commented 11 months ago

This adds the option to specify what version of the time.Time encoding format is desired. The default option is false, which preserves compatibility with the current dependency of hashicorp/go-msgpack 0.5.3 in go.mod, but users of this library will probably want to override the the setting.

While we're here, test against the latest versions of Go and upgrade the go.mod file.

I tested that this appears to work with Nomad.

swenson commented 5 months ago

(test failures appear to be unrelated to these changes)

swenson commented 5 months ago

Thanks!