We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347e30d commit aedbcaeCopy full SHA for aedbcae
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.42.3
2
* Added `credentials.NewStaticCredentials()` static credentials constructor
3
* Changed `internal/credentials.NewStaticCredentials()` signature and behaviour for create grpc connection on each call to auth service
4
* Downgrade `google.golang.org/grpc` to `v1.49.0`
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "42"
6
- VersionPatch = "2"
+ VersionPatch = "3"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments