Preparing for 2.2
This commit is contained in:
parent
702aa45a18
commit
138d93bcb3
12
README.md
12
README.md
|
|
@ -18,20 +18,14 @@ Version 2.2 implements AutoCloseable on ApiConnection to support Java 7's try-wi
|
|||
|
||||
* 2.1 added the ability to use connection and command timeouts as.
|
||||
|
||||
* 2.0.3 Fixed bug #18 - An empty username in ```login()``` caused the API to hang.
|
||||
* 2.0.3 Fixed bug #18 - An empty username in ```login()``` caused the API to hang.
|
||||
* 2.0.2 Fixed bug #13 - processor thread wasn't being stopped on disconnect(), causing non-exit of application in some cases.
|
||||
* 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue