Skip to content
Snippets Groups Projects
Commit 059f63544a15 authored by Arnaud Vergnet's avatar Arnaud Vergnet :sun_with_face:
Browse files

chore(pkg): new minor release (0.2.0)

parent 77bdb2211fd3
No related branches found
Tags 0.2.0
No related merge requests found
Pipeline #133764 passed
## 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
## Version 0.1.0 (2022-04-05)
......@@ -5,7 +5,7 @@
modname = "cubicweb_api"
distname = "cubicweb-api"
numversion = (0, 1, 0)
numversion = (0, 2, 0)
version = ".".join(str(num) for num in numversion)
license = "LGPL"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment