Release Date: 9 October 2024

Release (1.11.0)

Overview

This release includes a number of smaller improvements from work developed in Aura, and numerous bug fixes and minor improvements. Given the number of CVEs addressed in this release, upgrading to this version is highly recommended.

Highlights

Metrics dashboard improvements

  • Add Query rate chart
  • Added data series labels in tooltips on metrics charts
  • Use clean dropdown instead of switch for % option on metrics charts
  • Add switch to toggle all labels
  • Use palettes of explicit colors
  • Add 1 Hour and 2 Hour to time range selector
  • Improved tooltip formatting and axis rendering

UI improvements

  • Added refresh button in agents view
  • Only apply min-height to tables if they have content

Server improvements

  • Add configuration parameter to disable version check
  • Batch metric aggregations by day and hour to minimize risk of failing under heavy load
  • Exclude CALL without scope clause warnings from log

Fixes

  • Fix agent connection over K8s ingress issue
  • Fix various data refetches that were not being triggered correctly (Agents view, Upgrade manager, Security manager, Metrics dashboard)
  • Fix dark mode dropdown bug
  • Fix error on user creation
  • Fix issue with intermittently inconsistent state after renaming an instance
  • Fix issue with agent crashing if an execution was run soon after agent startup
  • Fix issue with agent aborting when no instances configured
  • Mark renamed instances offline to avoid confusion when restarting agent and seeing both old and new instance names

Internal

  • Security upgrade uplot from 1.6.22 to 1.6.31 to resolve CVE-2024-21489
  • Security upgrade @segment/analytics-next to resolve CVE-2024-21529
  • Bump express from 4.19.2 to 4.20.0 to resolve CVE-2024-43796
  • Bump dset from 3.1.2 to 3.1.4 to resolve CVE-2024-21529
  • Bump rollup from 4.21.0 to 4.24.0 to resolve CVE-2024-47068
  • Add resolver for body-parser lib to resolve CVE-2024-45590
  • Always resolve ws lib to 8.17.1 to resolve CVE-2024-37890
  • Bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible to resolve CVE-2024-41110
  • Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.5 to resolve CVE-2024-7254
  • Upgrade accessibility standard to wcag 2.1 aa
  • Get rid of legacy-swc-helpers by overriding swc-helpers version to 0.5.12
  • Bump @neo4j-ndl/base from 2.10.1 to 2.12.12
  • Bump github.com/neo4j/neo4j-go-driver/v5 to 5.25.0
  • Bump spring-boot.version to 3.3.4
  • Bump eu.michael-simons.neo4j:neo4j-migrations-spring-boot-starter to 2.13.1
  • Bump google.golang.org/grpc from to 1.67.1
  • Bump neo4j-migrations to 2.13.2
  • Add IT for large amounts of topology elements
  • Add support for lighthouse in CI setup