Skip to content

Fluxzero 1.231.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 11:55

1.231.0 (2026-07-24)

Features

  • search: support batched document deletion (964fdcd)

    Add an optional delete batch size to the search API and wire command. Zero selects the runtime default, positive values request bounded batches, and negative values request one unbounded statement. Preserve old-client wire compatibility by mapping missing and null values to zero.

    Tests: ./mvnw -pl common,sdk -am test