Skip to content

Commit

Permalink
release(v0.2.3): with various client fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Oct 13, 2023
1 parent 45c579a commit 9a204b3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.2.3

### [0.2.3](https://github.com/openfga/go-sdk/compare/v0.2.2...v0.2.3) (2023-10-13)

- fix: allow setting user agent
- fix(client): resolve null pointer exceptions when getting auth model id
- fix(client): allow read to contain empty fields
- fix(client): require auth model id and store id to be ulids
- fix(client): resolve cases where req options was not respected
- fix: add retry logic to oauth
- chore: target go1.21.3 and upgrade dependencies

## v0.2.2

### [0.2.2](https://github.com/openfga/go-sdk/compare/v0.2.1...v0.2.2) (2023-04-21)
Expand Down
4 changes: 2 additions & 2 deletions configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
)

const (
SdkVersion = "0.2.2"
SdkVersion = "0.2.3"

defaultUserAgent = "openfga-sdk go/0.2.2"
defaultUserAgent = "openfga-sdk go/0.2.3"
)

// RetryParams configures configuration for retry in case of HTTP too many request
Expand Down

0 comments on commit 9a204b3

Please sign in to comment.