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
Add support for creating Freezer Manager freezer hierarchies via StorageController APIs (earliest compatible LabKey Server version: 22.10.0)
CreateCommand, UpdateCommand, DeleteCommand
Restore proactive authentication behavior. A change in v3.0.0 caused some invocations of @NoPermissionsRequired
actions (e.g., GetContainersCommand) to use guest credentials instead of the configured user credentials. The library
now always authenticates using the configured credentials, matching pre-v3.0.0 behavior.