fdbcli
history is stored between sessions; consecutive duplicate commands are stored as a single history entryfdbcli
tool prints a minimal cluster status message if an operation does not complete in 5 seconds.All
- The API version has been updated from 21 to 22. (Thanks to our API versioning technology, programs requesting earlier API versions will work unmodified.) There are no changes required to migrate from version 21 to 22.
- The
open()
call blocks until the client can communicate with the cluster.
Node.js
- Support for Node.js v0.10.x.
- Functions throw errors of type
FDBError
.- Removed some variables from the global scope.
Java
- Compiles class files with 1.6 source and target flags.
- Single-jar packaging for all platforms. (In rare cases, setting the
FDB_LIBRARY_PATH_FDB_JAVA
environment variable will be requried if you previously relied on loading the library from a system path.)
Ruby
- Support for Ruby on Windows. Requires Ruby version at least 2.0.0 (x64).
- Added implementation of
on_ready()
.