Skip to content

Releases: Intevation/intelmq-mailgen

1.3.5: Default Table Format

14 Nov 12:46
1.3.5
1cc12d9
Compare
Choose a tag to compare

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

14 Nov 12:46
1.3.4
5b2d123
Compare
Choose a tag to compare

notifications: fix bug when templates are given as parameter

1.3.3: Templates via parameters

14 Nov 12:45
1.3.3
6e528c8
Compare
Choose a tag to compare

allows passing templates as function parameters

1.3.2: Library mode enhancements

14 Nov 12:45
1.3.2
0c92c2d
Compare
Choose a tag to compare
  • 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

15 Mar 10:32
1.3.1
14d27e8
Compare
Choose a tag to compare
  • 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

14 Mar 10:41
v1.3.0-3
Compare
Choose a tag to compare
  • 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

14 Mar 10:43
v1.3.0-2
bbee054
Compare
Choose a tag to compare
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

14 Mar 10:41
Compare
Choose a tag to compare
  • 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.