Skip to content

Releases: abrt/faf

2.6.2

16 Feb 19:45
Compare
Choose a tag to compare

What's Changed

  • Make "file_name" an optional field in the ureport by @msrb in #1030

Full Changelog: 2.6.1...2.6.2

2.6.1

18 Jan 11:52
Compare
Choose a tag to compare

New bugfix release of ABRT Analytics.

Changed

  • Allow carets (^) in package version
  • Infrastructure improvements

2.6.0

24 Oct 14:48
Compare
Choose a tag to compare

New minor release of ABRT Analytics.

Changed

  • Bumped Python dependency to >= 3.6
  • Bumped Celery dependency to >= 5.2.2 due to a security bug in earlier versions
  • Added dependency on WTForms-SQLalchemy >= 0.3.0 due to the wtforms.ext module
    being removed in WTForms >= 3.0.0.
  • Started using API key for Bugzilla authentication. Please update your Bugzilla
    plugin config files to use api_key instead of user and password
  • Bumped dependency on python-bugzilla package to 3.2.0

Removed

  • Removed SMTP logging handler

2.5.0

18 Oct 11:01
Compare
Choose a tag to compare

New minor release of ABRT Analytics.

Changed

  • The faf pull-components action no longer adds new components for EOL releases

Fixed

  • Temporary directories after RPM extraction not being cleaned up (#979)
  • Fix support for Fedora Rawhide -- branch name changed from "master" to "rawhide"

2.4.0

24 Jun 13:12
Compare
Choose a tag to compare

New minor version of ABRT Analytics.

Added

  • Configuration option hub.banner in /etc/faf/plugins/web.conf to display urgent information in a simple banner at the top of each page

Changed

  • Use file extensions with package LOBs in order to be compatible with debuginfod
  • Skip PROVIDES items from RPMs that are longer than 1024 characters

Fixed

  • Various fixes to RHEL 8 builds / Python 3.6 compatibility
  • Fix the retrieval of active Fedora versions from the PDC
  • Update scripts for Celery 5.0 changes (in a Celery 4.x-compatible way)
  • Skip misformatted PROVIDES items in RPM with a warning message, fixing a crash

Removed

  • No longer store CONFLICTS and REQUIRES items from donwloaded RPMs in the database
  • Drop dependency on PycURL in favor of the built-in urllib module

2.3.0

07 Oct 09:42
Compare
Choose a tag to compare
Release version 2.3.0

Signed-off-by: Michal Fabik <mfabik@redhat.com>