Skip to content
Snippets Groups Projects
Commit a654c777 authored by David Trattnig's avatar David Trattnig
Browse files

docs: update changelog

parent ddd62b9b
No related branches found
No related tags found
1 merge request!35ORM-less scheduling
...@@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- ... - Lots of test cases.
### Changed ### Changed
- ... - Major refactoring of the scheduling mechanices. As a consequence the database dependency for caching is removed. Instead caching is performed in form of `json` files located in the configured `cache_dir` folder.
### Deprecated ### Deprecated
...@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ### Removed
- ... - All database related settings and dependencies. When updating from an existing deployment, remember to compare the new config files and remove relevant entries.
### Fixed ### Fixed
...@@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security ### Security
- ... - The codebase is now audited using the security tool [Bandit](https://bandit.readthedocs.io/).
## [1.0.0-alpha2] - 2023-06-19 ## [1.0.0-alpha2] - 2023-06-19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment