- Drop support for Python 3.8 (As it reached EOL already)
- Declare support for Python 3.13
- Add Support for Python 3.12 (#1315)
- Changed default fake credentials for Dynamodb. (#1154)
- Do not fail test pipeline if codecov step fails. (#1185)
- Adjusted workflows for actions-reuse 2 (#1174)
- Replace pycodestyle and pydocstyle linters with ruff. (#1178)
- Fix license configuration in pyproject.toml (#1150)
- Fix entrypoint configuration (#1138)
- Dropped support for Python 3.7 due to using TypeDict for configuration. (#1127)
- Support python 3.10 (#939)
- Add support for Python 3.11 (#1116)
- Added typing and check code with mypy. Also configuration is being TypeChecked with TypeDict. (#1127)
- Fix broken link to dynamodb documentation - introduce delays (#846)
- Add towncrier to manage newsfragments and generate changelog (#1114)
- Migrate development dependency management to pipenv (#1115)
- Add your info here (#1117)
- Add automerge action to use Application authentication. (#1118)
- Use tbump to manage package versioning (#1119)
- Rely on get_port functionality delivered by port_for
- Migrate CI to github actions
- Support only python 3.7 and up
- Adjust for mirakuru 2.2.0 and up
- [feature] Drop support for python 2.7. From now on, only support python 3.6 and up
[enhancement] ability to configure aws region and credentials,
Note
apparently local dynamo operates on these so whatever you'll set when creating table, is whatever is required when accessing the table
- [enhancement] removed path.py dependency
- [enhancement] change deprecated getfuncargvalaue to getfixturevalues, require at least pytest 3.0.0
- [enhancements] set executor timeout to 60. By default mirakuru waits indefinitely, which might cause test hangs
- create command line and pytest.ini configuration options for introducing delays
- create command line and pytest.ini configuration options for dynamodb_dir
- create command line and pytest.ini configuration options for host
- create command line and pytest.ini configuration options for port
- Extracted code from pytest-dbfixtures