Skip to content

Commit b1fe926

Browse files
authored
Add changelog for v1.0.9 (#55)
1 parent 7be3b3c commit b1fe926

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
# [1.0.9] - 2025-03-12
4+
### Bug Fixes
5+
* Handle index of out range error.
6+
* Handle Null and Empty bytes while decoding Int and Float data types.
7+
8+
### Enhancements
9+
* Log current proxy adapter release version on startup.
10+
311
# [1.0.8] - 2025-03-04
412
### Enhancements
513
* Allow delete to execute via DML statement.

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.8`
5+
Version `1.0.9`
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.8"
46+
proxyReleaseVersion = "v1.0.9"
4747
)
4848
var readFile = os.ReadFile
4949
var atomicStartedListenersCounter atomic.Int32

0 commit comments

Comments
 (0)