Skip to content

4.2.2

Compare
Choose a tag to compare
@mdumandag mdumandag released this 19 Oct 11:49
7541a50

This document includes the new features, enhancements, and fixed issues for the Hazelcast Python Client 4.2.2 release.

New Features

  • None

Enhancements

  • Client now sends metrics for tcp.bytesReceived and tcp.bytesSend that represent the total amount of bytes received/sent for the lifetime of the client across all member connections, which can be tracked with Prometheus Exporter using the Management Center. #497

Fixes

  • Client no longer sends an extra 6 bytes in the initial frames of the client messages due to a miscalculation. #494
  • Broken links in the documentation are fixed. #498
  • A bug that can cause a serialization exception to be thrown while reading a value of type BigInteger or BigDecimal (in the SQL system) is fixed. #498

Breaking Changes

  • None.

Known Issues

  • None.