Skip to content

Fluxzero 1.174.2

Choose a tag to compare

@github-actions github-actions released this 21 May 11:12

1.174.2 (2026-05-21)

Bug Fixes

  • fix(encryption): add logging for DefaultEncryption initialization in DecryptingPropertySource (ea481bc)
  • fix(encryption): broaden encryption key resolution in DecryptingPropertySource (3a90ff2)

    Improve encryption key lookup by using DefaultPropertySource and removing redundant environment/system variable resolution logic.

    (cherry picked from commit 6825597)

Documentation

  • docs(encryption): clarify encryption key resolution (fd225e8)

    (cherry picked from commit f18ce4b)