Skip to content

v12.0.1

Latest

Choose a tag to compare

@apaparazzi0329 apaparazzi0329 released this 07 Oct 17:55
· 1 commit to master since this release

12.0.1 (2025-10-07) (e9a6b38)

wa-v2 – Patch Release Notes

This release addresses several issues identified in version 12.0.0:

  • Fixed missing parameter in HTTP request creation:
    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.

  • Added required environmentId parameter to session deletion:
    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.