You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
0 commit comments