Preparing for 2.2

This commit is contained in:
Gideon le Grange 2015-05-05 13:23:35 +02:00
parent 702aa45a18
commit 138d93bcb3
1 changed files with 3 additions and 9 deletions

View File

@ -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.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:
* 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.
Version 1 is considered *deprecated* and will no longer be supported or patched.
## Getting the API