Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
Latest Changes¶
Adding new db functions (v2024.11.28.1)¶
What's Changed¶
- Adding new general execute queries and adding deprecation (#459) @devsetgo
- pip(deps): bump tox from 4.23.0 to 4.23.2 (#455) @dependabot
- pip(deps): bump fastapi[all] from 0.115.2 to 0.115.4 (#454) @dependabot
- pip(deps): bump tqdm from 4.66.5 to 4.66.6 (#456) @dependabot
- pip(deps): bump pymdown-extensions from 10.11.2 to 10.12 (#457) @dependabot
- pip(deps): bump ruff from 0.7.0 to 0.7.1 (#458) @dependabot
Published Date: 2024 November 28, 22:01
Moving to Calendar Versioning (2024.10.20.1)¶
What's Changed¶
- moving to calendar versioning (#453) @devsetgo
- pip(deps): bump tox from 4.21.0 to 4.23.0 (#452) @dependabot
- pip(deps): bump fastapi[all] from 0.114.2 to 0.115.0 (#451) @dependabot
- pip(deps): bump tox from 4.18.1 to 4.21.0 (#450) @dependabot
- pip(deps): bump watchdog from 5.0.2 to 5.0.3 (#449) @dependabot
- pip(deps): bump pylint from 3.2.7 to 3.3.1 (#448) @dependabot
- pip(deps): bump ruff from 0.6.5 to 0.6.8 (#447) @dependabot
Published Date: 2024 October 20, 16:30
Complete Replacement of CX-Oracle for OracleDB (v0.14.4)¶
What's Changed¶
- Remove CX-Oracle for OracleDB cleanup (#446) @devsetgo
- pip(deps): bump pylint from 3.2.6 to 3.2.7 (#442) @dependabot
- pip(deps): bump mkdocs-material from 9.5.33 to 9.5.34 (#443) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#444) @dependabot
- github actionts(deps): bump actions/setup-python from 2 to 5 (#445) @dependabot
Published Date: 2024 September 15, 15:28
Standard Logging Suppression by Default (v0.14.3)¶
What's Changed¶
- Limit Standard Logging being Displayed (#441) @devsetgo
Published Date: 2024 August 31, 17:33
Improvements and fixes (v0.14.2)¶
What's Changed¶
- Improvements and fixes (#440) @devsetgo
Breaking changes¶
- save_text function no longer adds .txt by default.
- Change from cx-oracle to oracledb
- Improvements to documentation
Published Date: 2024 August 31, 00:02
Adding DB Disconnect (v0.14.1)¶
What's Changed¶
- Adding Database Disconnect (#439) @devsetgo
- pip(deps): bump pre-commit from 3.7.1 to 3.8.0 (#434) @dependabot
- updates to deal with stashing pages (#437) @devsetgo
- working on issue for deployment (#436) @devsetgo
- Adding MKDocs Workflow (#435) @devsetgo
- Version 0.14.0 (#433) @devsetgo
Published Date: 2024 August 25, 18:47
Fix of version for Pypi (v0.14.0-a)¶
What's Changed¶
- Version 0.14.0 (#433) @devsetgo
Published Date: 2024 July 27, 22:40
High Speed Multi-Processing Improvements (v0.14.0)¶
What's Changed¶
- High Speed Logging for Loguru Multi-Processing (#432) @devsetgo
- Resilient Sink Fixes (#431) @devsetgo
- Fix of bug in resilient sink (#430) @devsetgo
- Adding Resiliency to Logging Config (#429) @devsetgo
- pip(deps): bump mkdocs-print-site-plugin from 2.4.1 to 2.5.0 (#422) @dependabot
- pip(deps): bump ruff from 0.4.5 to 0.4.7 (#420) @dependabot
- pip(deps): bump autopep8 from 2.1.1 to 2.2.0 (#421) @dependabot
- pip(deps): bump mkdocs-material from 9.5.24 to 9.5.25 (#423) @dependabot
Published Date: 2024 July 27, 22:28
(v0.13.0-republish)¶
What's Changed¶
Republishing v0.13.0 for pypi.
Published Date: 2024 May 26, 17:13
(v0.13.0)¶
What's Changed¶
- Breaking Change: Removing Limit and Offset from read queries (#419) @devsetgo
Published Date: 2024 May 26, 15:44
Adding missing requirement (v0.12.4)¶
What's Changed¶
- adding missing requirement (#417) @devsetgo
Published Date: 2024 May 16, 14:40
Adding Email Validation (v0.12.3)¶
What's Changed¶
- bump to 0.12.3 (#416) @devsetgo
- Add email validation capabilities (#415) @devsetgo
- pip(deps): bump mkdocs-material from 9.5.20 to 9.5.21 (#414) @dependabot
- pip(deps): bump ruff from 0.4.2 to 0.4.4 (#413) @dependabot
- pip(deps): bump coverage-badge from 1.1.0 to 1.1.1 (#409) @dependabot
- pip(deps): bump mkdocs-material from 9.5.18 to 9.5.20 (#408) @dependabot
- pip(deps): bump mkdocstrings[python,shell] from 0.24.3 to 0.25.0 (#407) @dependabot
- pip(deps): bump ruff from 0.4.1 to 0.4.2 (#410) @dependabot
- pip(deps): bump tqdm from 4.66.2 to 4.66.3 (#412) @dependabot
Published Date: 2024 May 16, 14:19
logging changes (v0.12.2)¶
What's Changed¶
- Logging Changes, Documentation Updates, Using Ruff (#406) @devsetgo
Published Date: 2024 April 22, 16:17
Updates for MetaData and All HTTP Codes (v0.12.1)¶
What's Changed¶
- Enhancements and fixes (#405) @devsetgo
Published Date: 2024 April 19, 18:52
Breaking Change: Base Schema per Database Type (v0.12.0)¶
What's Changed¶
- Adding new base schema for database types (#402) @devsetgo
- creating main release for 0.11.2 (#390) @devsetgo
- Working on bug in read_query (#389) @devsetgo
- Reorganizing Library Structure (#388) @devsetgo
- Python Build and Publish fix (#382) @devsetgo
¶
Breaking Change - SchemaBase is now SchemaBaseSQLite
Published Date: 2024 April 13, 22:55
Reorganizing Library Stucture (v0.11.2-main)¶
What's Changed¶
- creating main release for 0.11.2 (#390) @devsetgo
- Working on bug in read_query (#389) @devsetgo
- Reorganizing Library Structure (#388) @devsetgo
- Python Build and Publish fix (#382) @devsetgo
Breaking Changes are included in this release for import paths. See documents for more information.
Published Date: 2024 February 17, 19:09
Read Query Fix Beta Testing (v0.11.2-beta1)¶
What's Changed¶
- Working on bug in read_query (#389) @devsetgo
- Reorganizing Library Structure (#388) @devsetgo
- Python Build and Publish fix (#382) @devsetgo
Published Date: 2024 February 16, 22:01
Pre-Release to test new structure and publishing (v0.11.2-beta)¶
What's Changed¶
- Reorganizing Library Structure (#388) @devsetgo
- Python Build and Publish fix (#382) @devsetgo
Published Date: 2024 February 10, 21:16
(v0.11.2-fix2)¶
What's Changed¶
- Python Build and Publish fix (#382) @devsetgo
Published Date: 2024 January 21, 15:01
Adding Delete Many and minor fixes (v0.11.2)¶
What's Changed¶
- Adding Delete Many and Other Updates (#381) @devsetgo
- pip(deps): bump mkdocs-material from 9.5.2 to 9.5.3 (#377) @dependabot
- pip(deps): bump fastapi[all] from 0.105.0 to 0.108.0 (#375) @dependabot
- pip(deps): bump sqlalchemy from 2.0.23 to 2.0.24 (#374) @dependabot
- pip(deps): bump pytest from 7.4.3 to 7.4.4 (#373) @dependabot
- pip(deps): bump black from 23.12.0 to 23.12.1 (#376) @dependabot
- github actionts(deps): bump actions/setup-python from 4 to 5 (#378) @dependabot
Published Date: 2024 January 20, 00:07
Breaking Change (v0.11.1)¶
What's Changed¶
- Bump of Version to 0.11.1 (#371) @devsetgo
- Query Improvement (#370) @devsetgo
- 368 get one record should return an empty value when called (#369) @devsetgo
- updating docs from v0.11.0 release (#367) @devsetgo
Published Date: 2023 December 23, 10:49
Full Release of New Features (v0.11.0)¶
What's Changed¶
- Prep for Release (#366) @devsetgo
- Fixing sonar settings (#365) @devsetgo
- Fixes and improvements (#364) @devsetgo
- Dev (#362) @devsetgo
- Fix of issues from Beta release (#361) @devsetgo
- 359 tables are created before create tables is called (#360) @devsetgo
- Change Log (#358) @devsetgo
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 17, 22:00
Beta Release with fixes for multiple issues (v0.11.0-beta3-fix1)¶
What's Changed¶
- Dev (#362) @devsetgo
- Fix of issues from Beta release (#361) @devsetgo
- 359 tables are created before create tables is called (#360) @devsetgo
- Change Log (#358) @devsetgo
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 17, 16:23
Fixing AsyncDatabase create tables (v0.11.0-beta3)¶
What's Changed¶
- Fix of issues from Beta release (#361) @devsetgo
- 359 tables are created before create tables is called (#360) @devsetgo
- Change Log (#358) @devsetgo
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 17, 16:18
Build Updates (v0.11.0-beta2)¶
What's Changed¶
- Change Log (#358) @devsetgo
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 16, 20:34
Beta Release with fixes for multiple issues (v0.11.0-beta1-fix5)¶
What's Changed¶
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 16, 16:33
Build Fixes (v0.11.0-beta1-fix4)¶
What's Changed¶
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 12, 11:45
Async Database and FastAPI functions (v0.11.0-beta0)¶
What's Changed¶
- Dev (#348) @devsetgo - New functionality and documentation for FastAPI Endpoints and Async Database Functionality
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 10, 20:17
Pattern Analysis Update and Bug Fix (v0.10.1)¶
What's Changed¶
- Improvement to the patterns analysis (#313) @devsetgo
- pip(deps): bump mkdocs-material from 9.1.3 to 9.1.5 (#308) @dependabot
- pip(deps): bump pre-commit from 3.2.0 to 3.2.1 (#310) @dependabot
- pip(deps): bump watchdog from 2.3.1 to 3.0.0 (#309) @dependabot
- pip(deps): bump pylint from 2.17.0 to 2.17.1 (#311) @dependabot
- pip(deps): bump tox from 4.4.7 to 4.4.8 (#312) @dependabot
Published Date: 2023 April 08, 21:45
ChatGPT Driven Improvements (v0.10.0)¶
ChatGPT¶
Using ChatGPT to improve tests, find bugs, and improve performance. Code coverage is at 100% and the code base appears to be performing better than before.
Major changes are in PR #304
What's Changed¶
- latest change fix for regex pattern. (#307) @devsetgo
- Dev (#306) @devsetgo
- Workflow changes (#305) @devsetgo
- ChatGPT Driven Improvements (#304) @devsetgo
- pip(deps): bump pre-commit from 3.0.2 to 3.1.1 (#300) @dependabot
- pip(deps): bump pytest-xdist from 3.1.0 to 3.2.0 (#302) @dependabot
- pip(deps): bump autoflake from 2.0.0 to 2.0.1 (#299) @dependabot
- pip(deps): bump watchdog from 2.1.9 to 2.3.1 (#301) @dependabot
- pip(deps): bump pytest from 7.2.0 to 7.2.1 (#303) @dependabot
- pip(deps): bump pylint from 2.15.7 to 2.16.1 (#298) @dependabot
- pip(deps): bump autopep8 from 2.0.0 to 2.0.1 (#289) @dependabot
- pip(deps): bump pylint from 2.15.7 to 2.15.10 (#295) @dependabot
- pip(deps): bump black from 22.10.0 to 23.1.0 (#294) @dependabot
- pip(deps): bump tox from 3.27.1 to 4.4.4 (#296) @dependabot
- pip(deps): bump pre-commit from 2.20.0 to 3.0.2 (#297) @dependabot
Published Date: 2023 April 01, 00:27