-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from RSS-Engineering/rename-title-to-table-name
Renamed title to table_name for db_config
- Loading branch information
Showing
7 changed files
with
39 additions
and
28 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 |
---|---|---|
|
@@ -13,6 +13,7 @@ jobs: | |
"3.10", | ||
"3.11", | ||
"3.12", | ||
"3.13" | ||
] | ||
runs-on: ubuntu-latest | ||
env: | ||
|
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,25 +1,28 @@ | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [1.0.0] - 2024-01-15 | ||
|
||
Added support for Pydantic V2 (version - ^2.5). | ||
|
||
### Added | ||
|
||
- Test coverage for Python versions `3.11` and `3.12` | ||
|
||
### Changed | ||
|
||
- Python base version from `3.7` to `3.8`. | ||
- Changed Pydantic version from `^1.8.2` to `^2.5`. | ||
- Updated Model validation function from `parse_obj` to `model_validate`. | ||
- Renamed backend initialization class from `Config` to `db_config` to follow pydantic's naming convention. | ||
- Updated method for generation of dictionary from `dict` to `model_dump`. | ||
- Renamed `db_config.title` to `db_config.table_name`. | ||
|
||
## [0.4.2] - 2023-11-16 | ||
|
||
Added count() for dynamo backend that returns integer count as total. |
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
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
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