Skip to content

v2.1.6

Compare
Choose a tag to compare
@questionlp questionlp released this 25 Dec 21:55
· 135 commits to main since this release
f174b70

Version 2.1.6

Application Changes

  • Use dict.get(key, default_value) in app/__init__.py to get/set configuration values in order to avoid application startup errors if configuration keys are not set
    • Default value for time_zone is UTC
    • Default values for any URL is an empty string
  • Adding mastodon_url and mastodon_user configuration keys in the settings section of the config file
  • If the mastodon_url and mastodon_user keys contain a value, insert a link with rel="me" attribute for profile link validation, in the page footer

Component Changes

  • Upgrade wwdtm from 2.0.7 to 2.0.8, which also includes the following changes:
    • Upgrade MySQL Connector/Python from 8.0.30 to 8.0.31
    • Upgrade NumPy from 1.23.2 to 1.23.4
    • Upgrade python-slugify from 5.0.2 to 6.1.2
    • Upgrade pytz from 2022.2.1 to 2022.6
  • Upgrade Flask from 2.2.0 to 2.2.2
  • Upgrade Werkzeug from 2.2.1 to 2.2.2

Development Changes

  • Upgrade flake8 from 4.0.1 to 5.0.4
  • Upgrade pycodestyle from 2.8.0 to 2.9.1
  • Upgrade pytest from 7.1.2 to 7.2.0
  • Upgrade black from 22.6.0 to 22.10.0

Pull Request(s): #12

Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.5...v2.1.6