Releases: Intevation/intelmq-mailgen
Releases · Intevation/intelmq-mailgen
1.3.5: Default Table Format
allow setting default table format by calling scripts
is used if the called script (template) does not set one
set an internal fallback value, if neither a default is provided, nor
the script sets a table format
1.3.4 Bugfix in notifications
notifications: fix bug when templates are given as parameter
1.3.3: Templates via parameters
allows passing templates as function parameters
1.3.2: Library mode enhancements
- Documentation available at http://intevation.github.io/intelmq-mailgen/
- Enhancements to the library-mode:
- Template can be passed as parameter to mailgen
- dry run (simulation mode)
- Preview mode: returning notifications as string to the caller instead of sending them via SMTP
additional_directive_where
as parameter- Existing database connection can be passed as parameter to mailgen
- Many small style and formatting fixes
1.3.1: directive selector, custom config and --verbose
- use sys.exit instead of exit
additional_directive_where
: allow to use events- new parameter additional_directive_where
- add parameter --verbose for debug logging
- add option to load custom config file per parameter
- better help messages in program
1.3.0-3: Packaging fixes
- Remove postgresql dependency. mailgen only needs the client on the same
machine, not the server. - remove recommended python3-pyxarf, is unavailable
fixes #45 - Add pkg-resources as runtime dependency
1.3.0-2: remove dependency on gpg
Due to a bug in python3-gpg of Ubuntu Focal, intelmqcbmail would always
fail on start.
See https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/1977645
1.3.0: Drop Pyhon 3.5, Package requirement fixes
- Changed dependency to use the official Python GnuPG bindings
and drop support for old pygpgme bindings. - Dropped support for Python
v<=3.5.*
- Make depending on
pyxarf
module optional.