|
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)) |
2 | 2 |
|
| 3 | +#### **wa-v2** – Patch Release Notes #### |
3 | 4 |
|
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. |
5 | 12 |
|
6 | | -* **wa-v2:** add environmentId param to more functions ([e9a6b38](https://github.com/watson-developer-cloud/node-sdk/commit/e9a6b38396d043772bb4618ff071046c94f6ea48)) |
7 | 13 |
|
8 | 14 | # [12.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v11.0.0...v12.0.0) (2025年10月06日) |
9 | 15 |
|
|
15 | 21 |
|
16 | 22 | ### BREAKING CHANGES |
17 | 23 |
|
18 | | -* **wa-v2:** `environmentId` now required for `createSession` function |
| 24 | +* **wa-v2:** `assistantId` and `environmentId` are now required parameters for the `createSession` function |
19 | 25 |
|
20 | 26 | # [11.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v10.0.0...v11.0.0) (2025年06月19日) |
21 | 27 |
|
|
0 commit comments