Skip to content

Releases: JuliaIO/MsgPack.jl

v1.2.1

15 Dec 22:03
6c7f159
Compare
Choose a tag to compare

MsgPack v1.2.1

Diff since v1.1.0

Merged pull requests:

Closed issues:

  • allow field ordering assumptions to be specified at unpack callsite (#35)
  • Support packing / unpacking of complex numbers (#44)
  • Switch to using GitHub CI (#47)

v1.1.0

08 Oct 08:21
v1.1.0
Compare
Choose a tag to compare

v1.1.0 (2019-10-07)

Diff since v1.0.1

Merged pull requests:

  • bump version from 1.0.1 to 1.1.1 (#40) (jrevels)
  • change API to specify field assumptions at unpack callsite instead of globally (#39) (jrevels)

v1.0.1

26 Sep 02:26
v1.0.1
Compare
Choose a tag to compare

v1.0.1 (2019-09-26)

Diff since v1.0.0

Closed issues:

  • Packing Dict{Symbol,Any} corrupts data (#36)

Merged pull requests:

  • bump to version 1.0.1 (#38) (jrevels)
  • Fix handling of symbols in serialization (#37) (ararslan)
  • document _keytype and _valtype + provide missing _eltype (#34) (jrevels)

v1.0.0

10 Sep 12:58
v1.0.0
Compare
Choose a tag to compare

v1.0.0 (2019-09-10)

Diff since v0.2.0

Closed issues:

  • collaboration with MsgPack2 (#29)

Merged pull requests:

Support Julia v0.7/1.0

10 Aug 18:55
9617b3c
Compare
Choose a tag to compare
Merge pull request #25 from JuliaIO/fbot/deps

Fix deprecations

Minor updates

02 Jun 07:00
Compare
Choose a tag to compare
  • 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

23 Dec 03:38
Compare
Choose a tag to compare
  • 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