Skip to content

Releases: visallo/vertexium

v2.6.2

26 Sep 11:35
Compare
Choose a tag to compare
  • Changed: remove deprecated interfaces, examples, and changed Elasticsearch deprecated methods
  • Fixed: Contains.NOT_IN not returning vertices the property does not exist in
  • Added: Does Not Contain Text Query
  • Added: Elasticsearch shard size configuration for term aggregations
  • Added: Elasticsearch scroll API support

v2.4.6

26 Sep 11:28
Compare
Choose a tag to compare
  • Changed: Delete events added to HistoricalPropertyValue reporting
  • Add test and javadoc for altering property that has a property key that is not the default

v2.6.1

26 May 18:47
Compare
Choose a tag to compare
  • Fixed: SQL SPV loading when timestamp is out of sync with property
  • Fixed: Elasticsearch plugin handling boolean properties in query

v2.5.7

26 May 20:01
Compare
Choose a tag to compare
  • Fixed: Elasticsearch plugin handling boolean properties in query

v2.6.0

26 May 18:47
Compare
Choose a tag to compare
  • Added: ability to query for vertex/edge/element ids rather than the elements themselves
  • Added: ability to return if there is any paths between two vertices
  • Added: ability to store extended data rows on an element
  • Added: Elasticsearch 2.x support
  • Added: Cypher query support
  • Added: CLI: profiles to allow running the CLI from within an IDE
  • Added: hasDirection and hasOtherVertexId to VertexQuery
  • Changed: The default behavior of calling methods without fetch hints will use the default fetch hints specified in the graph configuration
  • Changed: removed dist module
  • Fixed: Issue #135. Passing FetchHint.NONE when retrieving vertices from Accumulo using Elasticsearch will now properly return the vertices rather than an empty Iterable
  • Deprecated: EdgeCountScoringStrategy

v2.5.6

09 May 00:39
Compare
Choose a tag to compare
  • Fixed: DeleteHistoricalLegacyStreamingPropertyValueData with property keys having common prefix

v2.5.5

05 May 11:50
Compare
Choose a tag to compare
  • Changed: Removed timestamp from streaming property value row key.

v2.5.4

05 May 11:49
Compare
Choose a tag to compare
  • Fixed: Find Path max 2 hops not returning one hop paths
  • Added: configuration for number of Elasticsearch replicas
  • Changed: Delete events added to HistoricalPropertyValue reporting

v2.5.3

27 Feb 12:24
Compare
Choose a tag to compare
  • Added: size to TermsAggregation
  • Added: support for Elasticsearch percentile aggregations
  • Added: Elasticsearch: Field query string support

v2.5.2

27 Feb 12:23
Compare
Choose a tag to compare
  • Added: support for Elasticsearch range aggregations
  • Added: hasChanges method to mutations
  • Added: Edge.getVertices which accepts fetch hints
  • Added: support to read multiple StreamingPropertyValues with on query
  • Added: Graph.findPath exclusion labels
  • Added: methods to support deleting multiple properties on a single ES request to minimize collisions.
  • Added: support storing history in a separate table
  • Changed: avoid saving empty mutations in Graph#saveElementMutations
  • Changed: if the Elasticsearch write queue already contains element flush
  • Fixed: existing element mutations updating timestamps
  • Fixed: bulk request conflict by adding a retry count