Skip to content

Commit

Permalink
feat(spanner): bump to v1.5.24
Browse files Browse the repository at this point in the history
This change will introduce a new behavior where transactions will be
retried more often. This change will very likely reveal bugs where
resources, which are pointers, are mutated within the transaction in
such a way that these mutations persists at the beginning of a retried
transaction. Beware!
  • Loading branch information
fredrikaverpil authored and quoral committed Oct 11, 2024
1 parent 2eb7d20 commit ee091d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sgcloudspanner/emulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
// https://console.cloud.google.com/gcr/images/cloud-spanner-emulator/global/emulator
const (
url = "gcr.io/cloud-spanner-emulator/emulator"
version = "1.5.22"
version = "1.5.24"
image = url + ":" + version
)

Expand Down

0 comments on commit ee091d5

Please sign in to comment.