Skip to content

Commit 468ce24

Browse files
authored
Add changelog for v1.0.8 (#51)
1 parent 177e46d commit 468ce24

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# [1.0.8] - 2025-03-04
4+
### Enhancements
5+
* Allow delete to execute via DML statement.
6+
* Add fallback to PDML API if a transaction contains too many mutations.
7+
38
# [1.0.7] - 2025-02-25
49
### Others
510
* Bump dependency version for Spanner Go Client Library.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Current Released Version
44

5-
Version `1.0.7`
5+
Version `1.0.8`
66

77
## Introduction
88
Cassandra to Cloud Spanner Proxy Adapter is designed to forward your application's CQL traffic to Spanner database service. It listens on a local address and securely forwards that traffic.

third_party/datastax/proxy/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
clusterReleaseversion = "4.0.0.6816"
4444
defaultCqlVersion = "3.4.5"
4545
TCP_BIND_PORT = "0.0.0.0:%s"
46-
proxyReleaseVersion = "v1.0.7"
46+
proxyReleaseVersion = "v1.0.8"
4747
)
4848
var readFile = os.ReadFile
4949
var atomicStartedListenersCounter atomic.Int32

0 commit comments

Comments
 (0)