Skip to content

Latest commit

 

History

History
108 lines (69 loc) · 2.99 KB

CHANGES.rst

File metadata and controls

108 lines (69 loc) · 2.99 KB

CHANGELOG

2.2.2 (2023-03-27)

Bugfixes

  • Fix license configuration in pyproject.toml (#1150)

2.2.1 (2023-03-03)

Bugfixes

  • Fix entrypoint configuration (#1138)

2.2.0 (2023-02-27)

Breaking changes

  • Dropped support for Python 3.7 due to using TypeDict for configuration. (#1127)

Features

  • 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)

Miscellaneus

  • 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)

2.1.0

Misc

  • Rely on get_port functionality delivered by port_for
  • Migrate CI to github actions
  • Support only python 3.7 and up

2.0.1

Bugfix

  • Adjust for mirakuru 2.2.0 and up

2.0.0

  • [feature] Drop support for python 2.7. From now on, only support python 3.6 and up

1.2.0

  • [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

1.1.1

  • [enhancement] removed path.py dependency

1.1.0

  • [enhancement] change deprecated getfuncargvalaue to getfixturevalues, require at least pytest 3.0.0

1.0.1

  • [enhancements] set executor timeout to 60. By default mirakuru waits indefinitely, which might cause test hangs

1.0.0

  • 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