Skip to content

Releases: neo4j/neo4j-browser

4.2.1

08 Jan 13:11
Compare
Choose a tag to compare

4.2.1

  • Update cypher editor with new keywords PR: #1240

  • Update "create index" examples to use new syntax PR: #1239

  • Add color to relationships in sidebar PR: #1232

  • Fix issue where users couldn't be added when on a cluster PR: #1238

  • Update connection form to better reflect Aura usage PR: #1235

  • Removed information about creating a new db in :play movies PR: #1245

  • Allow zoom buttons on small frames (with settings config) PR: #1246

  • Add :server disconnect link to the sidebar PR: #1252

  • Fix for fullscreen not growing to full size PR: #1231

  • Update documentation drawer look & feel PR: #1250

4.2.0

05 Nov 07:55
c1488a6
Compare
Choose a tag to compare

4.2.0

  • Fix issue where users couldn't be added when on a cluster PR: #1238

  • Update "create index" examples to use new syntax PR: #1239

  • Update Cypher editor syntax highlighting for new keywords PR: #1240

4.1.4

27 Oct 15:18
Compare
Choose a tag to compare

4.1.4

  • Fix for fullscreen not growing to full size PR: #1231

4.1.3

22 Oct 14:09
Compare
Choose a tag to compare

4.1.3

  • Includes enhancement to save scripts to appear as project files in Neo4j Desktop (will be supported in an upcoming Desktop release) PR: #1209

  • Experimental implementation using a new editor based on Monaco (activate using :edit command) PR: #1213

  • Do not store connection passwords in local storage before receiving neo4j config PR: #1219

  • Support specifying a db when connecting to a multi-database DBMS PR: #1194

  • Add useragent to neo4j-driver config PR: #1195

  • Info about lack of some data in sysinfo for non-legacy community version PR: #1208

4.1.2

08 Sep 14:19
Compare
Choose a tag to compare

4.1.2

  • Re-add esc as shortcut PR: #1187

  • Clear resets favorite PR: #1189

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