Releases: JuliaIO/MsgPack.jl
Releases · JuliaIO/MsgPack.jl
v1.2.1
MsgPack v1.2.1
Merged pull requests:
- Install TagBot as a GitHub Action (#41) (@JuliaTagBot)
- Include type info in errors from pack() (#50) (@JamesWrigley)
- Create Invalidations.yml (#51) (@ranocha)
- Refactor API to allow directly overloading pack_type for extension type (#53) (@SimonDanisch)
- enable dependabot for GitHub actions (#54) (@ranocha)
- StructType fixes for struct with many fields (#55) (@dstahlke)
- fixed unpack of Tuple (#56) (@dstahlke)
strict
UndefKeywordError
bugfix (#58) (@bclrk)- Various testing and quality updates (#59) (@sjkelly)
Closed issues:
v1.1.0
v1.0.1
v1.0.0
Support Julia v0.7/1.0
Merge pull request #25 from JuliaIO/fbot/deps Fix deprecations
Minor updates
- Use more standard function definitions
- Fix deprecation warning on 0.6
- Fix badges to point at JuliaIO versions of CI (except for AppVeyor)
- Use version number instead of release in .travis.yml (#18)
- Update CI URLs to point to new caching infrastructure
Move to v0.5
- require julia 0.5
- fix deprecations on julia 0.5, 0.6
- we can just use String() now that julia 0.5 is required
- Update .travis.yml to current default
- Add appveyor support, update badges
- Fix 32-bit Int errors
- Remove residual uses of Compat