Skip to content

Fluxzero 1.162.4

Choose a tag to compare

@github-actions github-actions released this 11 May 13:25

1.162.4 (2026-05-11)

Bug Fixes

  • fix(web): dedupe automatic API docs endpoints (03831f5)

    Package-level ApiDocInfo created the same generated OpenAPI and API reference handlers once per web handler in the package. Deduplicate these automatic endpoints by their route path so a proxied docs request receives a single response per app, matching the static file handler behavior.\n\nTests: ./mvnw -pl sdk -Dtest=HandleWebTest test\nTests: ./mvnw -pl annotation-processor-tests -am test