Change Log¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased¶
1.4.0 - 2025-01-11¶
Removed¶
Support for Python 3.10.
Changed¶
Upgraded to [zensols.util] version 1.15.
1.3.0 - 2024-01-17¶
Changed¶
Relax requirements for zensols.dbutil version 1.3.0.
1.2.0 - 2023-12-05¶
Changed¶
Upgrade the Postgres driver module
psycopg2
.Upgrade to zensols.dbutil version 1.2.0
Added¶
Support for Python 3.11.
Removed¶
Support for Python 3.9.
1.1.0 - 2023-08-16¶
Functional and downstream moderate risk update release.
Changed¶
zensols.dbutil dependency, which has other downstream dependencies that changes how configuration is handled.
1.0.0 - 2023-02-02¶
Changed¶
Fix tests after upgrading
zensols.dbutil
.Updated [zensols.db] to 1.0.0.
0.1.0 - 2022-10-01¶
First stable feature release.
Added¶
Identity row factory.
Changed¶
Switch to new
DBError
in place of generic error.Inline
dataclass
field documentation.New dependencies and doc.
Removed¶
Support for Python 3.7 and 3.8.
0.0.5 - 2021-01-12¶
Added¶
Pandas data frame read access in
DbPersister
.
0.0.4 - 2020-12-09¶
Added¶
Sphinx documentation, which includes API docs.
0.0.3 - 2020-05-05¶
Changed¶
Remove
ConnectionManagerConfigurer
as a part of upgrading tozensol.util
per v. 1.2.3.
0.0.2 - 2020-04-25¶
Changed¶
Upgrade to
zensols.util
1.2.0.
0.0.1 - 2019-08-07¶
Added¶
Initial version.