Skip to content
Snippets Groups Projects
Commit edfa9f56 authored by florian's avatar florian
Browse files

DOC: Update changelog

parent 269e3f49
No related branches found
No related tags found
2 merge requests!105REL: v0.4.0,!101ENH: add the 'add_prefix' argument
Pipeline #33960 passed
......@@ -8,11 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ##
### Added ###
- DateElementConverter: allows to interpret text as a date object
- the restricted_path argument allows to crawl only a subtree
- You can now access the file system path of a structure element (if it has one) using the variable
name ``<converter name>.path``
- added the arguments 'add-prefix' and 'remove-prefix' to the command line and `crawler_main`
- ``add_prefix`` and ``remove_prefix`` arguments for the command line interface
and the ``crawler_main`` function for the adding/removal of path prefixes when
creating file entities.
### Changed ###
......@@ -24,12 +27,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
ConverterValidationError when the YAML header cannot be read instead of silently not matching.
### Deprecated ###
- The command line argument '--prefix' and the 'prefix' argument of
`crawler_main` is depricated. Use the new argument "--remove-prefix".
- The command line argument ``--prefix`` and the ``prefix`` argument of
`crawler_main` is deprecated. Use the new argument ``--remove-prefix``
instead.
### Removed ###
### Fixed ###
- an empty string as name is treated as no name (as does the server). This, fixes
queries for identifiables since it would contain "WITH name=''" otherwise
which is an impossible condition. If your cfoods contained this case, they are ill defined.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment