Skip to content

Fluxzero 1.163.1

Choose a tag to compare

@github-actions github-actions released this 12 May 16:47

1.163.1 (2026-05-12)

Bug Fixes

  • fix(tracking): separate local notification tracking (b4dc745)

    Keep local notification tracking on the shared event store while exposing it as MessageType.NOTIFICATION, so notification consumers keep their own tracking semantics even when a handler also has event methods and a custom consumer name.

    Add regression coverage for handlers that define both @​HandleEvent and @​HandleNotification methods, including a @​Consumer-annotated handler.

    Tests run:
    - ./mvnw -pl sdk -Dtest=HandleNotificationTests test
    - ./mvnw -pl sdk -Dtest=ConsumerConfigurationTest,HandleNotificationTests test
    - ./mvnw -pl sdk -am test