Skip to content

Version 1.2.0

Latest
Compare
Choose a tag to compare
@abompard abompard released this 15 Apr 10:02
· 25 commits to develop since this release
1.2.0
5a3ea86

Released on 2024-04-15.
This is a feature release that adds the datanommer-extract-users script, adds some schema packages to the dependencies, and upgrades the SQLAlchemy API to the 2.0 style.

Features

  • Add the datanommer-extract-users script to fill the usernames table with data from recently-added message schemas (320a466).
  • Upgrade to the SQLAlchemy 2.0 API (981e2a4).
  • Add a few schema packages to the dependencies.

Development Improvements

  • Use Ruff instead of flake8 and isort and bandit (4f7ffaa).