github-actions
released this
23 Aug 09:58
·
43 commits
to main
since this release
Patch Changes
- [CHANGED] response type of HTTPClient to
Promise<any>
. Previously it wasPromise<true> | SdkHttpError
, which was making it impossible the use of anaxios
with themiddlewareModule
. Now, it more flexible and can be used with any HTTP client.