Skip to content

Commit

Permalink
chore(main): release 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 66cc3cd commit 93696ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.33.0](https://github.com/momentohq/client-sdk-go/compare/v1.32.1...v1.33.0) (2025-02-06)


### Features

* configure topic client to use separate publish and subscribe grpc channels ([#583](https://github.com/momentohq/client-sdk-go/issues/583)) ([66cc3cd](https://github.com/momentohq/client-sdk-go/commit/66cc3cd810dca26f6aaca75a0719d677f7710ca2))


### Miscellaneous

* add unit tests for retry eligibility strategy ([#582](https://github.com/momentohq/client-sdk-go/issues/582)) ([533c48e](https://github.com/momentohq/client-sdk-go/commit/533c48ea842aa26da3eb506bd78c69f4207b5689))
* **deps:** bump github.com/momentohq/client-sdk-go in /examples ([#580](https://github.com/momentohq/client-sdk-go/issues/580)) ([e8ef81e](https://github.com/momentohq/client-sdk-go/commit/e8ef81ecab4ef6a4092fdf60480bb22a1e7b1f73))

## [1.32.1](https://github.com/momentohq/client-sdk-go/compare/v1.32.0...v1.32.1) (2025-01-17)


Expand Down
2 changes: 1 addition & 1 deletion internal/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func init() {
FirstTimeHeadersSent.Store(Auth, false)
}

var Version = "1.32.1" // x-release-please-version
var Version = "1.33.0" // x-release-please-version

type ClientType string

Expand Down

0 comments on commit 93696ea

Please sign in to comment.