Skip to content

Releases: LabKey/labkey-api-python

1.3.0

27 May 19:46
2f7cddb

Choose a tag to compare

  • domain.create() now iterates through its conditional formats and converts instances or lists of QueryFilter to their string format.
  • domain.conditional_format() provides a wrapper for creating a conditional format--typically to be used in updating
  • Added examples for domain.create, domain.conditional_format, and updating QC state.

1.2.0

09 Sep 18:56
f9c65de

Choose a tag to compare

  • Added truncate_table function (#29)

1.1.0

07 May 20:20
d8a0159

Choose a tag to compare

  • Add isblank and isnonblank filter types (#23)
  • Fix issue with Query API overwriting query filters with the same field/comparison (#20)
  • Use pytest as the default test runner (#24)

Thanks to @AetherUnbound for these changes

1.0.1

02 Nov 16:01

Choose a tag to compare

  • Add __repr__ for ServerContext and QueryFilter. Thanks to @AetherUnbound for this contribution.

1.0.0

20 Sep 17:09

Choose a tag to compare

  • BREAKING CHANGE: in labkey.experiment ProtocolOutput has been renamed to RunItem
  • Provide a default encoder for json.dumps to better handle datetime (#14)

0.7.0

10 May 18:06

Choose a tag to compare

  • Domain API, see labkey.domain
  • Fix for error response handling #12. Thanks to @thusharaw for this contribution.

0.6.1

28 Feb 22:16

Choose a tag to compare

  • Support non-JSON response formats

0.6.0

11 Sep 20:04

Choose a tag to compare

  • Support api_key in utils.create_server_context.
  • Support verify_ssl in utils.create_server_context. Thanks to @pescobar for this contribution.
  • Remove SafeTLSAdapter in favor of normal TLS convention.
  • Improve exception messaging when raising ServerContextError.

0.5.0

19 Apr 16:11

Choose a tag to compare

  • Security API, see labkey.security
  • ServerContext now a class, support for CSRF
  • Fix for LSID handling in Experiment objects
  • Documentation updates

0.4.3

13 Jan 04:03

Choose a tag to compare

  • Reintroduce portions of messageboard, wiki APIs (unsupported, not recommended for public use)
  • Documentation updates