This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8df442d
commit 43bfcd1
Showing
4 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
## v2023.2.0 (2023-02-25) | ||
|
||
### Feat | ||
|
||
- **vision**: add authentication and authorization (#17) | ||
|
||
## v2023.1.0 (2023-01-09) | ||
|
||
### BREAKING CHANGE | ||
|
||
- stop checking instance of `in_params` and `out_params` | ||
- `DisposableConnection`'s `db` field has been renamed to | ||
`database` to conform with snake_case naming style and to match the name | ||
used in some `system.db` functions. | ||
|
||
### Feat | ||
|
||
- release 1.0.7 | ||
- **pre-commit**: update black 21.5b0 -> 21.5b1 | ||
- **pre-commit**: update flake8 3.9.1 -> 3.9.2 | ||
- **pre-commit**: update black 21.4b2 -> 21.5b0 | ||
- **pre-commit**: update black 21.4b1 -> 21.4b2 | ||
- **pre-commit**: update black 21.4b0 -> 21.4b1 | ||
- **pre-commit**: update black 20.8b1 -> 21.4b0 | ||
- **pre-commit**: bump flake8 to 3.9.1 | ||
- :sparkles: add function to convert Dataset into JSON | ||
- add flake8 pre-commit hook | ||
|
||
### Fix | ||
|
||
- **db**: check instance of `out_params` | ||
- bug in incendium.vision.gui constants | ||
- break loop after expected conditions have been met | ||
|
||
### Refactor | ||
|
||
- use super() in base classes (#2) | ||
- **db**: return BasicDataset on _execute_sp result_set (#81) | ||
- fix `perflint` `W8202` | ||
- reduce cognitive complexity | ||
- fix SonarLint and Sourcery issues | ||
- add pylint | ||
- conform to snake_case naming style | ||
- modify imports | ||
- :zap: Simplify squence comparison as suggested by Sourcery |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Version module.""" | ||
|
||
__version__ = "2023.1.0" | ||
__version__ = "2023.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters