Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 942 Bytes

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 942 Bytes

Changelog

[1.0.3] - 2025-01-24

Features

  • Add logging on whether direct path feature is enabled on proxy startup.

Bug Fixes

  • Fix file logger to support KeyValue encoding.

[1.0.2] - 2025-01-22

Features

  • Add support for USE keyspace
  • Add flag to enable/disable metrics and traces separately
  • Allow key-value encoding for logging format

Others

  • Remove always on Direct path setting
  • Bump dependencies
  • Add documentation on running proxy against Emulator

Features

  • Add CQL to Spanner Table Converter tool
  • Support double type

BREAKING CHANGES

  • Add support for useRowTTL and useRowTimestamp options, defaults to False

Bug Fixes

  • Allow NULL value in nullable column

Initial release