Skip to content

Fluxzero 1.171.0

Choose a tag to compare

@github-actions github-actions released this 16 May 13:30

1.171.0 (2026-05-16)

Features

  • feat(search): add fluent bulk document updates (042fde8)

    Expose Fluxzero.bulkUpdate(collection) and DocumentStore.bulkUpdate(collection) as fluent builders for mixed index and delete operations.

    The builder reuses existing index inference and applies updates through the existing document store bulk update path.

    Tests: ./mvnw -pl sdk -am test