Skip to content

Releases: strapdata/elassandra

v2.4.2-12

25 Apr 15:25
Compare
Choose a tag to compare
Elassandra v2.4.2-12

v2.4.2-10

02 Mar 22:40
Compare
Choose a tag to compare
Elassandra v2.4.2-10

v2.4.2-9.2

27 Feb 20:08
Compare
Choose a tag to compare
Fix a search routing issue

v2.4.2-9.1

27 Feb 13:14
Compare
Choose a tag to compare
Elassandra v2.4.2-9.1

v2.4.2-8

15 Feb 21:00
Compare
Choose a tag to compare
Elassandra v2.4.2-8

v2.4.2-7

09 Feb 23:06
Compare
Choose a tag to compare
Elassandra v2.4.2-7

v2.4.2-6

24 Jan 23:40
Compare
Choose a tag to compare
release v2.4.2-6

release 2.1.1-18.1

02 Nov 23:05
Compare
Choose a tag to compare
release 2.1.1-18.1 Pre-release
Pre-release

2.1.1-18.1 - 2016-11-02

  • Fix #59 delete-by-query plugin does not work
  • Fix #57 Static members cause java.lang.ArrayIndexOutOfBoundsException

Release 2.1.1-18

24 Oct 21:05
Compare
Choose a tag to compare
Release 2.1.1-18 Pre-release
Pre-release

2.1.1-18 - 2016-10-24

  • Add support for multi-threaded nodetool rebuild_index to improve re-indexing performances.
  • Add a new random search strategy to distribute search request to a minimum of nodes.
  • Add support for multi-fields and geo_shape.
  • Add support for ES index update when deleting by partition key (deleting with a range of clustering keys not yet implemented).
  • Fix issue #50 Elastic Index ignores documents created using Cassandra UPDATE
  • Fix issue when using distinct RPC and INTERNAL ip addresses for Cassandra.
  • Don't close stdout when running in foreground.
  • Creates Elasticsearch indices only for keyspaces using the NetworkReplicationStrategy.

release 2.1.1-17.1

07 Sep 05:20
Compare
Choose a tag to compare
release 2.1.1-17.1 Pre-release
Pre-release
  • Temporary revert CASSANDRA-11427 because of CASSANDRA-12351 (CASSANDRA-12143).
  • [breaking change] Replace DatacenterReplicationStrategy by NetworkReplicationStrategy to avoid boostraping issues (Replace all DatacenterReplicationStrategy by
    NetworkReplicationStrategy before upgrading).
  • Add support for completion type.
  • Add support for percolator.
  • Add support for Spark/Hadoop with the elasticsearch-hadoop spark connector.
  • Add a new metafield _node when indexing document and a token_range aggregation allowing to check cassandra consistency of an index.
  • Fix a lat_lon order issue.