Skip to content

Releases: progaudi/MsgPack.Light

v2.0.1

19 Nov 05:16
Compare
Choose a tag to compare

What's Changed

  • make MsgPackContext thread-safe by @pavlua in #89

Full Changelog: 2.0.0...2.0.1

v2.0.0

17 Oct 22:41
9cacd98
Compare
Choose a tag to compare

BREAKING CHANGES

  • drop support for netstandard1.1
  • drop support for net45
  • drop support for net46
  • switch to net462, netstandard2.0, net60

What's Changed

New Contributors

Full Changelog: 1.6.2...2.0.0

Correct message in exception for binaryCompatibilityMode

22 Sep 07:40
Compare
Choose a tag to compare

Release build, not debug one.

21 Sep 23:28
9a04ac4
Compare
Choose a tag to compare
Merge pull request #84 from progaudi/build-should-be-release

Build should be release

Binary compatibility mode

21 Sep 11:27
7cfad8f
Compare
Choose a tag to compare
Merge pull request #79 from progaudi/add-fixstr-length-evaluation

Add fixstr length evaluation to converter

Memory optimization release

24 Jan 17:11
5bbbf90
Compare
Choose a tag to compare

Up to 3 times lower memory consumption on integer operations, up to 2 times lower CPU.

netstandard 2.0 support

29 Aug 19:02
Compare
Choose a tag to compare

Added netstandard 2.0 support.

Generated converters

30 Jun 08:44
Compare
Choose a tag to compare
  1. MsgPackContext now has option "convertEnumsAsStrings". When it set false, enum is stored as numeric value, if true - as string. Default value is true.
  2. MsgPackContext has 2 methods - GenerateAndRegisterMapConverter and GenerateAndRegisterArrayConverter which can be used to automatic converter generation for user types. Interfaces and classes are supported. Find usage samples in Generators tests folder.

1.2.0

20 Mar 09:18
Compare
Choose a tag to compare
  1. Dotnet SDK version 1.0.0 used
  2. Add MsgPackToken type and its converter.

1.0.0-release

21 Oct 09:18
Compare
Choose a tag to compare
  • Closed #34
  • Fixed namespaces