Releases: alleyinteractive/hubot-code-review
v1.4.2 Final Release
Important Note:
This represents the final release of hubot-code-review as the project is no longer actively maintained and the repository will be archived (see README).
Users interested in a replacement may wish to consider Helperbot via the Slack app store as an alternative.
Release Notes:
Update some dependencies and attempt to resolve 'channel ghosts' by storing room and channel_id directly.
v1.4.1 Alpha [pre-release]
This is an internal testing release to diagnose a rare case when room names are not properly propagating.
v1.4.0 Alpha [pre-release]
This is an internal testing release
Minor Release: 1.3.2
This release:
- Incorporates a new
HUBOT_CODE_REVIEW_HOUR_MESSAGE
variable thanks to @jaredcobb - Ignores CR releated robot.hear messages if they originate from a slack bot
v1.3.1
What's Changed
- fix: use auth header instead of token by @davisshaver in #59
New Contributors
- @davisshaver made their first contribution in #59
Full Changelog: v1.3.0...v1.3.1
Minor release: bumping min node version and fixing redis dependency
Because we're incrementing the node/npm version here, this release is marked as MINOR, though it technically is just a dependency update
Hotfix Patch Release: Fix #channel mentions with Slack update
Starting yesterday(?), Slack started passing along all references to other room names as internal links (so #my_channel
is reported to hubot as <#C000000|>
or similar).
This will fix the regex to 'hear' those IDs and notify accordingly when the user specifies a notification option after the PR like
#52 #my_channel
Patch release
Ensure package.json version matches published version 1.2.1
Minor: Rely on Slack to link the channel name when notified
What's Changed
- Bump moment from 2.29.1 to 2.29.2 by @dependabot in #49
- Rely on Slack to link the channel name when notified by @srtfisher in #50
Full Changelog: v1.1.0...v1.2.0
Minor: 'Changes Requested' sends DM instead of channel notice
thanks to @anubisthejackle for the commit
What's Changed
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #42
- Send notifications to DM instead of code review channels by @anubisthejackle in #46
New Contributors
- @anubisthejackle made their first contribution in #46
Full Changelog: v1.0.6...v1.1.0