[rc] 0.6.27rc0

This commit is contained in:
Maxime Alves LIRMM 2023-02-23 12:41:37 +01:00
parent 8d254bafa0
commit ff3a39c740
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# HalfAPI
## 0.6.27
- ACLs definition can now include a "public" parameter that defines if there should be an automatic creation of a route to check this acls
- /halfapi/acls does not return the "result", it just returns if there is a public route to check the ACL on /halfapi/acls/acl_name
## 0.6.26
- Adds the "base_url", "cookies" and "url" to the "halfapi" argument of route definitions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
__version__ = '0.6.26rc0'
__version__ = '0.6.27rc0'
def version():
return f'HalfAPI version:{__version__}'