Fluxzero 1.169.0
1.169.0 (2026-05-16)
Features
feat(errors): add human-readable SDK error reports (
9fced6c)Introduce stable Fluxzero SDK error codes with formatted guidance, docs URLs, and compact repeated-message summaries. Wire the reports into timeout, dispatch, tracking, scheduling, user-provider, and missing-instance failures while preserving existing exception constructors.
Document the codes in the README and downstream agent docs.
Tests: ./mvnw -pl sdk test
Closes #41.
Tests
test(caching): stabilize memory eviction listener test (
610fb3f)Wait for asynchronous reference-queue eviction instead of relying on a fixed sleep. Use a thread-safe event list and close test caches so purger threads do not leak between tests.
Tests run:
- ./mvnw -q -pl sdk -Dtest='DefaultCacheTest' test
- repeated DefaultCacheTest#simulatedMemoryEviction 30 times- test(validation): add test for deserialization of ValidationException without summaries (
5287a55)