Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


## 3.2.1
**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting.
**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting.
Users that enable `isolatedModules` can now use the SDK without any TypeScript compilation errors.
While `isolatedModules` is not turned on by default in TypeScript, more frameworks and tools enable it by default.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 3.6.0
**`(feat):`** Allow for configuring `timeoutMs` and `maxRetries` request options at the client-level as well as the request level.