This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new e65a691 Updated CHANGELOG.md
e65a691 is described below
commit e65a691f7226e9ab8fc58e8f1ad81187b26d0782
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Fri Apr 5 09:03:39 2024 +0200
Updated CHANGELOG.md
---
CHANGELOG.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0b86ff..b6a7656 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this
file.
The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased]
+
+### Added
+
+- IReceive now has a 'TryReceive' extension method allowing for non-blocking
retrieval of buffered messages
+
+### Changed
+
+- Updated the Microsoft.Extensions.ObjectPool dependency from version 8.0.1 to
8.0.3
+
+### Fixed
+
+- Disposing a newly created consumer or reader could result in an exception
being thrown
+- Concurrent 'Receive' invocations on a partitioned topic could result in an
exception being thrown
+
## [3.1.2] - 2024-01-29
### Fixed