|
2 | 2 |
|
3 | 3 | ## version 7.4.0-SNAPSHOT |
4 | 4 | *Released*: TBD |
5 | | -* |
| 5 | +* Merge `ExecuteSqlCommand` into the `SelectRowsCommand` hierarchy to add `includeMetadata` support, eliminate redundant |
| 6 | + code, and ensure future shared properties can be implemented in both easily. |
| 7 | +* Eliminate unnecessary `BaseSelect` interface |
| 8 | +* Eliminate the `RequestType` generic type parameter on `Command` |
| 9 | +* Update `StopImpersonatingCommand` to use the `stopImpersonatingApi` action |
| 10 | +* Update Gradle plugins, Commons Codec, Commons Logging, HttpClient, and JSON-java versions |
6 | 11 |
|
7 | 12 | ## version 7.3.0 |
8 | 13 | *Released*: 15 July 2026 |
9 | 14 | * Update Gradle version and remove some deprecated syntax |
10 | 15 | * Update HttpCore5 to 5.4.3 (CVE-2026-54399) and HttpClient5 to 5.5.2 |
11 | | -* Update Gradle plugins, Commons Codec, Commons Logging, and JSONObject versions |
| 16 | +* Update Gradle plugins, Commons Codec, Commons Logging, and JSON-java versions |
12 | 17 |
|
13 | 18 | ## version 7.2.0 |
14 | 19 | *Released*: 17 February 2026 |
|
25 | 30 |
|
26 | 31 | ## version 7.0.0 |
27 | 32 | *Released*: 18 July 2025 |
28 | | -* Update Gradle, Gradle Plugins, HttpClient, and JSONObject versions |
| 33 | +* Update Gradle, Gradle Plugins, HttpClient, and JSON-java versions |
29 | 34 | * BREAKING CHANGES |
30 | 35 | * The `SaveRowsCommand` has been updated to be a command wrapper for the `query-saveRows.api` |
31 | 36 | * The `SaveRowsResponse` now wraps the response from the new `SaveRowsCommand` |
|
35 | 40 |
|
36 | 41 | ## version 6.3.0 |
37 | 42 | *Released*: 19 June 2025 |
38 | | -* Update Commons Codec, Commons Logging, Gradle, Gradle Plugins, HttpClient, HttpCore, and JSONObject versions |
| 43 | +* Update Commons Codec, Commons Logging, Gradle, Gradle Plugins, HttpClient, HttpCore, and JSON-java versions |
39 | 44 | * Remove defunct FileNotification API and uses |
40 | 45 | * Update publishing method for new Maven Central API |
41 | 46 |
|
|
44 | 49 | * Add support for `auditUserComment` field for assay import |
45 | 50 | * Add support for `allowPlateMetadata`, `plateMetadata` fields for assay plate support |
46 | 51 | * Deprecate `GetContainersResponse` permissions methods which are incompatible with LabKey Server v24.8+ |
47 | | -* Update Commons Codec, Commons Logging, Gradle, Gradle Plugins, HttpCore, and JSONObject versions |
| 52 | +* Update Commons Codec, Commons Logging, Gradle, Gradle Plugins, HttpCore, and JSON-java versions |
48 | 53 |
|
49 | 54 | ## version 6.1.0 |
50 | 55 | *Released*: 26 February 2024 |
|
0 commit comments