From 2b7f6526cb558c6abff595e0632d6cf8b6e6d7ff Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Mon, 22 Jan 2024 14:08:02 -0500 Subject: [PATCH] release: v0.3.4 --- CHANGELOG.md | 11 +++++++++-- configuration.go | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5659824..c3ef169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/configuration.go b/configuration.go index 7caab65..284da17 100644 --- a/configuration.go +++ b/configuration.go @@ -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