Skip to content

Fluxzero 1.224.5

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:58

1.224.5 (2026-07-12)

Bug Fixes

  • tracking: preserve automatic self-tracking handlers (492b099)

    Only suppress a registered base or interface handler when a more specific self-tracking handler is actually active. Automatically register concrete self-tracking payload types in both synchronous and asynchronous test fixtures regardless of explicit registrations.

Code Refactoring

  • search: promote collection type enum (c3d0254)

    Replace the nested SearchCollection.Type enum with the top-level SearchCollectionType. This avoids generic nested enum names in generated client models while retaining the unknown-value fallback.