What's Changed
- Switch from Travis CI to GitHub Actions by @navytux in #64
- decoder: Fix integer overflow in BYTEARRAY8 handling by @navytux in #65
- fuzz: Export tests pickles to fuzz/corpus with stable filenames by @navytux in #66
- encoder: Fix protocol 0 UNICODE emission for invalid UTF-8 by @navytux in #67
- Add StrictUnicode mode by @navytux in #68
- fuzz/corpus: Update by @navytux in #70
- *: Cosmetics by @navytux in #69
- decoder: Fix integer overflow in BINUNICODE handling by @navytux in #73
- encoder: Fix int ranges for which BININT1 and BININT2 are emitted by @navytux in #71
- Fix benchmarks by @navytux in #72
- ci: Add support for Go 1.23 by @navytux in #74
- tests: Fix Xloosy by @navytux in #78
- encoder: Fix data corruption when encoding uint64 by @navytux in #79
- Add PyDict mode by @navytux in #75
- encoder: Don't repeat casting to Tuple if it is already Tuple by @navytux in #76
- *: Linkify documentation by @navytux in #77
- fuzz/corpus: Update by @navytux in #80
- *: interface{} -> any by @navytux in #81
- ci: Add support for Go 1.24 by @navytux in #82
Full Changelog: v1.2.0...v1.3.0