Skip to content

Commit 59824bf

Browse files
committed
Update changelog
1 parent eb039dd commit 59824bf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

packages/sdk/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

3-
## [1.0.0-rc.1] - 2024-11-01
3+
## [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
419

520
### Changed
621

0 commit comments

Comments
 (0)