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

chore(pkg): new minor release (0.10.0)

parent 733933373291
No related branches found
Tags 0.10.0
No related merge requests found
Pipeline #208990 passed with warnings
## Version 0.10.0 (2023-10-19)
### 🎉 New features
- doc: add `cubicweb_api.enable_login_route` configuration
- make it possible to disable login route
*BREAKING CHANGE*: make it possible to disable login route
- unify naming of view functions and remove an old comment
### 👷 Bug fixes
- make request body mandatory on /login route
### 🤷 Various changes
- add information about the api vision
- add troubleshooting info about pyamid conf
- fix typo
- improve the installation instructions
- remove api-server-name mention
- remove routes recap
## Version 0.9.0 (2023-09-05)
### 🎉 New features
......@@ -140,4 +161,4 @@
- improve error logging
## Version 0.1.0 (2022-04-05)
## Version 0.1.0 (2022-04-05)
\ No newline at end of file
......@@ -20,7 +20,7 @@
modname = "cubicweb_api"
distname = "cubicweb-api"
numversion = (0, 9, 0)
numversion = (0, 10, 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