Skip to content

Releases: burtcorp/athena-jdbc

athena-jdbc-0.4.0

30 Jul 21:20
Compare
Choose a tag to compare

The main change in this release is the introduction of retries for S3 download errors (#22).

On the development side of things, the test suite has been improved to be more deterministic (#20).

athena-jdbc-0.3.0

30 Apr 17:17
Compare
Choose a tag to compare

This release primarily changes how additional requests for additional data is requested from S3, making it much more likely that we stay relatively close to the desired 32MB buffer (#19).

In addition, this fixes an encoding issue (#12), bumps the AWS SDK dependency mainly to solve an issue with IP-address caching (#17).

Also, the build system was overhauled, and this release was performed automatically using the standard maven releaser workflow (#15).

https://search.maven.org/artifact/io.burt/athena-jdbc/0.3.0/jar

athena-jdbc-0.2.0-SNAPSHOT

05 Jul 16:02
82026f0
Compare
Choose a tag to compare
Pre-release

build 1, 2019-07-05

This release changes the result loading mechanism to stream result sets from S3 instead of using the GetQueryResults API call. It's slightly slower for results with fewer than 1000 rows, but very much faster than the official driver for larger result sets. Hopefully the performance for small results can be improved before the final 0.2.0.

build 2, 2019-09-30

In addition to the above, this release adds proper query timeouts: when a query runs over the given limit it is cancelled, and an exception is thrown. See #4 for more information.

The release also improves the error handling. See #1 for more information.

athena-jdbc-0.1.0

28 Jun 09:36
Compare
Choose a tag to compare

First release! This version works, but may have rough edges. Its performance is worse than the official driver on result sets with more than one page (1000+ rows), but faster when the result fits in one page.

athena-jdbc-0.1.0-SNAPSHOT

30 Apr 11:14
Compare
Choose a tag to compare
Pre-release

Initial release. This version should work, but will have a lot of rough edges. Help us out making it better.