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
Copy file name to clipboardExpand all lines: CHANGES.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -502,9 +502,10 @@ Release 0.7-RC1 2016/06/29
502
502
* Fix batch serializer code generation may report invalid error message due to context reset leaking.
503
503
* Fix reflection based serializer possibly throws NotSupportedException instead of SerializationException.
504
504
505
-
Release 0.7 (planned)
505
+
Release 0.7 2016/07/03
506
506
507
507
This release includes 0.6.8 fixes. Here are cumulative changelogs from 0.6.8.
508
+
(There are no changes from 0.7.0-rc1)
508
509
509
510
MAJOR BREAKING CHANGES
510
511
* PackerCompatibilityOptions.None is now default. This means that msgpack bin or str8 formats are used by default.
@@ -528,8 +529,7 @@ Release 0.7 (planned)
528
529
* Add buffering option for Packer/Unpacker which can be enabled by PackerUnpackerStreamOptions.WithBuffering = true. It should improve performance for non-buffered stream like NetworkStream.
529
530
* Async support. Issue #49. Note that it is highly recommended to use buffering feature of Packer or Unpacker factory methods to avoid too chutty asynchronous I/O call. In addition, async API may avoid unnecessary blocking but it is not so efficienty in most cases.
530
531
* SerializerGenerator.GenerateSerializerCodeAssembly now supports custom namespace. Issue #138.
0 commit comments