Skip to content

Fluxzero 1.63.0

Choose a tag to compare

@github-actions github-actions released this 04 Jan 17:20

1.63.0 (2026-01-04)

Features

  • feat(proxy): add CORS handling with preflight support (ffeb281)

    Implemented CORS handling including preflight requests. Added configuration for allowed domains via `FLUXZERO_CORS_DOMAINS` and dynamic header application based on origin validation.

  • feat(search): clarify behavior of `@​SearchExclude` and `@​SearchInclude` (f8677f1)

    Updated javadoc to specify that `@​SearchExclude` applies to nested types as well unless explicitly overridden by `@​SearchInclude`.

Code Refactoring

  • refactor(proxy): implement JWKS rate-limiting for key resolution (5c0f119)

    Introduced rate-limiting to prevent frequent fetch requests. Enhanced logging for JWKS fetch operations and improved error handling with robust key-refresh mechanisms.