Releases: qa-guru/allure-notifications
Releases · qa-guru/allure-notifications
4.11.0
4.10.0
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
- #383 Remove Skype client as it is retired
This change is not considered as a breaking change, because Skype is not available anymore, in other words there are no active users of this functionality. See more: https://support.microsoft.com/en-us/skype/skype-is-retiring-in-may-2025-what-you-need-to-know-2a7d2501-427f-485e-8be0-2068a9f90472
Fixed
- #387 Fix typo in error message on missing logo file
- #388 (Fixes #345) Fix proxy configuration for Slack client
Security
- #377 Fix CVE-2025-7962: bump org.eclipse.angus:smtp from 2.0.3 to 2.0.4
Full Changelog: 4.9.0...4.10.0
4.9.0
Added
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
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
- #292 (Fixes #273) Use new file upload API to publish Slack notifications
More details: https://api.slack.com/changelog/2024-04-a-better-way-to-upload-files-is-here-to-stay
Deprecated
- #305 Deprecate
recipient
e-mail configuration option in favour of newto
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