Skip to content

Latest commit

 

History

History
141 lines (74 loc) · 11.2 KB

File metadata and controls

141 lines (74 loc) · 11.2 KB

Changelog

1.2.0 (2026-06-03)

Features

  • Expose options for connecting to experimental host via tls/mTLS (#307) (f93a5eb)
  • Support USE keyspace attachments (#353) (4ee06d4)

Bug Fixes

1.1.0 (2025-12-16)

Features

  • Expose options to override spanner endpoint and talking to spanner with plaintext connection (#266) (e5a5e3d)
  • Skip gRPC trailers when last field is set. (#268) (6f7b56a)

1.0.0 (2025-09-25)

Miscellaneous Chores

0.7.0 (2025-09-09)

Features

  • Add <name> to the google-cloud-spanner-cassandra module (#222) (fce916f)

0.6.0 (2025-09-09)

Features

  • Skip deployment for integration tests module (#219) (479ca0a)

0.5.0 (2025-09-06)

Features

Bug Fixes

  • Add missing setting for direct path enablement (#145) (5099d98)
  • Add null check for healthcheck server (#202) (c4390f5)
  • Attach appropriate stream_id for error response (#149) (54ba573)
  • Correct method name (#127) (0a5fa64)
  • Create custom serverFrameCodec wiith DseProtocolV2ServerCodecs t… (#205) (61292d6)
  • Fix lint (#184) (177b45c)

Performance Improvements

  • Add support for virtual threads (#169) (393ae0a)
  • Directly write ByteString received from gRPC response to socket to avoid copies (#174) (8d5a2b7)
  • Only decode bytes to frame for query, execute and batch messages (#163) (b0f279d)
  • Small optimizations to reduce CPU overhead on hot paths (#190) (f0d9777)

Documentation

0.4.0 (2025-06-29)

Features

  • Add support for setting spanner host (#122) (9ed5c49)
  • Add support for setting the max commit delay (#115) (1945467)
  • Enable Leader-Aware Routing by default for all write operations (#104) (d8c4e47)

Bug Fixes

  • Add missing dependencies in samples packcage (#73) (f9208b2)

Documentation

  • Add unsupported features from apache/cassandra-java-driver (#42) (3df0067)
  • Correct developers (#75) (83d23f3)

0.3.0 (2025-05-15)

Features

Documentation

  • Add comment to automatically update dependencies in spanner docs (#28) (260cb81)

0.2.0 (2025-05-08)

Features

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.47.0 (#18) (8d4678e)
  • Update dependency org.mockito:mockito-inline to v5 (#9) (8b12078)
  • Update dependency org.slf4j:slf4j-api to v2 (#11) (4225c6b)
  • Update dependency org.slf4j:slf4j-simple to v2 (#12) (5dd1242)

Documentation

  • Automatically update versions in readme on release (#15) (312af18)
  • Format README and table comment (#21) (1d8b102)

0.1.0 (2025-04-08)

Features