This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch bewaremypower/release-note-py-3.1.0 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 245b8fe417191f89d10e1efb60d3318630966b61 Author: Yunze Xu <xyzinfern...@163.com> AuthorDate: Tue Mar 14 14:04:42 2023 +0800 Add the release note for Python client 3.1.0 --- data/release-python.js | 1 + release-notes/versioned/client-python-3.1.0.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/data/release-python.js b/data/release-python.js index 8e411dcb002..0a5194757e9 100644 --- a/data/release-python.js +++ b/data/release-python.js @@ -1,4 +1,5 @@ module.exports = [ +{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"}, {tagName: "v2.10.1",vtag:"2.10.x",releaseNotes:"/release-notes/versioned/client-python-2.10.1/",doc:"/docs/2.10.x/client-libraries-python",version:"v2.10.x"}, {tagName: "v2.10.0",vtag:"2.10.x",releaseNotes:"/release-notes/versioned/client-python-2.10.0/",doc:"/docs/2.10.x/client-libraries-python",version:""}, diff --git a/release-notes/versioned/client-python-3.1.0.md b/release-notes/versioned/client-python-3.1.0.md new file mode 100644 index 00000000000..ece1015b8aa --- /dev/null +++ b/release-notes/versioned/client-python-3.1.0.md @@ -0,0 +1,15 @@ +## What's Changed +* Wrap the interruption to a custom exception when a blocking API is interrupted by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/99 +* Upgrade to pulsar-client-cpp 3.1.2 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/96 +* Issue #37 : Allow passing pulsar.MessageId instance to create_reader() by @erichare in https://github.com/apache/pulsar-client-python/pull/95 +* #66: Add Human-readable description of MessageId object by @erichare in https://github.com/apache/pulsar-client-python/pull/93 +* Issue #31 - Access name attribute of any type object by @erichare in https://github.com/apache/pulsar-client-python/pull/92 +* Update the release process for versioning by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/91 +* Fixed deadlock in producer.send_async by @merlimat in https://github.com/apache/pulsar-client-python/pull/87 +* Upgrade to pulsar-client-cpp 3.1.1 by @merlimat in https://github.com/apache/pulsar-client-python/pull/86 +* Add support for Python 3.11 by @merlimat in https://github.com/apache/pulsar-client-python/pull/83 +* Add the release process for Python client by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/68 +* Add a script to download and stage artifacts by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/65 +* Bump version to 3.1.0a1 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/63 + +**Full Changelog**: https://github.com/apache/pulsar-client-python/compare/v3.0.0...v3.1.0