Skip to content

2.1.0

Compare
Choose a tag to compare
@labkey-alan labkey-alan released this 12 May 17:31
· 26 commits to develop since this release
9a4daf6
  • Add support for ontology based column filters ONTOLOGY_IN_SUBTREE and ONTOLOGY_NOT_IN_SUBTREE
  • ServerContext.make_request: payload is now optional
  • ServerContext.make_request: add json kwarg
    • This automatically does json_dumps and sets the content-type header for you
  • Add impersonate_user and stop_impersonating to security module (including APIWrapper)
  • Add more environment variables for integration test configuration
    • host, port, and context_path can now be overridden via env vars