Skip to content

Commit 4ff606d

Browse files
committed
Update CHANGELOG.md
1 parent 15176b8 commit 4ff606d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3-
## version 6.4.0-SNAPSHOT
3+
## version 7.0.0-SNAPSHOT
44
*Released*: TBD
55
* Update Gradle, Gradle Plugins, HttpClient, and JSONObject versions
6-
* Add `SaveRowsApiCommand` which wraps the `query-saveRows.api` endpoint
6+
* BREAKING CHANGES
7+
* The `SaveRowsCommand` has been updated to be a command wrapper for the `query-saveRows.api`
8+
* The `SaveRowsResponse` now wraps the response from the new `SaveRowsCommand`
9+
* Rename original `SaveRowsResponse` to `RowsResponse`
10+
* Rename original `SaveRowsCommand` to `BaseRowsCommand`
11+
* Rename original `RowsResponse` to `BaseRowsResponse`
712

813
## version 6.3.0
914
*Released*: 19 June 2025

0 commit comments

Comments
 (0)