Skip to content

Releases: LabKey/labkey-api-python

3.3.0

03 Dec 22:36
f2037cd
Compare
Choose a tag to compare
  • Add import_rows API to query module
    • Accessible via API wrappers e.g. api.query.import_rows

3.2.0

10 Sep 21:45
c2f2cda
Compare
Choose a tag to compare
  • Add lineage API to experiment module
    • Accessible via API wrappers e.g. api.experiment.lineage()

3.1.0

08 Jul 18:23
66817fd
Compare
Choose a tag to compare
  • ServerContext
    • Add allow_redirects flag (defaults to False) to constructor
    • Add allow_redirects flag to make_request
  • APIWrapper: Add allow_redirects flag (defaults to False)
  • Add UnexpectedRedirectError
    • thrown when allow_redirects is False and the server issues a redirect

3.0.0

30 Jan 22:16
9ca4601
Compare
Choose a tag to compare
  • Query API - WAF encode "sql" parameter for execute_sql
    • WAF encoding of parameters is initially supported with LabKey Server v23.09
    • WAF encoding can be opted out of on execute_sql calls by specifying waf_encode_sql=False
  • Query API - add optional parameters to insert_rows, update_rows, and delete_rows
  • Query API - add move_rows()
    • earliest compatible LabKey Server version: 24.1.0

2.6.1

09 Oct 21:44
2164435
Compare
Choose a tag to compare

Query API - Change max_rows default value to -1 in select_rows

2.6.0

17 Aug 22:39
604cd15
Compare
Choose a tag to compare

Query API - add lineage-related filter types

2.5.1

12 Jul 18:55
4f2827e
Compare
Choose a tag to compare
  • Remove apikey| prefix from webdav client configurations

2.5.0

06 Jul 20:36
db4c1db
Compare
Choose a tag to compare
  • Container API
    • add rename
    • add get_containers
  • Add transform_helper to labkey.utils
    • See docs in docs/transform_helper.md for more information

2.3.0

30 Jun 22:47
7644bd6
Compare
Choose a tag to compare
  • Add hostname property to ServerContext
  • Add base_url property to ServerContext
  • Add webdav_client method to ServerContext
    • This method returns a webdavclient3 Client instance
  • Add webdav_path method to ServerContext
  • Add docs for WebDav support
  • Add unit tests for ServerContext

2.2.0

11 Aug 12:00
f5bcd73
Compare
Choose a tag to compare
  • Add domain.get_domain_details API to domain module.
  • Support saving domain options via domain.save.
  • Fix ConditionalFormat.to_json() to match server response.