Skip to content

Releases: neo4j/neo4j-browser

4.1.1

16 Sep 08:06
Compare
Choose a tag to compare

4.1.1

  • Update change password form to avoid overlap with password manager icons PR: #1134

  • Fix comment issue in multi statement commands PR: #1140

  • Update UX on :style usage PR: #1141

  • Fix text position in GraphComponent for rtl languages PR: #1145

  • Improve editor view sizes (single-line, card view and fullscreen) PR: #1155

  • Add multi statement query warning when multi statement is disabled PR: #1157

  • Make editor a frame that has control buttons PR: #1159

  • Shortcuts PR: #1161

  • Fix fullscreen issue in safari PR: #1167

  • Recognize new Neo4j Aura editions PR: #1168

4.1.0

01 Jul 16:02
Compare
Choose a tag to compare

Neo4j Browser 4.1.0

Highlights:

  • Experimental: support for browser guides authored in MDX file format PR: #1105

New and improved:

  • New: Update the UI color schemes (dark, light, contrast) PR: #1122
  • Improved: Vertical align result table cell values at row top PR: #1123
  • Improved: Upgrade neo4j-driver to 4.1.0 PR: #1125
  • Fix: integer rendering in table PR: #1126
  • Fix: JSON export PR: #1126

Note: Internet Explorer is no longer supported. Please use Neo4j Desktop for a fully supported suite of client tools.

4.0.11

15 Jun 09:03
Compare
Choose a tag to compare

4.0.11

  • Fix reading server configuration when using the PUBLIC user role PR: #1121

4.0.10

10 Jun 08:08
Compare
Choose a tag to compare

4.0.10

  • Fix: Correct display of large integers in result table PR: #1116

4.0.9

02 Jun 14:53
Compare
Choose a tag to compare

4.0.9

New and imroved:

  • Support new bolt schemes PR: #1098
  • Sidebar links to browser release, changelog, and developer pages PR: #1101
  • All frame types can be re-run PR: #1104
  • Great new query result table PR: #1090
  • Display memory allocation in query plan output when known PR: #1111

Fixes:

  • Fix reading username from connectURL param PR: #1102
  • Fix auth scheme error from driver when auth is disabled + reflect auth status on :server connect frame` PR: #1103
  • Fix sending transaction metadata with each query PR: #1106
  • Fix only executing relevant background queries (auth, cluster) PR: #1107

4.0.8

06 May 06:37
Compare
Choose a tag to compare

4.0.8

  • Enable multi statement mode in editor by default PR: #1089

  • Use new plan field ‘Details’ to plan visualization PR: #1092

  • Fix so browser doesn't execute meta query on system db PR: #1094

  • More reliable connection status check PR: #1096

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