-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci(changesets): version packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ajima Chukwuemeka <[email protected]>
- Loading branch information
1 parent
ea0a6c6
commit 274a1ce
Showing
3 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# @commercetools/ts-client | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#434](https://github.com/commercetools/commercetools-sdk-typescript/pull/434) [`ea0a6c6`](https://github.com/commercetools/commercetools-sdk-typescript/commit/ea0a6c6008ffc6d89608039eabf69d16b37d288a) Thanks [@ajimae](https://github.com/ajimae)! - Introduce the new typescript client package with the following eatures and middleware | ||
- [x] add client and middleware composer | ||
- [x] add http-middleware | ||
- [x] add error-middleware | ||
- [x] add logger-middleware | ||
- [x] add auth-middleware | ||
- [x] add with-client-credentials-flow | ||
- [x] add with-anonymous-session-flow | ||
- [x] add with-password-flow | ||
- [x] add with-refresh-token-flow | ||
- [x] add with-existing-token-flow | ||
- [x] add token cache | ||
- [x] add retry-middleware | ||
- [x] add correlation-id-middleware | ||
- [x] add queue-middleware | ||
- [x] add user-agent-middleware | ||
- [x] add concurrent-modification-middleware | ||
- [x] add axios and node-fetch support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters