Skip to content
Snippets Groups Projects
Verified Commit 94835f4a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: CHANGELOG

parent cc3e6691
Branches
Tags
No related merge requests found
......@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
* two new `password_method`s for the `pycaosdb.ini` and the
`configure_connection` function: `unauthenticated` for staying
unauthenticated (and using the anonymous user) and `auth_token`. If
`password_method == "auth_token"` the `auth_token` option is required as
well.
* Empty string support (See caosdb-server#33)
### Changed ###
......@@ -22,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated ###
* Setting the `auth_token` option without setting the `password_method` to
`auth_token`. This affects both the `pycaosdb.ini` and the
`configure_connection` function. During the deprecation phase it will be
assumed that `password_method` is `auth_token` if the the `auth_token` is
set.
### Removed ###
### Fixed ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment