Skip to content

Commit 1b24339

Browse files
committed
update java API readme, start tracking changes to be consistent with the pattern followed in the other APIs
SVN r64875 |2019-12-27 22:25:53 +0000
1 parent df9b301 commit 1b24339

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* text=auto !eol
2-
java/README.html -text
2+
java/README.md -text
33
java/build.gradle -text
44
java/gradle.properties -text
55
java/src/META-INF/services/java.sql.Driver -text

java/README.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

java/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
##The LabKey Remote API Library for Java
2+
3+
Welcome to the LabKey Remote API library for Java. This library allows Java developers to access the data and services exposed from a LabKey Server installation.
4+
5+
For detailed information on the library, its classes, and programming interfaces, see the [JavaDoc](https://www.labkey.org/download/clientapi_docs/java-api/).
6+
7+
If you have any questions about this library or the LabKey Server, see our [Community Support Forums](https://www.labkey.org/wiki/home/page.view?name=support).
8+
9+
This library is licensed under the [Apache 2.0 open-source license](http://www.apache.org/licenses/LICENSE-2.0).
10+
11+
---
12+
13+
###Changes in version 1.0.0
14+
- Migration to [SemVer](https://semver.org/) for library versioning. With 1.0.0 we will move away from using the LabKey server version
15+
and adopt the standard used in our other API libraries. Version 1.0.0 will succeed the previous published version of : 19.1.0.
16+
- Support for truncating tables, there is a new TruncateTableCommand to expose this functionality.
17+
- CRUD operations for Domains.
18+
- Improved support for Assay data import. LoadAssayBatchCommand and SaveAssayRunCommand have been added to allow support for ad-hoc properties.
19+
- New ListDomainsCommand.
20+
- New SaveAssayRunsCommand.
21+
- Update PropertyDescriptor to expose missing value toggling.

0 commit comments

Comments
 (0)