Fluxzero 1.26.0
1.26.0 (2025-10-25)
Features
feat(handling): support returning Optional<R> from a (local) request handler method (
bbfc963)Also support this when content filtering.
feat(serialization): enable automatic filtering of request results if the handler has `@FilterContent` (
4373185)Additionally, `@FilterContent` can now be placed on types and packages as well. In that case the results of all contained handlers will be filtered automatically.