Newer
Older
## Version 0.4.2 (2022-09-05)
### 👷 Bug fixes
- deps: read_yaml_file() is in openapi-spec-validator version 0.4 but not 0.5
## Version 0.4.1 (2022-07-28)
### 📝 Documentation
- update documentation and readme
## Version 0.4.0 (2022-06-16)
### 🎉 New features
- allow configuring openapi server url
## Version 0.3.1 (2022-06-15)
### 👷 Bug fixes
- revert to base pyramid_jwt implementation using a custom cookie serializer
## Version 0.3.0 (2022-06-14)
### 🎉 New features
- allow configuring api path
- catch more authentication errors
### 👷 Bug fixes
- convert date and time object to iso format for JSON
- improve config path checks
- remove unnecessary enum
- removed reference to unused lib
- write openapi.yaml to cubicweb config dir
## Version 0.2.0 (2022-06-07)
### 🎉 New features
- add decorator to check for authenticated users
- add openapi spec validation
- add routes from openapi specification
- handle errors and parameter validation
- jwt: Add login route with JWT token as cookie
- jwt: allow setting custom settings paths
- jwt: use pyramid_jwt as local module to alter its behavior
- store api routes in enum
- use pyramid decorators to define API routes
### 👷 Bug fixes
- improve error logging