Skip to content

Commit a450fe6

Browse files
committed
Prepare for v8.0.0
1 parent e2733cb commit a450fe6

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3-
## version 8.0.0-SNAPSHOT
3+
## version 8.1.0-SNAPSHOT
44
*Released*: TBD
5+
6+
## version 8.0.0
7+
*Released*: 2026-08-20
58
* POTENTIALLY BREAKING CHANGES
69
* Eliminate the `RequestType` generic type parameter on `Command`
710
* Eliminate unnecessary `BaseSelect` interface
811
* Remove deprecated methods from `GetContainersResponse` and `GetUsersCommand`
9-
* `ExecuteSqlCommand` now supports `setIncludeMetadata()` and `isIncludeMetadata()`
12+
* `ExecuteSqlCommand` now supports `setIncludeMetadata()` and `isIncludeMetadata()`. Use of this flag requires LabKey
13+
Server v26.9+.
1014
* Merge `ExecuteSqlCommand` into the `SelectRowsCommand` hierarchy to add `includeMetadata` support, eliminate redundant
1115
code, and ensure future shared properties can be implemented in both easily.
1216
* Update `StopImpersonatingCommand` to use the `stopImpersonatingApi` action
13-
* Update Gradle plugins, Commons Codec, Commons Logging, HttpClient, and JSON-java versions
17+
* Add `ExecuteSqlCommand.quoteIdentifier()` helper method to quote identifiers that may have tricky characters
18+
* Update Gradle, Gradle plugins, Commons Codec, Commons Logging, HttpClient, and JSON-java versions
1419

1520
## version 7.3.0
1621
*Released*: 15 July 2026

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repositories {
7070

7171
group = "org.labkey.api"
7272

73-
version = "7.4.0-fb_execute_sql_refactor-SNAPSHOT"
73+
version = "8.1.0-SNAPSHOT"
7474

7575
dependencies {
7676
api "org.json:json:${jsonObjectVersion}"

0 commit comments

Comments
 (0)