blob: d63eb7951f2bccdc5495df9925dd06803374736c [file] [view]
---
id: client-python-2.8.1
title: Client Python 2.8.1
sidebar_label: Client Python 2.8.1
---
- Fix redefined Record or Enum in Python schema [#11595](https://github.com/apache/pulsar/pull/11595)
- Fix Python doc generate [#11585](https://github.com/apache/pulsar/pull/11585)
- Fix Python schema array map with record [#11530](https://github.com/apache/pulsar/pull/11530)
- Fixed import when AvroSchema is not being used [#11034](https://github.com/apache/pulsar/pull/11034)
- Fix deadlock caused by ExecutorService::close [#11882](https://github.com/apache/pulsar/pull/11882)
- Fixed crash when using Python logger [#10981](https://github.com/apache/pulsar/pull/10981)
- Ensure producer is keeping the client object alive [#11887](https://github.com/apache/pulsar/pull/11887)
- Fix fields that are ignoring the required key argument [#11508](https://github.com/apache/pulsar/pull/11508)
- Fix handle complex schema [#11400](https://github.com/apache/pulsar/pull/11400)
- Check if the record is not None [#11559](https://github.com/apache/pulsar/pull/11559)