Releases: visallo/vertexium
Releases · visallo/vertexium
v2.6.2
- 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
- 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
- Fixed: SQL SPV loading when timestamp is out of sync with property
- Fixed: Elasticsearch plugin handling boolean properties in query
v2.5.7
- Fixed: Elasticsearch plugin handling boolean properties in query
v2.6.0
- 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
- Fixed: DeleteHistoricalLegacyStreamingPropertyValueData with property keys having common prefix
v2.5.5
- Changed: Removed timestamp from streaming property value row key.
v2.5.4
- 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
- Added: size to TermsAggregation
- Added: support for Elasticsearch percentile aggregations
- Added: Elasticsearch: Field query string support
v2.5.2
- 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