Skip to content
Snippets Groups Projects
Commit 1a9442ba authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Update changelog for release

parent f527fbdd
No related branches found
No related tags found
1 merge request!159Release 0.16.o
...@@ -5,18 +5,19 @@ All notable changes to this project will be documented in this file. ...@@ -5,18 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## ## [0.16.0] - 2024-11-13 ##
### Added ### ### Added ###
* `ParentList` and `PropertyList` now have a `filter` function that allows to select a subset of * `ParentList` and `PropertyList` now have a `filter` function that allows to select a subset of
the contained elements by ID and/or name. the contained elements by ID and/or name.
* Official support for Python 3.13 * Official support for Python 3.13
* Added arguments to `describe_diff` that allow customizing the labels for the 'old' and the 'new' diffs. * Added arguments to `describe_diff` that allow customizing the labels for the 'old' and the 'new' diffs.
* Optional `realm` argument for `linkahead_admin.py set_user_password` * Optional `realm` argument for `linkahead_admin.py set_user_password`
which defaults to `None`, i.e., the server's default realm. which defaults to `None`, i.e., the server's default realm.
### Changed ### ### Changed ###
* `compare_entities` is now case insensitive with respect to property and * `compare_entities` is now case insensitive with respect to property and
recordtype names recordtype names
* `_ParentList` is now called `ParentList` * `_ParentList` is now called `ParentList`
...@@ -24,21 +25,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -24,21 +25,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `ParentList.remove` is now case insensitive when a name is used. * `ParentList.remove` is now case insensitive when a name is used.
### Deprecated ### ### Deprecated ###
* the use of the arguments `old_entity` and `new_entity` in `compare_entities` * the use of the arguments `old_entity` and `new_entity` in `compare_entities`
is now deprecated. Please use `entity0` and `entity1` respectively instead. is now deprecated. Please use `entity0` and `entity1` respectively instead.
### Removed ###
### Fixed ### ### Fixed ###
* [gitlab.indiscale.com#200](https://gitlab.indiscale.com/caosdb/src/caosdb-pylib/-/merge_requests/153) * [gitlab.indiscale.com#200](https://gitlab.indiscale.com/caosdb/src/caosdb-pylib/-/merge_requests/153)
``linkahead_admin.py`` prints reasonable error messages when users ``linkahead_admin.py`` prints reasonable error messages when users
or roles don't exist. or roles don't exist.
### Security ###
### Documentation ###
## [0.15.1] - 2024-08-21 ## ## [0.15.1] - 2024-08-21 ##
### Deprecated ### ### Deprecated ###
......
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