Skip to content

Commit

Permalink
Add changelog for v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuranZhang committed Jan 24, 2025
1 parent d91fece commit fcdd255
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Current Released Version

Version `1.0.2`
Version `1.0.3`

## Introduction
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.
Expand Down
2 changes: 1 addition & 1 deletion third_party/datastax/proxy/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
clusterReleaseversion = "4.0.0.6816"
defaultCqlVersion = "3.4.5"
TCP_BIND_PORT = "0.0.0.0:%s"
proxyReleaseVersion = "v1.0.2"
proxyReleaseVersion = "v1.0.3"
)
var readFile = os.ReadFile

Expand Down

0 comments on commit fcdd255

Please sign in to comment.