2.12.1 Release notes
validmind-library
2.12.1
release
This release adds an optional document parameter to init() and sends the library version in request headers.
Enhancements
Optional document parameter in init()
init() now supports an optional document parameter to specify which document you want to connect the library to. The document slug is the value in your URL path after /documents/ — for example, new-validation-report from /documents/new-validation-report/overview.
Library version sent in request headers
The library now sends its version in the X-LIBRARY-VERSION header when connecting to the ValidMind Platform. This enables better version tracking and compatibility checks.