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

chore(pkg): new minor release (0.11.0)

parent 4aa376d38fab
No related branches found
Tags 0.4.2
No related merge requests found
Pipeline #216481 passed with warnings
## Version 0.11.0 (2023-12-15)
### 🎉 New features
- add route to download binary files
- *BREAKING CHANGE* allow multipart in rql route to upload files
- *BREAKING CHANGE* enable CSRF protection for all routes
- *BREAKING CHANGE* make rql route behave like transaction
- *BREAKING CHANGE* move api path prefix config in pyramid.ini
- mypy: run `no_implicit_optional` on the codebase
- return files as b64 in rql requests
### 👷 Bug fixes
- improve invalid param ref handling
## Version 0.10.1 (2023-10-24)
### 👷 Bug fixes
......
......@@ -20,7 +20,7 @@
modname = "cubicweb_api"
distname = "cubicweb-api"
numversion = (0, 10, 1)
numversion = (0, 11, 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