Skip to content

Commit c47624d

Browse files
committed
Document StopImpersonatingCommand status code change
1 parent a450fe6 commit c47624d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
* Eliminate the `RequestType` generic type parameter on `Command`
1010
* Eliminate unnecessary `BaseSelect` interface
1111
* Remove deprecated methods from `GetContainersResponse` and `GetUsersCommand`
12+
* Update `StopImpersonatingCommand` to use the `stopImpersonatingApi` action. A successful execute() call now returns
13+
status code 200 instead of 302.
1214
* `ExecuteSqlCommand` now supports `setIncludeMetadata()` and `isIncludeMetadata()`. Use of this flag requires LabKey
1315
Server v26.9+.
1416
* Merge `ExecuteSqlCommand` into the `SelectRowsCommand` hierarchy to add `includeMetadata` support, eliminate redundant
1517
code, and ensure future shared properties can be implemented in both easily.
16-
* Update `StopImpersonatingCommand` to use the `stopImpersonatingApi` action
1718
* Add `ExecuteSqlCommand.quoteIdentifier()` helper method to quote identifiers that may have tricky characters
1819
* Update Gradle, Gradle plugins, Commons Codec, Commons Logging, HttpClient, and JSON-java versions
1920

0 commit comments

Comments
 (0)