We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb039dd commit 59824bfCopy full SHA for 59824bf
packages/sdk/CHANGELOG.md
@@ -1,6 +1,21 @@
1
# Changelog
2
3
-## [1.0.0-rc.1] - 2024-11-01
+## [1.0.1] - 2024-11-13
4
+
5
+### Changed
6
7
+- Deprecated the `environment_name` field in the `ConnectTokenOpts` type, as it
8
+ is no longer used by the SDK nor the Connect API. The environment name is now
9
+ exclusively determined by the `environment` field in the `BackendClientOpts`
10
+ type, read during the client creation.
11
12
+### Added
13
14
+- Added a new optional flag to `RequestOptions` called `fullResponse`, which
15
+ allows the user to get the full HTTP response object, including the headers
16
+ and status code.
17
18
+## [1.0.0] - 2024-11-01
19
20
### Changed
21
0 commit comments