Java Driver 1.0.1 released

82 views
Skip to first unread message

Michael Figuiere

unread,
Jul 3, 2013, 11:21:26 AM7/3/13
to java-dri...@lists.datastax.com
All,

We have released a new minor version 1.0.1 of our Java Driver. It's available on Maven Central. The changelog is:

  - [api] Function call handling in the query builder has been modified in a
    backward incompatible way. Function calls are not parsed from string values
    anymore as this wasn't safe. Instead the new 'fcall' method should be used
    (JAVA-100).
  - [api] Some typos in method names in PoolingOptions have been fixed in a
    backward incompatible way before the API get widespread.
  - [bug] Don't destroy composite partition key with BoundStatement and
    TokenAwarePolicy (JAVA-123).
  - [new] null values support in the query builder.
  - [new] SSL support (requires C* >= 1.2.1) (JAVA-5).
  - [new] Allow generating unlogged batch in the query builder (JAVA-113).
  - [improvement] Better error message when no host are available.
  - [improvement] Improves performance of the stress example application been.


The JIRAs resolved in this releases are:

Bug
  • [JAVA-100] - java-driver is a little overzealous about interpreting functions in string values
  • [JAVA-105] - Support setting null values in BuiltStatement
  • [JAVA-107] - Overflow in ExponentialReconnectionPolicy
  • [JAVA-113] - QueryBuilder - Add a way to create an UNLOGGED BATCH
  • [JAVA-118] - IllegalStateException: await*() in I/O thread causes a dead lock...
  • [JAVA-121] - intRoutingBatchKeyTest failure
  • [JAVA-123] - TokenAwarePolicy consumes BoundStatement.values ByteBuffers when computing partition key
  • [JAVA-125] - Typos in com.datastax.driver.core.PoolingOptions

Improvement
  • [JAVA-5] - Added netty/cql ssl support to driver
  • [JAVA-63] - Make `stress` execution more straightforward


Michael
Reply all
Reply to author
Forward
0 new messages