Skip to content

v6.1.0

Compare
Choose a tag to compare
@RosalineP RosalineP released this 26 Feb 22:32
· 13 commits to develop since this release
  • Issue 49238: Fix so all command responses correctly decode as UTF-8.
  • Add MoveRowsCommand to query
    • Earliest compatible LabKey Server version: 24.1.0
  • Remove deprecated GetDomainCommand; use GetDomainDetailsCommand instead.
  • Remove deprecated method RowsResponse.getRequiredVersion().
  • Deprecate GetUsersCommand methods getIncludeDeactivated() and setIncludeDeactivated(); use getIncludeInactive()
    and setIncludeInactive() instead.
  • Remove Hamcrest references (unused)
  • Update ApiKeyCredentialsProvider to respond to server auth challenges with the apikey header and use the session
    on subsequent requests.
  • Update Commons Logging, Gradle, Gradle Plugins, HttpClient, and HttpCore versions