Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 2.87 KB

File metadata and controls

35 lines (20 loc) · 2.87 KB

Changelog

0.10.0 (2026-07-23)

⚠ BREAKING CHANGES

  • harden the Cypher parameter path against injection (#317)

Features

  • add CompletableFuture async facade (AsyncGraph / AsyncFalkorDB) (#355) (f6410c3)
  • add FalkorDB.builder() fluent configuration API (#349) (59b0cce)
  • add JSpecify nullability to the public API (#351) (6812aa9)

Bug Fixes

  • align Property.hashCode with its Integer/Long-normalizing equals (#334) (42d3bc2)
  • harden the Cypher parameter path against injection (#317) (e098807)
  • make Point equals/hashCode a consistent, drift-tolerant contract (#330) (68d27a3)

Performance Improvements

  • de-pin GraphCacheList cache refresh for virtual threads (#354) (d9bca2f)

Documentation

  • add runnable examples module (FalkorDB.builder()) (#352) (57b90f4)
  • AI engineering guides + CONTRIBUTING + .editorconfig (Wave 1, PR 2/4) (#298) (f5109c3)
  • document virtual-thread concurrency and pool tuning (Wave 5) (#358) (08251f6)
  • PR 15 plan (FalkorDB.builder() + JSpecify nullability) — for review (#348) (951295c)
  • Wave 3 PR 10c plan (enable release-please) (#326) (9ceb32b)