-
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
497758c
commit c927af2
Showing
4 changed files
with
21 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,49 @@ | ||
# Changelog | ||
|
||
## [0.1.4] - 15.08.2023 | ||
|
||
**Fixed** | ||
|
||
- Security Updates | ||
|
||
## [0.1.3] - 27.06.2023 | ||
|
||
### Added | ||
**Added** | ||
|
||
- Added support for pydantic models and similar type-safety frameworks | ||
|
||
### Changed | ||
**Updated** | ||
|
||
- Performance improvements | ||
- Thread safety improvements | ||
|
||
## [0.1.2] - 2023-05-26 | ||
|
||
### Fixed | ||
**Fixed** | ||
|
||
- Switched from Tornado 6.2 to 6.3.2 due to a vulnerability. | ||
|
||
## [0.1.1] - 2023-04-17 | ||
|
||
### Added | ||
**Added** | ||
|
||
- Added PyODBCache for inter-process caching functionality. | ||
- Added extended documentation | ||
|
||
### Changed | ||
**Updated** | ||
|
||
- Many performance improvements | ||
- Reaching max recursion depth no longer causes an error | ||
- Types beyond max recursion depth are now pickled and saved as blobs | ||
|
||
### Fixed | ||
**Fixed** | ||
|
||
- Stabilized Multi-Threading and Multi-Processing | ||
(still causes Problems under specific circumstances) | ||
|
||
|
||
## [0.1.0] - 2023-03-31 | ||
|
||
### Added | ||
**Added** | ||
|
||
- First fully working Version | ||
- Implemented PyODB Main Functionalities |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "pyodb" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
authors = [ | ||
{ name="Nikolas Teuschl", email="[email protected]" }, | ||
] | ||
|
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