Skip to content

Releases: steamcore/TinyIpc

4.3.2

09 Jul 23:48
Compare
Choose a tag to compare

Changes

  • Update NuGet dependencies

4.3.1

18 May 19:37
Compare
Choose a tag to compare

Changes

  • Updated NuGet dependencies
  • Added handling for a TaskCanceledException that could occur during dispose
  • Dropped net7.0 TFM, net6.0 should still work for .NET 7 though

4.3.0

18 Dec 21:41
Compare
Choose a tag to compare

Changes

  • Use an internal CancellationToken in the message bus to ensure clean shutdown
  • Add a few missing .ConfigureAwait(false) in the message bus
  • Update NuGet dependencies, use version 3.x of Microsoft.IO.RecyclableMemoryStream

4.2.0

19 Nov 17:35
Compare
Choose a tag to compare

Changes

  • Add net8.0 TFM
  • Update NuGet dependencies, use version 8.x of Microsoft.Extensions

4.1.5

15 Sep 19:31
Compare
Choose a tag to compare

Changes

  • Update NuGet dependencies

4.1.4

16 Jun 19:39
Compare
Choose a tag to compare

Changes

  • Update NuGet dependencies

4.1.3

17 Mar 17:09
Compare
Choose a tag to compare

Changes

  • Update NuGet dependencies

4.1.2

15 Feb 22:58
Compare
Choose a tag to compare

Changes

  • Update NuGet dependencies

4.1.1

17 Dec 23:28
Compare
Choose a tag to compare

Changes

  • Fix analyzer issues
  • Update NuGet dependencies

4.1.0

11 Nov 15:36
Compare
Choose a tag to compare

This release updates TinyIpc for .NET 7.

Breaking changes

  • Now using version 7.x of Microsoft.Extensions.* packages

Improvements

  • Fixed trimming and AOT compatibility by making sure necessary MessagePack types aren't trimmed