Skip to content

Commit

Permalink
Merge pull request #35 from cloudspannerecosystem/new_release
Browse files Browse the repository at this point in the history
Add changelog for v1.0.4
  • Loading branch information
JasonHuang9527 authored Feb 4, 2025
2 parents 70c6728 + d7ac903 commit ef01234
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# [1.0.4] - 2025-02-03

### Features
* Allow users to disable the generation of a random service instance ID key for Otel.
* Support external host connections to the Spanner endpoint over plaintext, TLS, and mTLS in the Cassandra proxy adapter.

# [1.0.3] - 2025-01-24

### Features
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.3`
Version `1.0.4`

## 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.3"
proxyReleaseVersion = "v1.0.4"
)
var readFile = os.ReadFile

Expand Down

0 comments on commit ef01234

Please sign in to comment.