Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@questionlp questionlp released this 06 Oct 03:32
· 2 commits to main since this release
1a85758

Version 3.1.0

Application Changes

  • Replace all references of named_tuple= in database cursors to dictionary= due to cursors using NamedTuple being marked for deprecation in future versions of MySQL Connector/Python
  • Update code that is impacted by the database cursor type change from NamedTuple to dict

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