File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ 0.5.0
2+ =====
3+ :release date: TBD
4+
5+ 0.5 is important step toward 1.0. There are some deprecations.
6+ Please read changes carefully.
7+
8+ Changes
9+ -------
10+
11+ * Drop Python 2.6 and 3.2 support
12+
13+ * Deprecate useless custom exceptions. Use ValueError instead of PackValueError,
14+ Exception instead of PackException and UnpackException, etc...
15+ See msgpack/exceptions.py
16+
17+ * Add `strict_types ` option to packer. It can be used to serialize subclass of
18+ builtin types. For example, when packing object which type is subclass of dict,
19+ `default() ` is called.
20+
21+ * Pure Python implementation supports packing memoryview object.
22+
23+ Bugs fixed
24+ ----------
25+
26+
1270.4.7
228=====
329:release date: 2016-01-25
You can’t perform that action at this time.
0 commit comments