Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Jun 12, 2024
1 parent 74528fc commit 3b181c9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ as necessary. Empty sections will not end in the release notes.
specified explicitly in the JDBC URL.
- `nessie.version.store.persist.jdbc.catalog`
- `nessie.version.store.persist.jdbc.schema`
- Support for token exchange in the Nessie client is deprecated and will be removed in a future
release. The token exchange flow was being used to exchange a refresh token for an access token,
but this is not its recommended usage. Instead, the client will now fall back to the configured
initial grant type, if a refresh token is not provided by the authorization server.
- Support for token exchange in the Nessie client, in its current form, is now deprecated. The token
exchange flow was being used to exchange a refresh token for an access token, but this is not its
recommended usage. From now on, if a refresh token is provided by the authorization server, the
Nessie client will use the `refresh_token` grant type to obtain a new access token; if a refresh
token is not provided, the client will use the configured initial grant type to fetch a new access
token. _This change should thus be transparent to all users._ The `token_exchange` flow will be
redesigned in a future release to support more advanced use cases.

### Fixes

Expand Down

0 comments on commit 3b181c9

Please sign in to comment.