Preparing for 2.2
This commit is contained in:
parent
702aa45a18
commit
138d93bcb3
10
README.md
10
README.md
|
|
@ -23,15 +23,9 @@ Version 2.2 implements AutoCloseable on ApiConnection to support Java 7's try-wi
|
||||||
* 2.0.1 fixed parsing of !=, < and > operators in a where clause.
|
* 2.0.1 fixed parsing of !=, < and > operators in a where clause.
|
||||||
* 2.0.0 changed ResultListener to receive errors and completion notifications. This version is not backwards compatible with version 1.x.
|
* 2.0.0 changed ResultListener to receive errors and completion notifications. This version is not backwards compatible with version 1.x.
|
||||||
|
|
||||||
The last version 1.x release was 1.1.6 which was the first version to be pushed to Maven Central. Version 1 is considered *deprecated* and will no longer be supported or patched.
|
#### Version 1.x
|
||||||
|
|
||||||
#### Previous 1.1 versions:
|
Version 1 is considered *deprecated* and will no longer be supported or patched.
|
||||||
|
|
||||||
* 1.1.5 fixed even more comamnd line parsing bugs.
|
|
||||||
* 1.1.4 fixed command line parsing bugs #7 and #8.
|
|
||||||
* 1.1.3 fixed severe command line parsing bugs, #3, #4 and #5.
|
|
||||||
* 1.1.2 added support for handling multi-line results, like for example /file print.
|
|
||||||
* 1.1 added TLS (SSL) support to encrypt API traffic.
|
|
||||||
|
|
||||||
## Getting the API
|
## Getting the API
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue