What's Changed
- Fix incorrect command in release doc by @RobertIndie in #176
- Fix incorrect python spec name for release wheels workflow by @RobertIndie in #177
- Fix incorrect version upgrade command in RELEASE.md by @RobertIndie in #179
- Fix negative acknowledge on a message ID does not work by @BewareMyPower in #180
- Fix windows release CI doesn't show the python version by @RobertIndie in #182
- Fix missing dependency of setuptools by @RobertIndie in #183
- Fix the incompatibility with Python 3.12 and drop the support for 3.7 by @BewareMyPower in #181
- Document the requirement for the send_async method by @BewareMyPower in #186
- Bumped version to 3.5.0a1 by @RobertIndie in #191
- Fix the release doc for PyPI login and release note sample PR by @RobertIndie in #192
- [asyncio] Support creating producer and sending messages by @BewareMyPower in #189
- [docs] Add guide to avoid logs from the default logger by @BewareMyPower in #195
- Disable topic level policies to make tests work for latest Pulsar by @BewareMyPower in #201
- Fix incorrect logs when a message failed to be decoded with the writer schema by @BewareMyPower in #200
- Enable CodeQL static scanner by @merlimat in #197
- Upgrade the C++ client to 3.5.0 for some bug fixes by @BewareMyPower in #202
- Fix incorrect type hints in Client by @BewareMyPower in #204
- Add documents for the batching arguments when creating producer by @BewareMyPower in #205
- Add Consumer.consumer_name() API by @BewareMyPower in #206
- Upgrade the C++ client to 3.5.1 by @BewareMyPower in #209
Full Changelog: v3.4.0...v3.5.0