Releases: fedora-infra/fmn
Releases · fedora-infra/fmn
3.3.0
Added
- Add a footer to email notifications with a link to the rule that generated it #895
Changed
- Remove the refence to the old FMN on the home page
Fixed
- Explain where the destinations come from #892
- Adjust to backwards-incompatible changes in aiosmtplib 3.x
- Prevent selecting a destination from closing the modal
FMN 2.4.3
Release 3.0.0
A complete rewrite of FMN.
FMN v2.4.2
Bug fixes
- Fixes for production environment (#619).
FMN v2.4.1
Bug fixes
- Remove old FAS calls from FMN (#357).
Contributors
This release contained code contributions from:
- Michal Konečný
Thank you! Many thanks to those who filed bug reports and feature
suggestions, as well.
FMN v2.4.0
FMN v2.3.0
v2.3.0
Bug fixes
Developer Improvements
- Update vagrant to F34 (#328).
- Migrate to Zuul CI (#330).
- Add diff-cover (#333).
- Use fasjson library (#332).
- Fix CI tests (#335).
- Add ReadTheDocs configuration file (#339).
Contributors
This release contained code contributions from:
- Michal Konečný
- Pierre-Louis Bonicoli
- Ryan Lerch
Thank you! Many thanks to those who filed bug reports and feature
suggestions, as well.
FMN v2.1.0
v2.1.0
Features
- Add support for
git.repo.new
messages from src.fedoraproject.org and migrate users of the oldpkgdb.package.new
message over to it (#290). - Remove upgradepath from the critical taskotron tasks as that check has been deprecated (#269).
- Celery workers are now configured with the standard FMN logging config (#267).
- Links shortened with da.gd now use HTTPS (#274).
Bug fixes
- Fix a bug where messages that mentioned a lot of packages created an email so large it couldn't be sent in a single email (#273),
- Fix a bug where the database being unavailable caused FMN to crash (#268), (#271), (#272).
- Restore summary in digest email when reporting verbose messages (#278).
- X-Fedmsg-Username headers should not be duplicated (#281).
- Set digest content limits to 1k messages and 500k content length (#280).
- Add timestamp in single message emails (#284).
- Limit single message emails to 500K characters to ensure multi-MB emails don't get stuck in the message queue (#288).
Developer Improvements
- Update the example Vagrantfile to Fedora 27 (#282).
Contributors
This release contained code contributions from:
- Jeremy Cline
- Ricky Elrod
- Kamil Páral
- Patrick Uiterwijk
- Mattia Verga
Thank you! Many thanks to those who filed bug reports and feature
suggestions, as well.
FMN 1.4.1
FMN 1.4.0
1.4.0
Features
- The bootstrap CSS theme is now configurable using the ‘fmn.web.theme_css_url’ configuration key (#202).
- FMN can now be configured to query Pagure rather than PkgDB using the “fmn.rules.utils.pagure_api_url” and “fmn.rules.utils.use_pagure_for_ownership” configuration flags (#206).
- FMN can now be configured to subscribe to certain topics rather than everything using the ‘fmn.topics’ configuration field (#218).
- Initial rules for CI-related messages have been added (#221).
Bugfixes
- Fix the CSRF errors for libravatar.org (#214).
- Fix an issue where example messages were never shown for new filters (#220).
Development Improvements
- The Vagrant environment now includes datanommer (#211).
Many thanks to the following contributors for their work on this release:
- Ralph Bean
- Pierre-Yves Chibon
- Jeremy Cline
- Francois Marier
- Matt Prahl