Skip to content

v3.1.0

Compare
Choose a tag to compare
@labkey-adam labkey-adam released this 20 Sep 22:20
· 42 commits to develop since this release
  • 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.