You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/04/13 14:37:06 UTC

[pulsar] branch site-update created (now 3b219ab)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a change to branch site-update
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


      at 3b219ab  Added release notes for 2.3.1

This branch includes the following new commits:

     new 3b219ab  Added release notes for 2.3.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar] 01/01: Added release notes for 2.3.1

Posted by mm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch site-update
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 3b219ab5dde43f41641c233941c715cdd1f19d5b
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Fri Apr 12 11:00:40 2019 -0700

    Added release notes for 2.3.1
---
 site2/website/release-notes.md | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/site2/website/release-notes.md b/site2/website/release-notes.md
index 5a46160..904d76c 100644
--- a/site2/website/release-notes.md
+++ b/site2/website/release-notes.md
@@ -1,6 +1,36 @@
 
 ## Apache
 
+### 2.3.1 &mdash; 2019-04-12 <a id="2.3.1"></a>
+
+#### Fixes
+
+ * Fixed C++ batch acks tracker to evict message from sendList array. This was causing a slowdown in
+   C++ consumers [#3618](https://github.com/apache/pulsar/pull/3618)
+ * Allow publishing messages >5MB with batching (when they compress to <5MB) [#3673](https://github.com/apache/pulsar/pull/3673) and [#3718](https://github.com/apache/pulsar/pull/3718)
+ * Use at least 8 threads in Jetty thread pool. This fixed deadlocks in Jetty requests handling [#3776](https://github.com/apache/pulsar/pull/3776)
+ * Fixed Reader.HasNext() in Go client [#3764](https://github.com/apache/pulsar/pull/3764)
+ * Fixed increasing consumer permits after ack dedup operation. [#3787](https://github.com/apache/pulsar/pull/3787)
+ * Set the dedup cursor as "inactive" after recovery [#3612](https://github.com/apache/pulsar/pull/3612)
+ * Fix read batching message by pulsar reader [#3830](https://github.com/apache/pulsar/pull/3830)
+ * Fix submit function with code specified via URL [#3934](https://github.com/apache/pulsar/pull/3934)
+ * Fixed reader reading from a partition [#3960](https://github.com/apache/pulsar/pull/3960)
+ * Fixed issue with Authorization header missing after client gets redirected [#3869](https://github.com/apache/pulsar/pull/3869)
+
+#### Enhancements
+ * Added `producer.flush()` on Python [#3685](https://github.com/apache/pulsar/pull/3685)
+ * Introduced schema builder to define schema [#3682](https://github.com/apache/pulsar/pull/3682)
+ * Support passing schema definition for JSON and AVRO schemas [#3766](https://github.com/apache/pulsar/pull/3766)
+ * Exposing InitialPosition setting in Python consumer [#3714](https://github.com/apache/pulsar/pull/3714)
+
+
+ For a complete list of issues fixed, see
+
+ https://github.com/apache/pulsar/milestone/21?closed=1
+
+ https://github.com/apache/pulsar/releases/tag/v2.3.1
+
+
 ### 2.3.0 &mdash; 2019-02-20 <a id="2.3.0"></a>
 
 #### General