Skip to content

Releases: fedora-infra/datanommer

1.4.4

19 Jun 12:12
1.4.4
a867c5f

Choose a tag to compare

What's Changed

  • Models: relax dependency on psycopg2 (3ad7e7b)

Full Changelog: 1.4.3...1.4.4

1.4.3

10 Jun 11:51
1.4.3
8925450

Choose a tag to compare

What's Changed

  • Fix the schema dep that was started in 127b1dd

Full Changelog: 1.4.2...1.4.3

1.4.2

07 Jun 10:04
1.4.2
45d71cb

Choose a tag to compare

What's Changed

  • Don't require all the message schemas in datanommer.commands.
  • Update dependencies
  • Build, publish and release in Github Actions

Full Changelog: 1.4.1...1.4.2

Version 1.2.0

15 Apr 10:02
1.2.0
5a3ea86

Choose a tag to compare

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

Version 1.1.0

22 Sep 07:32

Choose a tag to compare

This is a feature release that updates Python support, adds a dependency to interpret Koji messages, and updates a lot of our other dependencies.

  • Drop support for python 3.7, add support for python 3.10 (#890)
  • Add the koji-fedoramessaging-messages package (#1257)
  • Use Alembic to stamp the database when creating it. This requires adding a config variable alembic_ini in the fedora-messaging configuration file that points to the alembic.ini file. (#815)