Skip to content

Releases: rabbitmq/rabbitmq-stream-dotnet-client

v1.0.0-beta.4

04 Mar 09:14
8dd8a23
Compare
Choose a tag to compare

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

v1.0.0-beta.3

16 Feb 13:26
Compare
Choose a tag to compare

The client is distributed via NuGet.

Enhancements:

  • Hide the TCP client on the Producer class in #65
  • Expose query_offest in System in #68

Breaking changes:

Hide the TCP client can introduce some breaking changes if you use the Produce.Client directly.

The following client methods are available producer side:

  • public int MessagesSent
  • public int ConfirmFrames
  • public int IncomingFrames
  • public int PublishCommandsSent

v1.0.0-beta.2

11 Feb 16:42
Compare
Choose a tag to compare

First official beta

The client is distributed via NuGet.

v1.0.0-alpha10

11 Feb 11:23
Compare
Choose a tag to compare

Enhancements:

Breaking changes:

  • The AMQP 1.0 implementation could introduce some breaking changes. We changed the Messages attributes from struct to class.

Bugfix:

Minor fixes