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

xyz pushed a commit to branch bewaremypower/release-note-python-3.5.0
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 1bed3bbee9780b85dfe248281667eace8aa7103e
Author: Yunze Xu <xyzinfern...@163.com>
AuthorDate: Thu Apr 18 11:02:26 2024 +0800

    Add the release note for Python client 3.5.0
---
 data/release-python.js                         |  1 +
 release-notes/versioned/client-python-3.5.0.md | 30 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/data/release-python.js b/data/release-python.js
index eb81e67f9ba6..a059bb4c0f7a 100644
--- a/data/release-python.js
+++ b/data/release-python.js
@@ -1,4 +1,5 @@
 module.exports = [
+{tagName: 
"v3.5.0",vtag:"3.5.x",releaseNotes:"/release-notes/versioned/client-python-3.5.0/",doc:"/docs/client-libraries-python",version:"v3.5.x"},
 {tagName: 
"v3.4.0",vtag:"3.4.x",releaseNotes:"/release-notes/versioned/client-python-3.4.0/",doc:"/docs/client-libraries-python",version:"v3.4.x"},
 {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"},
diff --git a/release-notes/versioned/client-python-3.5.0.md 
b/release-notes/versioned/client-python-3.5.0.md
new file mode 100644
index 000000000000..33980a9716c2
--- /dev/null
+++ b/release-notes/versioned/client-python-3.5.0.md
@@ -0,0 +1,30 @@
+---
+id: client-python-3.5.0
+title: Client Python 3.5.0
+sidebar_label: Client Python 3.5.0
+---
+
+## What's Changed
+* Fix incorrect command in release doc by @RobertIndie in 
https://github.com/apache/pulsar-client-python/pull/176
+* Fix incorrect python spec name for release wheels workflow by @RobertIndie 
in https://github.com/apache/pulsar-client-python/pull/177
+* Fix incorrect version upgrade command in RELEASE.md by @RobertIndie in 
https://github.com/apache/pulsar-client-python/pull/179
+* Fix negative acknowledge on a message ID does not work by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/180
+* Fix windows release CI doesn't show the python version by @RobertIndie in 
https://github.com/apache/pulsar-client-python/pull/182
+* Fix missing dependency of setuptools by @RobertIndie in 
https://github.com/apache/pulsar-client-python/pull/183
+* Fix the incompatibility with Python 3.12 and drop the support for 3.7 by 
@BewareMyPower in https://github.com/apache/pulsar-client-python/pull/181
+* Document the requirement for the send_async method by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/186
+* Bumped version to 3.5.0a1 by @RobertIndie in 
https://github.com/apache/pulsar-client-python/pull/191
+* Fix the release doc for PyPI login and release note sample PR by 
@RobertIndie in https://github.com/apache/pulsar-client-python/pull/192
+* [asyncio] Support creating producer and sending messages by @BewareMyPower 
in https://github.com/apache/pulsar-client-python/pull/189
+* [docs] Add guide to avoid logs from the default logger by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/195
+* Disable topic level policies to make tests work for latest Pulsar by 
@BewareMyPower in https://github.com/apache/pulsar-client-python/pull/201
+* Fix incorrect logs when a message failed to be decoded with the writer 
schema by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/200
+* Enable CodeQL static scanner by @merlimat in 
https://github.com/apache/pulsar-client-python/pull/197
+* Upgrade the C++ client to 3.5.0 for some bug fixes by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/202
+* Fix incorrect type hints in Client by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/204
+* Add documents for the batching arguments when creating producer by 
@BewareMyPower in https://github.com/apache/pulsar-client-python/pull/205
+* Add Consumer.consumer_name() API by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/206
+* Upgrade the C++ client to 3.5.1 by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/209
+
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-python/compare/v3.4.0...v3.5.0

Reply via email to