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

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


The following commit(s) were added to refs/heads/main by this push:
     new c3a5c1f9ecd Add the release note for Python client 3.3.0 (#690)
c3a5c1f9ecd is described below

commit c3a5c1f9ecdb3ff5f80dbee9ca058f107ed8b357
Author: Baodi Shi <[email protected]>
AuthorDate: Wed Aug 30 15:14:49 2023 +0800

    Add the release note for Python client 3.3.0 (#690)
---
 data/release-python.js                         |  1 +
 release-notes/versioned/client-python-3.3.0.md | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/data/release-python.js b/data/release-python.js
index 44771ba2124..0a63593715e 100644
--- a/data/release-python.js
+++ b/data/release-python.js
@@ -1,4 +1,5 @@
 module.exports = [
+{tagName: 
"v3.3.0",vtag:"3.3.x",releaseNotes:"/release-notes/versioned/client-python-3.3.0/",doc:"/docs/client-libraries-python",version:"v3.3.x"},
 {tagName: 
"v3.2.0",vtag:"3.2.x",releaseNotes:"/release-notes/versioned/client-python-3.2.0/",doc:"/docs/client-libraries-python",version:"v3.2.x"},
 {tagName: 
"v3.1.0",vtag:"3.1.x",releaseNotes:"/release-notes/versioned/client-python-3.1.0/",doc:"/docs/client-libraries-python",version:"v3.1.x"},
 {tagName: 
"v3.0.0",vtag:"3.0.x",releaseNotes:"/release-notes/versioned/client-python-3.0.0/",doc:"/docs/client-libraries-python",version:"v3.0.x"},
diff --git a/release-notes/versioned/client-python-3.3.0.md 
b/release-notes/versioned/client-python-3.3.0.md
new file mode 100644
index 00000000000..8b35ab3a14d
--- /dev/null
+++ b/release-notes/versioned/client-python-3.3.0.md
@@ -0,0 +1,20 @@
+## What's Changed
+* Added support for KeySharedPolicy for the consumer when in KeyShared mode by 
@hyperevo https://github.com/apache/pulsar-client-python/pull/109
+* Bumped version to 3.3.0a1 @BewareMyPower 
https://github.com/apache/pulsar-client-python/pull/130
+* [docs] Fix the incorrect API docs generation steps in the release process by 
@BewareMyPower https://github.com/apache/pulsar-client-python/pull/131
+* Fix link failure on macOS @BewareMyPower 
https://github.com/apache/pulsar-client-python/pull/133
+* Add partitioned topic unit test for Reader @shibd 
https://github.com/apache/pulsar-client-python/pull/137
+* feat: support batch index ack @shibd 
https://github.com/apache/pulsar-client-python/pull/139
+* feat: support producer access mode @shibd 
https://github.com/apache/pulsar-client-python/pull/138
+* Fix the OpenSSL 3.x symbols not found on macOS build @BewareMyPower 
https://github.com/apache/pulsar-client-python/pull/145
+* Upgrade the C++ client to 3.3.0 @BewareMyPower 
https://github.com/apache/pulsar-client-python/pull/146
+* feat: support pattern subscription non persistent topic @shibd 
https://github.com/apache/pulsar-client-python/pull/134
+* Use f-string to show correct error message @BewareMyPower 
https://github.com/apache/pulsar-client-python/pull/147
+* feat: Support dead letter topic @shibd 
https://github.com/apache/pulsar-client-python/pull/135
+
+
+## New Contributors
+* @hyperevo made their first contribution in 
https://github.com/apache/pulsar-client-python/pull/109
+
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-python/compare/v3.2.0...v3.3.0

Reply via email to