You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value of the 'use_bin_type' option was changed in
msgpack-1.0.0. We should support different versions of the library and
provide the same behaviour across them.
Aside of this, 'encoding' option was dropped since this version of the
msgpack library, but we didn't actually support it for packing. Binary
strings are packed as is (as mp_str), Unicode strings are encoded as
UTF-8 (as mp_str too) and nothing is changed regarding this.
Fixes#155
0 commit comments