Skip to content

Commit

Permalink
release: v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Jan 22, 2024
1 parent 926b5c5 commit 2b7f652
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Changelog

## v0.3.4

### [0.3.4](https://github.com/openfga/go-sdk/compare/v0.3.3...v0.3.4) (2024-01-22)

- feat: configurable client credentials token url - thanks @le-yams
- fix: WriteAuthorizationModel was not passing conditions to API

## v0.3.3

### [0.3.3](https://github.com/openfga/go-sdk/compare/v0.3.2...v0.3.3) (2023-12-21)

- fix: WriteAuthorizationModel was not passing conditions to API
- chore: add example project
- chore: add [example project](./example)

## v0.3.2

Expand All @@ -25,7 +32,7 @@

### [0.3.0](https://github.com/openfga/go-sdk/compare/v0.2.3...v0.3.0) (2023-12-11)

- feat!: initial support for conditions
- feat!: initial support for [conditions](https://openfga.dev/blog/conditional-tuples-announcement)
- feat: support specifying a port and path for the API (You can now set the `ApiUrl` to something like: `https://api.fga.exampleL8080/some_path`)
- fix: resolve a bug in `NewCredentials` (#60) - thanks @harper
- chore!: use latest API interfaces
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.3.3"
SdkVersion = "0.3.4"

defaultUserAgent = "openfga-sdk go/0.3.3"
defaultUserAgent = "openfga-sdk go/0.3.4"
)

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

0 comments on commit 2b7f652

Please sign in to comment.