Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

v1.9.0

Choose a tag to compare

@yoshi-automation yoshi-automation released this 10 Jun 18:47
ed47ad3

Features

  • don't flush entire global cache on transient errors (#654) (cbf2d7d)

Bug Fixes

  • correct inconsistent behavior with regards to namespaces (#662) (cf21a28), closes #661
  • correctly decode falsy values in legacy protocol buffers (#628) (69a9f63), closes #625
  • defer clearing global cache when in transaction (#660) (73020ed)
  • detect cache write failure for MemcacheCache (#665) (5d7f163), closes #656
  • do not set read_consistency for queries. (#664) (36a5b55), closes #666
  • limit memcache keys to 250 bytes (#663) (7dc11df), closes #619
  • properly handle error when clearing cache (#636) (d0ffcf3), closes #633
  • retry connection errors with memcache (#645) (06b466a), closes #620
  • support ordering by key for multi queries (#630) (508d8cb), closes #629