Releases: apache/pulsar-client-python
Releases · apache/pulsar-client-python
v3.2.0
What's Changed
- Bumped version to 3.2.0a1 by @BewareMyPower in #105
- Upgrade fastavro to 1.7.3 by @BewareMyPower in #110
- Update to bookkeeper client 4.16.1 by @merlimat in #111
- [Doc] Add links to client docs and feature matrix in README.md by @momo-jun in #117
- Bump the C++ client to 3.2.0 by @BewareMyPower in #118
- Add docs and tests for AuthenticationOauth2 by @BewareMyPower in #120
- Make acknowledge APIs synchronous and improve the documents by @BewareMyPower in #121
- Use readNextAsync for reader.read_next() by @merlimat in #125
- Release the GIL before any call to async methods by @merlimat in #123
- Fetch writer schema to decode Avro messages by @BewareMyPower in #119
- Include the C extension when generating API docs by @BewareMyPower in #126
New Contributors
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Wrap the interruption to a custom exception when a blocking API is interrupted by @BewareMyPower in #99
- Upgrade to pulsar-client-cpp 3.1.2 by @BewareMyPower in #96
- Issue #37 : Allow passing pulsar.MessageId instance to create_reader() by @erichare in #95
- #66: Add Human-readable description of MessageId object by @erichare in #93
- Issue #31 - Access name attribute of any type object by @erichare in #92
- Update the release process for versioning by @BewareMyPower in #91
- Fixed deadlock in producer.send_async by @merlimat in #87
- Upgrade to pulsar-client-cpp 3.1.1 by @merlimat in #86
- Add support for Python 3.11 by @merlimat in #83
- Add the release process for Python client by @BewareMyPower in #68
- Add a script to download and stage artifacts by @BewareMyPower in #65
- Bump version to 3.1.0a1 by @BewareMyPower in #63
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Upgrade Pulsar C++ client to 3.1.0 by @BewareMyPower in #62
- fix: make sure that the fallback avro class has the signature as fastravro's by @jaysonsantos in #57
- Simplify dependency upgrade process and upgrade Pulsar C++ client to 3.1.0 by @BewareMyPower in #56
- Migrate from Boost.Python to PyBind11 by @BewareMyPower in #54
- Fixed building of Linux wheel files by @merlimat in #45
- [improve][ci] check python doc syntax by @tisonkun in #38
- [feat] Support consumer batch receive. by @shibd in #33
- Improve apidoc with pydoctor tool by @tisonkun in #28
- Fetch C++ client official release by @merlimat in #25
- Support building with MSVC by @BewareMyPower in #23
- [feat] Support start message id inclusive by @Demogorgon314 in #19
- Enable building Mac universal2 wheels for Python 3.7 by @merlimat in #18
- Fixed missed version of zlib by @merlimat in #17
- Enhance developer experience for debugging tests and add related README by @BewareMyPower in #16
- Support auth param string for Basic authentication by @BewareMyPower in #15
- Enable required check status for pr validation by @RobertIndie in #13
- Allow to configure log level from Python by @merlimat in #12
- Build wheel files in CI by @merlimat in #11
- Add CI job to build and run Python tests by @merlimat in #9
- Added license and notice files by @merlimat in #6
- Add .asf.yaml file by @BewareMyPower in #2
- PIP-209: Compile Python client wrapper by @merlimat in #1
Full Changelog: https://github.com/apache/pulsar-client-python/commits/v3.0.0
New Contributors
- @jaysonsantos made his first contribution in #57
- @tisonkun made his first contribution in #28