Skip to content
Snippets Groups Projects

F filesystem

Closed Timm Fitschen requested to merge f-filesystem into dev
1 file
+ 13
9
Compare changes
  • Side-by-side
  • Inline
+ 13
9
@@ -5,8 +5,7 @@ All notable changes to this project will be documented in this file.
@@ -5,8 +5,7 @@ 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).
## [0.8.0] - 2022-07-12
## [Unreleased]
(Timm Fitschen)
### Added ###
### Added ###
@@ -16,20 +15,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -16,20 +15,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ###
### Removed ###
 
### Fixed ###
 
 
### Security ###
 
 
### Documentation ###
 
 
## [0.8.0] - 2022-07-12
 
(Timm Fitschen)
 
 
### Removed ###
 
* Support for Python 3.6 and Python 3.7
* Support for Python 3.6 and Python 3.7
### Fixed ###
### Fixed ###
* [#75](https://gitlab.indiscale.com/caosdb/src/caosdb-pylib/-/issues/75), [#103](https://gitlab.indiscale.com/caosdb/src/caosdb-pylib/-/issues/103) Fixed JSON schema to allow more sections, and correct requirements for
password method.
- `read()` of MockupResponse returns now an appropriate type on modern systems
 
* `read()` of MockupResponse returns now an appropriate type on modern systems
* [caosdb-server#142](https://gitlab.com/caosdb/caosdb-server/-/issues/142)
* [caosdb-server#142](https://gitlab.com/caosdb/caosdb-server/-/issues/142)
Can't create users with dots in their user names
Can't create users with dots in their user names
### Security ###
### Documentation ###
## [0.7.4] - 2022-05-31
## [0.7.4] - 2022-05-31
(Florian Spreckelsen)
(Florian Spreckelsen)
Loading