Skip to content

Releases: neo4j-devtools/neo4j-bloom

1.3.1

11 May 18:22
Compare
Choose a tag to compare

1.3.1

This release contains the following improvements and bug fixes:

  • Generate zip file on csv export - exporting the nodes and relationships as two files didn't work consistently in all web browsers.

  • Show a loading spinner while generating perspective

  • Remove duplicates in the list of databases when connected to a Neo4j cluster

  • Fix bug where properties were missing in some cases for nodes with multiple labels

1.3.0

22 Apr 19:38
Compare
Choose a tag to compare

1.3.0

New features

  • This release introduces support for Neo4j 4.0 (4.0.2 and later).
  • Support for switching between multiple databases in Neo4j 4.0.
  • New Perspectives gallery for creating and choosing a Perspective.
  • Export and Import of Perspectives in the Perspectives gallery.
  • Perspectives now maintain a reference to the database to which they belong.

Licensing updates

  • Bloom Desktop app no longer requires an activation key and is free to use with local databases in Desktop.
  • When connecting to a remote database instance, a licensed Bloom server plugin is now required.

Notable bug fixes

  • Fixes to slow data fetching for some queries, including search phrases with multiple MATCH clauses.
  • Fixes to layout oscillations with a large number of nodes in the scene.

1.2.1

13 Mar 13:50
Compare
Choose a tag to compare

1.2.1

  • Updates to ensure compatibility with upcoming Neo4j Desktop updates

1.2.0

23 Jan 14:38
Compare
Choose a tag to compare

1.2.0

New features:

  • New expandable legend with ability to configure style of nodes AND relationships directly from the canvas

  • Advanced styling: a) choose from a full spectrum of colors, b) configure both color and size of nodes AND relationships, c) style nodes and relationships using powerful data-driven rules based on property values, value ranges, wildcard matches, and existence of labels or property keys

  • Selective expansion - expand only some neighbors of a node based on relationship type, category or a mix of both

  • Optional case insensitive matching for search suggestions (depends on full text index of the searched properties)

  • Parameters in search phrases can now have an explicit data type. Also added is the ability to parameterize suggestions for a secondary parameter using the user input for a primary parameter (requires cypher-based suggestions for the secondary parameter)

  • Export data for the visualized nodes and relationships in a comma-separated format

Notable Improvements and Bug fixes:

  • Instantly show suggestions for relevant search phrases

  • Fix performance on auto-generation of perspective when many categories

  • Switch to single transaction queue for all user actions

  • Show search suggestions for property keys when TAB is used to select a category first

  • Show appropriate message when auth is disabled on database

1.1.4

02 Dec 15:41
Compare
Choose a tag to compare

1.1.4

Bug fixes:

  • Fixed bug where Bloom would hang on startup when connecting to Neo4j Aura database instances

1.1.3

26 Sep 14:40
Compare
Choose a tag to compare

1.1.3

Bug fixes:

  • Fixed bug where Bloom would hang on startup in some cases when connecting to a database that had been used with a previous Bloom version

1.1.2

13 Sep 13:31
Compare
Choose a tag to compare

1.1.2

Highlights:

  • Optimized performance of autocomplete suggestions for search
  • New user configurable node count limit for search results

Better activity indicators:

  • A new animation while node expansion is in progress
  • More descriptive and consistent loading animations

Other features and improvements:

  • Alphabetic sort of labels and properties in perspective editor
  • Improved validation and handling when loading perspectives
  • Detect URLs in property values and make them clickable
  • Better overall layout of clusters and unconnected nodes

1.1.0

10 Jun 09:16
Compare
Choose a tag to compare

1.1.0

New features

  • Access Neo4j Bloom client using a web browser (browsers supported: Chrome, Firefox and Edge)

  • Perspectives saved in a Neo4j database (when used with Neo4j Bloom server plugin)

  • Perspective sharing between users using role-based authorization (when used with Neo4j Bloom server plugin)

  • Support for links with passing of a search context and perspective name

  • Improved search suggestions using partial matches for categories, labels, relationship types and property keys

  • License file checking (when used with the Neo4j Bloom server plugin)

  • Role-based authorization for access to Neo4j Bloom (when used with the Neo4j Bloom server plugin)

Improvements

  • Dynamic zoom limits to make it possible to zoom out and see the full graph visualization

  • Run search on picking a suggestion, autocomplete with tab

  • Removed hiding of labels from the category detail view

  • No longer possible to edit the default perspective

  • Make the camera stay still when expanding a node

  • Explicit discovery.json endpoint added for self-hosted Bloom scenarios

  • Better handling of long relationship names

  • Fix dense node expansion and provide clear message about limits applied

  • Provide user friendly message for unique constraint violation on duplicate node

  • More clear messages for various failure scenarios

  • Generate cypher correctly for temporal and spatial types

1.0.6

25 Mar 13:56
Compare
Choose a tag to compare

New features:
Include category matches in the type-ahead suggestions offered in the Search bar
Option to hide uncategorized data from visualization
Perspective definition to manage visibility of relationship types
Support for full-text search using database full text indexes added in Neo4j 3.5
Support for accepting a search phrase query parameter from a Neo4j Desktop deep link

Other improvements:
Zoom based on mouse position as anchor
Path finding to use perspective definition
Option to hide labels unnecessary for visualization/insights from node details
Consolidate duplicate properties for a category
Search suggestion performance improvements