Skip to content

Fluxzero 1.114.1

Choose a tag to compare

@github-actions github-actions released this 14 Mar 22:10

1.114.1 (2026-03-14)

Bug Fixes

  • fix(content-filtering): filter map values in @​FilterContent (82759da)

    Apply content filtering to Jackson map serializers so values inside map fields are filtered consistently. Remove map entries when a filtered value becomes null and add regression tests for both removal and partial filtering.