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 aa66991e2f61 Add the release note for Python client 3.6.0 (#986)
aa66991e2f61 is described below

commit aa66991e2f617edf8805269f07f19b5fc5835004
Author: Yunze Xu <[email protected]>
AuthorDate: Mon Jan 27 19:40:39 2025 +0800

    Add the release note for Python client 3.6.0 (#986)
---
 data/release-python.js                         |  1 +
 release-notes/versioned/client-python-3.6.0.md | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/data/release-python.js b/data/release-python.js
index a059bb4c0f7a..f94d2d2e01ed 100644
--- a/data/release-python.js
+++ b/data/release-python.js
@@ -1,4 +1,5 @@
 module.exports = [
+{tagName: 
"v3.6.0",vtag:"3.6.x",releaseNotes:"/release-notes/versioned/client-python-3.6.0/",doc:"/docs/client-libraries-python",version:"v3.6.x"},
 {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"},
diff --git a/release-notes/versioned/client-python-3.6.0.md 
b/release-notes/versioned/client-python-3.6.0.md
new file mode 100644
index 000000000000..d6b158a38d4c
--- /dev/null
+++ b/release-notes/versioned/client-python-3.6.0.md
@@ -0,0 +1,22 @@
+---
+id: client-python-3.6.0
+title: Client Python 3.6.0
+sidebar_label: Client Python 3.6.0
+---
+
+## What's Changed
+* Bumped version to 3.6.0a1 by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/210
+* Set grpcio minimum version to 1.59.3 so that Alpine py3-grpcio can be used 
by @lhotari in https://github.com/apache/pulsar-client-python/pull/211
+* Fix failed AsyncioTest.test_send_failure and clean up tests by 
@BewareMyPower in https://github.com/apache/pulsar-client-python/pull/231
+* Build the C extension with optimize options enabled by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/230
+* Fix typos by @kianmeng in 
https://github.com/apache/pulsar-client-python/pull/232
+* Fix the broken CI due to the regression of 4.0.1 and some deprecated image 
and links by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/235
+* Upgrade the C++ client to 3.7.0 by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/237
+* Support seek a MessageId from pulsar module by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/233
+* Support Python 3.13 and drop the support for Python 3.8 by @BewareMyPower in 
https://github.com/apache/pulsar-client-python/pull/238
+
+## New Contributors
+* @lhotari made their first contribution in 
https://github.com/apache/pulsar-client-python/pull/211
+* @kianmeng made their first contribution in 
https://github.com/apache/pulsar-client-python/pull/232
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-python/compare/v3.5.0...v3.6.0

Reply via email to