Skip to content

Releases: jprante/elasticsearch-jdbc

1.3.0.2

02 Aug 11:52
Compare
Choose a tag to compare
  • fix for broken feeder mode
  • update to Elasticsearch 1.3.1

1.3.0.0

24 Jul 14:56
Compare
Choose a tag to compare
  • update to Elasticsearch 1.3.0
  • river state now managed in cluster state metadata
  • moving the support plugin code into JDBC plugin code

1.2.2.0

19 Jul 22:47
Compare
Choose a tag to compare
  • update to Elasticsearch 1.2.2
  • more reliable bulk indexing
  • properly handle SQL insert/update/select statement types
  • dropping empty maps after ignoring null values
  • overlap time for column strategy
  • option for creating time-window based index names

1.2.0.1

28 May 20:35
Compare
Choose a tag to compare
  • fixes for some warning messages
  • fix for column strategy

1.2.0.0

23 May 12:08
Compare
Choose a tag to compare

1.1.0.2

19 May 07:58
Compare
Choose a tag to compare
  • refresh fix, bulk indexing improvements at each river run
  • more timestamp variables
  • option for ignoring null values
  • improved river test resilience

1.1.0.1

11 May 15:06
Compare
Choose a tag to compare
  • two flavors: river/feeder
  • better river state monitoring
  • bulk indexing fixes
  • improved assembly
  • improved documentation

1.0.0.RC2.1

03 Feb 21:47
Compare
Choose a tag to compare
  • update to Elasticsearch 1.0.0.RC2
  • plugin version support
  • support for java.sql.Array
  • SQL array test for Postgresql

1.0.0.RC1.2

20 Jan 21:56
Compare
Choose a tag to compare

Changes

  • a series of SQL statements can now be executed at each river cycle
  • execution of SQL statements with thread pool size (like connection pooling)
  • river state saved and loaded at each cycle
  • "schedule" parameter with crontab-like specification
  • no more "oneshot" strategy
  • "poll" parameter removed in favor of "schedule" or "interval"
  • "acksql", "acksqlparams" removed in favor of SQL statement series
  • "driver" parameter removed
  • new parameter "bulk_flush_timeout"
  • experimental CallableStatement support improved
  • river cycle can be executed at once by new REST river induce command
  • new REST river state inspection command
  • many bug fixes and cleanups