| --- |
| id: client-python-3.0.0 |
| title: Client Python 3.0.0 |
| sidebar_label: Client Python 3.0.0 |
| --- |
| |
| ## What's Changed |
| * Upgrade Pulsar C++ client to 3.1.0 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/62 |
| * fix: make sure that the fallback avro class has the signature as fastravro's by @jaysonsantos in https://github.com/apache/pulsar-client-python/pull/57 |
| * Simplify dependency upgrade process and upgrade Pulsar C++ client to 3.1.0 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/56 |
| * Migrate from Boost.Python to PyBind11 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/54 |
| * Fixed building of Linux wheel files by @merlimat in https://github.com/apache/pulsar-client-python/pull/45 |
| * [improve][ci] check python doc syntax by @tisonkun in https://github.com/apache/pulsar-client-python/pull/38 |
| * [feat] Support consumer batch receive. by @shibd in https://github.com/apache/pulsar-client-python/pull/33 |
| * Improve apidoc with pydoctor tool by @tisonkun in https://github.com/apache/pulsar-client-python/pull/28 |
| * Fetch C++ client official release by @merlimat in https://github.com/apache/pulsar-client-python/pull/25 |
| * Support building with MSVC by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/23 |
| * [feat] Support start message id inclusive by @Demogorgon314 in https://github.com/apache/pulsar-client-python/pull/19 |
| * Enable building Mac universal2 wheels for Python 3.7 by @merlimat in https://github.com/apache/pulsar-client-python/pull/18 |
| * Fixed missed version of zlib by @merlimat in https://github.com/apache/pulsar-client-python/pull/17 |
| * Enhance developer experience for debugging tests and add related README by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/16 |
| * Support auth param string for Basic authentication by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/15 |
| * Enable required check status for pr validation by @RobertIndie in https://github.com/apache/pulsar-client-python/pull/13 |
| * Allow to configure log level from Python by @merlimat in https://github.com/apache/pulsar-client-python/pull/12 |
| * Build wheel files in CI by @merlimat in https://github.com/apache/pulsar-client-python/pull/11 |
| * Add CI job to build and run Python tests by @merlimat in https://github.com/apache/pulsar-client-python/pull/9 |
| * Added license and notice files by @merlimat in https://github.com/apache/pulsar-client-python/pull/6 |
| * Add .asf.yaml file by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/2 |
| * PIP-209: Compile Python client wrapper by @merlimat in https://github.com/apache/pulsar-client-python/pull/1 |
| |
| **Full Changelog**: https://github.com/apache/pulsar-client-python/commits/v3.0.0 |
| |
| ## New Contributors |
| * @jaysonsantos made his first contribution in https://github.com/apache/pulsar-client-python/pull/57 |
| * @tisonkun made his first contribution in https://github.com/apache/pulsar-client-python/pull/28 |