0.7.0 - 2024-02-12
- New
--teams
parameter for a webhook URL that goes directly to a Microsoft Teams channel. See https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/what-are-webhooks-and-connectors to set up. - Honor
https_proxy
environment variable for configuring a proxy.
0.6.0 - 2024-01-29
- New
--slack
parameter for a webhook URL that goes directly to a Slack channel. See https://api.slack.com/messaging/webhooks to set up.
0.5.0 - 2023-11-13
- The 'await' command will now display the date and time when the Maven repos were last checked. This
will only be displayed for interactive terminals, and can be disabled with
-q
/--quiet
flag.
0.4.1 - 2022-02-03
- Docker container now looks for
*.toml
files rather than old*.yaml
.
0.4.0 - 2022-02-03
- Support for monitoring multiple Maven repositories at once.
- Configuration format changed from YAML to TOML in order to support multiple repositories. See
README.md
for examples. - IFTTT integration now sends repository name as the first value. Maven coordinate and version are now the second and third value, respectively.
0.3.0 - 2020-08-12
- Only notify for the latest version when seeing a coordinate for the first time. This prevents spamming notifications for all historical versions when adding coordinates to the YAML.
0.2.0 - 2020-08-06
- Support for notifying IFTTT on new versions
- Allow specifying custom Maven repo URL
- Allow specifying custom interval between checks
- Docker container at JakeWharton/dependency-watch
monitor
subcommand is now callednotify
and you must pass--watch
in order to continuously monitor
0.1.0 - 2020-07-21
- Initial release