Changelog

Follow up on the latest improvements and updates.

RSS

new

AuraDB Enterprise

AuraDB Professional

AuraDB Free

Data Importer

New in Data Importer - Node property indexes

The latest release of Data Importer brings support for node property indexes. For properties you refer to frequently, indexes can speed up your queries dramatically. It's now possible to configure indexes directly in data importer. You'll find the UI to configure indexes in the details panel:
constraints-tab
Read the docs to learn more!

improved

AuraDB Professional

AuraDB Free

Data Importer

Import

Data Importer - Preview and Files panel updates

This release of Data Importer brings a number of small changes that make using Data Importer that little bit easier :
Preview graph visualisation
The Import preview is now the last part of Workspace to migrate from the old visualisation to the new one used in Explore and Query. As well as being more visually consistent, it's now more responsive and easier to navigate.
CleanShot 2024-01-17 at 11
We'll be exploring upping the limits on the number of preview nodes, do leave us feedback if you think that'd be useful.
Files panel
  • Files are now sorted alphabetically, making files easier to locate in longer lists.
  • Files can now be globally expanded and collapsed making it easier to work with longer lists.
CleanShot2024-01-17at11
That's all for now. We're working on some big new capabilities in import, more on that to follow in the coming months 😀. As always keep your feedback coming on feedback.neo4j.com.

new

AuraDB Enterprise

AuraDB Professional

AuraDB Free

Browser.neo4j.io

Browser 5.15.0 released

This is a maintenance release with the following small improvements and fixes:
  • Now only non-composite database aliases are shown in the database dropdown
  • Element-id now shown correctly in table view
  • Added optional setting to specify read transactions on cypher queries

new

AuraDB Professional

AuraDB Free

AuraDS Self-Start

Data Importer

Import

New in Data Importer

This release of Data Importer brings two new features:
Preview selected
We've made a slight tweak to the Preview feature, allowing you to optionally preview selected parts of your our graph. If you have a particularly complex model, it can sometimes be hard to see how all the different nodes and relationship types being previewed are linking. In these scenarios you can use "Preview selected" to only preview selected parts of the model. This can help you validate specific parts of the model are mapped as expected. In the example below, only the Product, Supplier and SUPPLIES parts of the model will be previewed when using the "Preview selected" option.
CleanShot 2023-09-18 at 15
Generate Cypher script
The Data Importer UI gives you a convenient way to generate your graph model and map data, but what happens if you want to take the import logic and use it somewhere else without the UI? Or what if the Data Importer UI doesn't quite allow the complex transformations that you need?
For these scenarios, we are now providing you the option to view and download a Cypher script representing your model and mapping. You can use these as-is, or adapt for more complex needs.
CleanShot 2023-09-19 at 09
CleanShot 2023-09-18 at 15
CleanShot 2023-09-18 at 15
Examples of where you might use this generated code include:
  • The Workspace Query UI. Note that the files will need to be accessible to the DBMS you are connected to. At present this means Aura customers will need their files accessible on a public URL for the
    LOAD CSV
    command to access them.
  • On the command line via cypher-shell
  • Driver code - De-compose the script to re-use the
    CREATE CONSTRAINT
    and
    MERGE
    statements to implement your loads
The load script itself is commented to help you understand the purpose of the different parts and where you might need to make changes, depending on where you're running it.
You can also choose to download the files with your script, which will give you a handy zip of the script and your files.
We hope you enjoy using these new features and as always please head over to https://feedback.neo4j.com/data-importer with any feedback.

new

AuraDB Enterprise

AuraDB Free

Browser.neo4j.io

Browser 5.12.0 released

This is a minor maintenance release with the following fixes and improvements:
  • Ensure sso access token is always refreshed on expiry
  • Expand editor auto completion detail panel by default
  • Handle more database states
  • Fix plan view for DbHits over 32 bit integer max

new

AuraDB Enterprise

AuraDS Enterprise

Bloom.neo4j.io

Bloom Enterprise EAP now available to qualified Aura Enterprise customers!

Neo4j Bloom Enterprise offers additional features including storage of multiple Scenes, and sharing Scenes & Perspectives with other users based on database role.
image
We are now expanding our Early Access program, which offers Bloom Enterprise to interested organizations at no additional charge for one year.
image
For more information, please get in touch with your Customer Success Manager, or raise a support ticket to express your interest!
Thanks
The Aura & Bloom Product Teams

fixed

Browser.neo4j.io

Browser 5.11.0 released

This is a minor maintenance update with a number of small fixes.

new

AuraDB Professional

AuraDB Free

Data Importer

Data Importer - UI refactor and model only support

In this release of Data Importer, we're pleased to announce changes to make the UI clearer, as well as allowing you to use Data Importer as a simple standalone graph modelling tool. Here's a quick run-down of those changes:
Files panel
The Files panel now hides automatically when you don't have enough space to easily view your model and mapping. You can always bring it back temporarily to overlay on you graph model when screen space is limited. You can also tuck it away permanently when it's not needed.
ezgif
Mapping panel
The Mapping panel has undergone a number of changes:
CleanShot 2023-06-21 at 16
  1. The files dropdown will now only be shown when you have added files to the UI. This removes clutter from the UI if you just want to sketch out a graph model.
  2. You can now multi-select properties, allowing you to delete more than one at a time,
  3. The mapping column is now placed immediately next to the property (and type) you are mapping it to. It was previously in a separate mapping tab. The mapping column is also only shown when you have files added.
  4. The ID for a node is now selected by clicking the key icon next to the property you want to be the ID.
  5. There is a new way of entering an editable state for property names. You'll also notice that properties now have a consistent dark grey background, including when they're being referred to in the relationship mapping UI:
CleanShot 2023-06-21 at 16
There are quite a few other small changes made in the UI, we hope you agree they make the UI cleaner and established users don't find them too disorientating. As always, please do head over to leave us your feedback on https://feedback.neo4j.com/data-importer. Thanks!

new

Data Importer

New in Data Importer

Manually stop import
You'll now see that the run button changes to a stop button that also reports progress. You can use this button to terminate the load in the event you need to make tweaks before relaunching the load.
CleanShot 2023-04-27 at 13
You'll also notice that the preview button has changed to a preview icon.
Empty property handling
Previously Data Importer created properties for empty strings, occupying unnecessary storage. From this release properties will no longer be set for empty strings, resulting in smaller database sizes.
Mapping completeness
You'll also notice that incomplete mappings are no longer rendered as dashed lines. Instead you'll now see a green check mark against nodes and relationships that are fully mapped.
CleanShot 2023-04-27 at 14

improved

Browser.neo4j.io

New in Browser 5.6.0

This release brings a number of small fixes and improvements:
  • Adds
    :debug connectivity
    command and frame to help debug bolt connections
  • Makes text table display of node information consistent with cypher-shell
  • Adds codes to notifications
  • Fixes a bug where plan view downloads were very low resolution
Load More