Releases: abrt/faf
Releases · abrt/faf
2.6.2
2.6.1
New bugfix release of ABRT Analytics.
Changed
- Allow carets (
^
) in package version - Infrastructure improvements
2.6.0
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 useapi_key
instead ofuser
andpassword
- Bumped dependency on python-bugzilla package to 3.2.0
Removed
- Removed SMTP logging handler
2.5.0
2.4.0
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
Release version 2.3.0 Signed-off-by: Michal Fabik <[email protected]>