Releases: Tobion/OpenAPI-Symfony-Routing
Releases · Tobion/OpenAPI-Symfony-Routing
v1.2.1
- Avoid deprecations from swagger-php 3.2
- Fix default route name with swagger-php >=3.2.2 which hashes the operationId
- Run tests against PHP 8.1
v1.2.0
- Supports OpenAPI Specification version 3
- Dependency on zircote/swagger-php raised from 2.x to 3.x
- Route loading stays the same as before. You just need to update the annotations when migrating from OpenAPI v2 to v3.
- Thank you @kswzr for the help.
v1.0.0
First stable release. See README on how to use this.