We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15176b8 commit 4ff606dCopy full SHA for 4ff606d
CHANGELOG.md
@@ -1,9 +1,14 @@
1
# The LabKey Remote API Library for Java - Change Log
2
3
-## version 6.4.0-SNAPSHOT
+## version 7.0.0-SNAPSHOT
4
*Released*: TBD
5
* Update Gradle, Gradle Plugins, HttpClient, and JSONObject versions
6
-* Add `SaveRowsApiCommand` which wraps the `query-saveRows.api` endpoint
+* 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`
12
13
## version 6.3.0
14
*Released*: 19 June 2025
0 commit comments