Fluxzero 1.196.0
1.196.0 (2026-06-08)
Features
feat(search): add async search operations (
2a3bb1c)Add asynchronous fetch, count, aggregate, grouped aggregate, histogram, and facet stats support for search.
The WebSocket search client now uses native async request/response calls, while other SearchClient implementations get bounded fallback adapters. Document the new APIs in Javadocs and agent manuals.
Bug Fixes
fix(proxy): gate benchmark trace headers (
da7d5ba)Require proxy startup opt-in before returning benchmark tracing headers, even when a request includes the benchmark trace id header.
Tests: ./mvnw -pl proxy -Dtest='ProxyServerTest#benchmarkTraceHeadersRequireStartupOptInAndTraceHeader' test