Skip to content

Releases: qa-guru/allure-notifications

4.9.0

23 Mar 20:14
dd688e4
Compare
Choose a tag to compare

Added

  • #351 (Closes #338) Add ability to send notification to Telegram topic in group

Changed

  • #318, #328, #329 Migrate to Jakarat Mail 2.1
    https://jakartaee.github.io/mail-api/:
    "August 18, 2021 - Jakarta Mail implementation moves to Eclipse Angus
    To break tight integration between Jakarta Mail Specification API and the implementation, sources of the implementation were moved to the new project - Eclipse Angus - and further development continues there. Eclipse Angus is the direct successor of JavaMail/JakartaMail."

Full Changelog: 4.8.0...4.9.0

4.8.0

01 Oct 08:54
9df4210
Compare
Choose a tag to compare

Added

  • #284 Add ability to publish suites statistics (check the configuration option enableSuitesPublishing)
  • #304 Add ability to publish custom data specified in the configuration (check customData block in the configuration)
  • #305, #306 Add ability to specify CC and BCC recipients in e-mails
  • #310 Ignore whitespaces while parsing e-mail recipients from configuration

Changed

Deprecated

  • #305 Deprecate recipient e-mail configuration option in favour of new to e-mail configuration option

Fixed

  • Fix Log4J config location
  • #307 Replace unsafe System exit method with exception in case of invalid email address provided

Full Changelog: 4.7.0...4.8.0

4.7.0

09 Aug 20:05
bde30d1
Compare
Choose a tag to compare

What's Changed

#280 Introduce API module (It can be used as a regular dependency in other projects)
#281 (Fixes #276) Use UTF-8 encoding when reading multilingual JSON templates
#283 Add ability to use custom templates for messages

Full Changelog: 4.6.1...4.7.0

4.6.1

22 Nov 14:42
67f8257
Compare
Choose a tag to compare

#234 (Fixes #233) Improve error handling
#235 Improve performance: parse files and resources only once

4.6.0

21 Nov 08:29
0d9a73f
Compare
Choose a tag to compare

#223 Migrate from Log4J 1 to Log4J 2
#229 Add support of Rocket.Chat messenger

4.5.0

06 Oct 15:13
a66b725
Compare
Choose a tag to compare

#221 (Closes #218) Add ability to specify format for tests duration
#222 Remove unused dependency: commons-io:commons-io
#216 Migrate to Jakarta Mail 2.0

4.4.0

21 Sep 13:38
85e1a0e
Compare
Choose a tag to compare

#215 (Closes #214) Add support of Loop messenger

4.3.0

15 Jul 20:36
4.3.0
8304af8
Compare
Choose a tag to compare

Added

  • #186 (Closes #124) Add support for Discord

4.2.1

26 Jul 10:23
Compare
Choose a tag to compare
  1. enabled publishing of multiple notifications at once
  2. enabled support of STARTTLS protocol for emails:
    • securityProtocol (optional: can be omitted or set to null) - one of the following security protocols:
    • SSL - use SSL to connect (make sure the SSL port is used).
    • STARTTLS - use of the STARTTLS command (if supported by the server) to switch the connection to

4.2.0

19 Jul 17:35
6a336be
Compare
Choose a tag to compare
  • Added support for the Belarusian (by) language
  • Added the ability to add a message icon (parameter “logo” in config file)
  • Refactoring. Improving the Design of Existing Code