Skip to content

13.0.0

Compare
Choose a tag to compare
@juliannguyen4 juliannguyen4 released this 21 Aug 19:23
· 65 commits to master since this release
03853b6

Breaking Changes

Improvements:

  • [CLIENT-2258] Remove auto-serialization and auto-deserialization.

Bug Fixes

  • [CLIENT-2459] client.touch(): Fix bug where not setting "val" causes a segmentation fault.
  • [CLIENT-1616] Docs: Clarify client.operate_ordered() behavior for write and failed read operations.
  • [CLIENT-2258] client.put(): Fix bug where Python bytes bin values cannot be used if serializer parameter is set to SERIALIZER_NONE.