Skip to content

0.3.2

Choose a tag to compare

@github-actions github-actions released this 08 May 04:47
· 26 commits to main since this release
ebc1c6b

Added

  • Add --json flag support to the update command for machine-readable output including update status, version info, and diffs

Changed

  • Replace expect() panics in registry accessors and argument extractors with Result-based error propagation
  • Replace unreachable!() with bail!() in subcommand dispatch for graceful error handling
  • Replace unwrap() on JSON serialization with ? operator in versions, feature-packs, resolve, and ps commands
  • Log warnings instead of silently ignoring writeln! errors in analyzer log streaming
  • Add Debug derive to Neo4JImage and Neo4JContainer structs
  • Add #[must_use] attribute to Neo4JImage::new()