Skip to content

Releases: neo4j/neo4j-browser

4.0.7

28 Apr 09:22
Compare
Choose a tag to compare

4.0.7

  • Fix behaviour during initial load in Neo4j Desktop when there is no active db. PR: #1086

4.0.6

31 Mar 14:34
Compare
Choose a tag to compare

4.0.6

  • Auto-run :play commands when sent with URL params (deep-link) PR: #1072

  • Reuse :help and :play frames by building frame stacks from internal link clicks PR: #1074

  • Style start frame to look better in different resolutions PR: #1075

4.0.5

11 Mar 16:17
Compare
Choose a tag to compare

4.0.5

  • Fix reacting to deep links when in Neo4j Desktop environment PR: #1062

  • Fix re-run for Cypher queries to target original DB PR: #1061

  • Fix scroll to top bug when a frame was deleted PR: #1065

4.0.3

03 Feb 11:03
Compare
Choose a tag to compare

4.0.3

  • Use best practices driver transaction functions by default and introduce the :auto command as an escape hatch for queries that needs auto-committing tx: USING PERIODIC COMMIT PR: #1048

  • Fix HTML rendering issues on query results PR: #1054

  • Correct tab order in change password form PR: #1055

  • Make node 12 the default (support .nvmrc file) build env PR: #1058

  • Add :help auto + link to it from relevant errors and docs PR: #1057

4.0.2

15 Jan 10:59
Compare
Choose a tag to compare

4.0.2

  • Prefer bolt_routing URL from discovery if it exists PR: #1012

  • Format node/relationship counts in sidebar, inspector and legend PR: #1008 Issue(s): #953

  • Update SchemaFrame styling PR: #1013

  • User feedback running system commands PR: #1017

  • Fix versioned links to external docs PR: #1019

  • Suggest strong passwords in change-password frame PR: #1010

  • Update neo4j-driver to 4.0.1 PR: #1022

  • Query plans view expanded by default PR: #1020

  • Fix bug where NaN was displayed as null in result view PR: #1026

  • Add new Cypher syntax to :help cypher PR: #1027

  • Fixes viz bug when expand -> dismiss -> expand nodes. PR: #1031 Issue(s): #905

  • Add URL param support for populating editor with Cypher and parameters PR: #956

  • Fix :param when returning an implicit object with newlines PR: #1040

  • Use GraphQL version of Relate-API when available (in Neo4j Desktop) PR: #979

  • Fix indexes not showing on 4.0 with the :schema command PR: #1041

  • Allow database names to be escaped with back ticks with the :use command PR: #1042

4.0.1

05 Dec 11:24
Compare
Choose a tag to compare

4.0.0

  • Only show each database once in :dbs output PR: #1006

  • Check if db exists before switching to it, throw if not PR: #1007

  • Update neo4j-driver to 4.0.0 PR: #1009

4.0.0

05 Dec 10:05
Compare
Choose a tag to compare

4.0.0

  • Various small improvements to sysinfo PR: #975

  • Enable database switching with :use xx in multi-statement command PR: #993

  • Bump to neo4j-driver to version 4.0.0-rc1 PR: #1000

  • Fix errors in community edition PR: #999

  • Make neo4j-browser compatible with future versions of Neo4j PR: #1001

3.2.26

15 Nov 11:24
ee197a3
Compare
Choose a tag to compare

3.2.26

  • Fix various UI glitches PR: #984

  • Don’t auto-connect without credentials PR: #985

  • Bring back JSON data export PR: #986

  • Fix "Force password change" on :server user add PR: #987

3.2.25

11 Nov 10:40
Compare
Choose a tag to compare

3.2.25

  • More robust :server change-password in a clustered system PR: #980

3.2.24

11 Nov 10:19
Compare
Choose a tag to compare

3.2.24

  • Request discovery endpoint in cloud env PR: #981