Skip to content

Releases: qa-guru/allure-notifications

4.11.0

22 Aug 13:18
a2e0a0b
Compare
Choose a tag to compare

Added

  • #374 (Closes #155, #181) Scale logo to avoid overlaps with chart data

4.10.0

20 Aug 22:42
5a04583
Compare
Choose a tag to compare

Added

  • #353 Add ability to set configuration entries via system properties
    Now the configuration can be overridden via system properties (The system property will take precedence if the same configuration item is specified in the configuration file).
    java "-DconfigFile=notifications/config.json" "-Dnotifications.base.environment=${STAND}" "-Dnotifications.base.reportLink=${ALLURE_SERVICE_URL}" "-Dnotifications.base.project=${PROJECT_ID}" "-Dnotifications.telegram.token=${TG_BOT_TOKEN}" "-Dnotifications.telegram.chat=${TG_CHAT_ID}" "-Dnotifications.telegram.topic=${TG_CHAT_TOPIC_ID}" -jar allure-notifications.jar
  • #382 Add support of Zoho Cliq chat platform

Removed

Fixed

  • #387 Fix typo in error message on missing logo file
  • #388 (Fixes #345) Fix proxy configuration for Slack client

Security

Full Changelog: 4.9.0...4.10.0

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