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