Version 3.1.0
Application Changes
- Replace all references of
named_tuple=
in database cursors todictionary=
due to cursors usingNamedTuple
being marked for deprecation in future versions of MySQL Connector/Python - Update code that is impacted by the database cursor type change from
NamedTuple
todict
Component Changes
- Upgrade wwdtm from 2.11.0 to 2.12.1.post0
Development Changes
- Add initial pytest coverage reporting using
pytest-cov
, which can be generated by running:pytest --cov=app tests/
- Correct naming of testing function for
robots.txt
route
Pull Request(s): #54
Full Changelog: v3.0.2...v3.1.0