Skip to content

v1.0.0-beta.4

Compare
Choose a tag to compare
@Gsantomaggio Gsantomaggio released this 04 Mar 09:14
· 217 commits to main since this release
8dd8a23

The client is distributed via NuGet.

Enhancements:

  • Update all projects to net6.0 #76
  • Hide the TCP client #65
  • Expose query_offest #68
  • Port useful things from RabbitMQ .NET Client project #70
  • Handle offset not found #73
  • #35 Set TCP connection name by @0UserName in #66
  • Format code using "dotnet format" #78
  • #74 Console.WriteLine has been replaced with EventSource by @0UserName in #79
  • Implement lz4 codec example #80

Backward compatibility:

  • Update all projects to net6.0 #76

New Contributors