Skip to content

Lukebakken/changelog 6.8.1 #1597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 24 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
## Changes Between 6.4.0 and 6.7.0
# Changelog

## [v6.7.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v6.7.0) (2023-11-16)
## Changes Between 6.4.0 and 6.8.1

[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0...v6.7.0)
### 6.8.1

**Fixed bugs:**
GitHub milestone: [`6.8.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/67?closed=1)
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.8.0...v6.8.1)

- Removed `ReceiveBufferSize` and `SendBufferSize` because it limited performance [\#1416](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1416)
- Make `TcpClientAdapter` public [\#1418](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1418)
- 6.5.0 can cause application freeze due to TaskScheduler change [\#1357](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1357)
### 6.8.0

GitHub milestone: [`6.8.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/64?closed=1)
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.7.0...v6.8.0)

### 6.7.0

GitHub milestone: [`6.7.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/63?closed=1)
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.6.0...v6.7.0)

### 6.6.0

GitHub milestone: [`6.6.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/62?closed=1)
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.5.0...v6.6.0)

### 6.5.0

GitHub milestone: [`6.5.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/59?closed=1)
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0...v6.5.0)

## Changes Between 6.3.1 and 6.4.0

Expand Down Expand Up @@ -148,8 +165,6 @@ Added a TLS option to enforce CRL checks for server certificates.

GitHub issue: [#500](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/500)



## Changes Between 5.1.2 and 5.2.0

Please see the milestone for all changes:
Expand All @@ -166,8 +181,6 @@ GitHub issues: [#428](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/

GitHub PR: [rabbitmq-dotnet-client#702](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/702)



## Changes Between 5.1.1 and 5.1.2

### Bump System.Net.Security to 4.3.2
Expand All @@ -190,7 +203,6 @@ GitHub PR: [rabbitmq-dotnet-client#579](https://github.com/rabbitmq/rabbitmq-dot

GitHub PR: [rabbitmq-dotnet-client#636](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/636)


## Changes Between 5.0.x and 5.1.0

### Batch Publishing
Expand All @@ -209,7 +221,6 @@ GitHub PR: [rabbitmq-dotnet-client#377](https://github.com/rabbitmq/rabbitmq-dot

GitHub PR: [rabbitmq-dotnet-client#354](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/354)


## Changes Between 4.1.x and 5.0.1

### Async consumers
Expand Down Expand Up @@ -284,7 +295,6 @@ GitHub issue: [rabbitmq-dotnet-client#263](https://github.com/rabbitmq/rabbitmq-

GitHub issue: [rabbitmq-dotnet-client#257](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/257)


## Changes Between 4.0.2 and 4.1.0

`4.1.0` was released on **September 14th, 2016**.
Expand All @@ -307,7 +317,6 @@ Contributed by Brandon Ording and Szymon Kulec.

GH issue: [rabbitmq-dotnet-client#251](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/251)


## Changes Between 4.0.1 and 4.0.2 (September 1st, 2016)

### TcpClientAdapter Didn't Respect IP Address Family
Expand Down