Skip to content

Commit 8c17f22

Browse files
chore: update changelog
1 parent 58a3194 commit 8c17f22

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
## [12.0.1](https://github.com/watson-developer-cloud/node-sdk/compare/v12.0.0...v12.0.1) (2025-10-07)
1+
## [12.0.1](https://github.com/watson-developer-cloud/node-sdk/compare/v12.0.0...v12.0.1) (2025-10-07) ([e9a6b38](https://github.com/watson-developer-cloud/node-sdk/commit/e9a6b38396d043772bb4618ff071046c94f6ea48))
22

3+
#### **wa-v2** – Patch Release Notes ####
34

4-
### Bug Fixes
5+
This release addresses several issues identified in version 12.0.0:
6+
7+
- Fixed missing parameter in HTTP request creation:
8+
The environments path parameter was previously omitted from the message and messageStateless functions when generating HTTP requests. This parameter has now been properly included to ensure consistent request behavior.
9+
10+
- Added required environmentId parameter to session deletion:
11+
The `deleteSession` function now correctly requires the `environmentId` parameter. This change was originally intended for the 12.0.0 release and has been implemented as part of this update.
512

6-
* **wa-v2:** add environmentId param to more functions ([e9a6b38](https://github.com/watson-developer-cloud/node-sdk/commit/e9a6b38396d043772bb4618ff071046c94f6ea48))
713

814
# [12.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v11.0.0...v12.0.0) (2025-10-06)
915

@@ -15,7 +21,7 @@
1521

1622
### BREAKING CHANGES
1723

18-
* **wa-v2:** `environmentId` now required for `createSession` function
24+
* **wa-v2:** `assistantId` and `environmentId` are now required parameters for the `createSession` function
1925

2026
# [11.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v10.0.0...v11.0.0) (2025-06-19)
2127

0 commit comments

Comments
 (0)