Skip to content

Releases: Cysharp/MagicOnion

3.0.8

09 Jan 10:21
Compare
Choose a tag to compare

3.0.7

09 Jan 10:07
Compare
Choose a tag to compare

abandoned.

3.0.6

07 Jan 03:50
Compare
Choose a tag to compare

This release only affects MSBuild.Tasks.
fixed can not use UnuseUnityAttr attribute.

Ver 3.0.5

06 Jan 10:55
Compare
Choose a tag to compare

Same as (fixed) 3.0.4.
This release only affects MSBuild.Tasks.
(may) fixed build error on dotnet build when use with MessagePack.MSBuild.Tasks.

Ver 3.0.4

06 Jan 10:46
Compare
Choose a tag to compare

This release only affects MSBuild.Tasks.

(may) fixed build error on dotnet build when use with MessagePack.MSBuild.Tasks.

3.0.3

31 Dec 06:51
Compare
Choose a tag to compare

This release fixes failed code-generator in 3.0.1 and 3.0.2.

  • MethodIdAttribute moved to MagicOnion.Abstractions

3.0.2

27 Dec 08:04
cdcf563
Compare
Choose a tag to compare

This release is only affected code-generator.

3.0.1

27 Dec 06:39
Compare
Choose a tag to compare

This release is only affected code-generator.

  • Resolve NuGet dependency more correctly
  • Show warn message if generate result is empty
  • Fix separate file generation

Ver 3.0.0

26 Dec 08:49
dcd3a13
Compare
Choose a tag to compare

Update MessagePack-CSharp dependency to v2.
It causes many API breaking changes so jump major version to 3.

Improvements

  • Add MagicOnion.Generator .NET Core Tools package.
  • Add MagicOnion.MSBuild.Tasks package.
  • Improved lightweight code generator engine.

Breaking changes

  • Remove EmbeddedServices (Heartbeat, Ping).
  • MagicOnion.Hosting now targets .NET Core 3.1.
  • Decouple project dependency to MagicOnion and MagicOnion.Abstraction.
  • All IFormatterResolver apis changed to MessagePackSerializerOptions.
  • Compression follows MessagePackSerializerOptions(no use LZ4 in default).

2.7.1

13 Dec 08:16
acb442a
Compare
Choose a tag to compare

Fixes

  • #238: ImmutableArrayGroup and ConcurrentDictionaryGroup don't work as expected.