You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* open api integration experimental
* experimental response/request inference
* improved naming, openapi configuration DX etc
* impl open api tags and docs; fixed type in known_headers
* small fixes
* openapi fixes
* refactored to separate crate
* added unit tests
* added additional unit tests for open api
* additional coverage
* fixed comments
* updated deps; several fixes
* more stability fixes
* fixed unit test
* removed default JSON body for all methods that supports body
* path params updates
* fixed operationId name in json; cache_control reset for no_store
* fixed response reseting and rebind edge cases
* fixed issue with empty route; added normalization for paths in router to make it consistent with open api
* track RouteGroup routes and warn on late open_api; escape spec metadata before embedding in UI script; normalize path before OpenAPI endpoint exclusion; register prior routes when enabling OpenAPI
* refactor(openapi): avoid route config clones and shrink RouteKey allocations; flush pending routes for setting OpenApiConfig
* fix(openapi): refresh route metadata on remap
* Escaped OpenAPI UI title HTML to prevent injection in <title>; Replayed all stored route configs when replacing the OpenAPI registry (with_open_api / set_open_api) - prevents docs loss when reconfiguring OpenAPI after routes were already mapped
* fixed duplicate spec name/path validation (silent collisions)
* rebind_route now prunes unreferenced components.schemas after rebinding operations
* CDN/SRI hardening for Swagger UI assets
0 commit comments