Releases: JakeWharton/dependency-watch
Releases · JakeWharton/dependency-watch
0.7.0
Added
- 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
Added
- 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
Added
- 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
Fixed
- Docker container now looks for
*.toml
files rather than old*.yaml
.
0.4.0
Added
- Support for monitoring multiple Maven repositories at once.
Changed
- 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
Changed
- 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
Added
- 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
Changed
monitor
subcommand is now callednotify
and you must pass--watch
in order to continuously monitor
0.1.0
Added
- Initial release