forked from ugorji/go
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I was running some tests elsewhere, and noticed that the `BasicHandle.TimeNotBuiltin` option was not being honored by `MsgpackHandle`. This option is critical for maintaining backwards compatibility in certain cases, notably some of our Raft usage. I added a test here to ensure that the option works. While we're here, I updated `go.mod` and `go.sum`, since I'll probably cut the 2.1.1 release after this.
- Loading branch information
Christopher Swenson
authored
Oct 17, 2023
1 parent
ec75a01
commit c1a7c12
Showing
4 changed files
with
97 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters