github qa-guru/allure-notifications 4.10.0

latest release: 4.11.0
15 days ago

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

Don't miss a new allure-notifications release

NewReleases is sending notifications on new releases.