OSS driver 4.0.1 and DSE driver 2.0.1

19 views
Skip to first unread message

Olivier Michallat

unread,
Apr 9, 2019, 5:38:06 PM4/9/19
to java-dri...@lists.datastax.com
We've just released a patch version for the two drivers.

The goal is to address the feedback we received about configuration (thanks Stéphane Landelle, Adrian Cole and Jacques-Henri Berthemet):
- there are now more built-in alternatives to load application.conf from a URL or an absolute path (note that this was already possible before, but required custom code).
- we've promoted the programmatic configuration builder to the public API.

We've also added the missing USING TTL and TRUNCATE constructs to the query builder (thanks Jaroslav Kamenik).

Finally, we fixed a bug when an unresolved address is passed as a contact point (thanks Scott Carey).


Here's the full changelog:

OSS 4.0.1:
- [new feature] JAVA-2201: Expose a public API for programmatic config
- [new feature] JAVA-2205: Expose public factory methods for alternative config loaders
- [bug] JAVA-2214: Fix flaky RequestLoggerIT test
- [bug] JAVA-2203: Handle unresolved addresses in DefaultEndPoint
- [bug] JAVA-2210: Add ability to set TTL for modification queries
- [improvement] JAVA-2212: Add truncate to QueryBuilder 
- [improvement] JAVA-2211: Upgrade Jersey examples to fix security issue sid-3606
- [bug] JAVA-2193: Fix flaky tests in ExecutionInfoWarningsIT
- [improvement] JAVA-2197: Skip deployment of examples to Maven central

DSE 2.0.1:
- [new feature] JAVA-2201: Expose a public API for programmatic config
- [new feature] JAVA-2205: Expose public factory methods for alternative config loaders
- [improvement] JAVA-2197: Skip deployment of integration tests to Maven central


As usual, the driver is available from Maven:

<dependency>
  <groupId>com.datastax.oss</groupId>
  <artifactId>java-driver-core</artifactId>
  <version>4.0.1</version>
</dependency>

<dependency>
  <groupId>com.datastax.oss</groupId>
  <artifactId>java-driver-query-builder</artifactId>
  <version>4.0.1</version>
</dependency>

<dependency>
  <groupId>com.datastax.dse</groupId>
  <artifactId>dse-java-driver-core</artifactId>
  <version>2.0.1</version>
</dependency>

<dependency>
  <groupId>com.datastax.dse</groupId>
  <artifactId>dse-java-driver-query-builder</artifactId>
  <version>2.0.1</version>
</dependency>

And from our download servers:

--
The Java driver dev team


Stéphane LANDELLE

unread,
Apr 10, 2019, 1:15:55 AM4/10/19
to java-dri...@lists.datastax.com
Thanks a lot!

Stéphane Landelle
GatlingCorp CTO



--
You received this message because you are subscribed to the Google Groups "DataStax Java Driver for Apache Cassandra User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to java-driver-us...@lists.datastax.com.

Adrian Cole

unread,
Apr 10, 2019, 1:20:45 AM4/10/19
to java-dri...@lists.datastax.com
thank you for the work put into this.

Best,
-A
Reply all
Reply to author
Forward
0 new messages