Releases: target/flottbot
Releases · target/flottbot
0.7.1
0.7.0
0.6.0
0.6.0 release
Breaking Changes:
Starting with 0.6.0, flottbot will be run as an unprivileged user (flottbot
) instead of the default root
user.
Fix
- cron: schedule accepts supported formats
- slack: use conversations api
Feat
- docker!: run flottbot as unpriviledged user in docker - thanks to @barneysowood
- telegram: add telegram support - thanks to @ormazz
- telegram: make channel/group mentions work
Chore
- bump dependencies
- update README
Docs
- document changes to user in docker images
0.5.0
0.5.0 release
Fix
- slack: bug fix with channel ids
Feat
- slack: ability to override default port 3000 - thanks to @dpritchett
- ability to suppress help message if no matching triggers are found - thanks to @renjithpk
Chore
- ci: switch to Github Actions
0.4.0
0.4.0 (2020-02-11)
Feat
- discord: beef up discord integration (#121)
Chore
- deps: update dependencies (fixes Slack RTM) (#125)
Enhancement
- slack: add more user fields from slack api (#124)
BREAKING CHANGE
This release break existing Discord integrations as we now require bot owners to provide a DISCORD_SERVER_ID
in the config. More information at https://target.github.io/flottbot-docs/basics/discord/
0.3.1
0.3.0
Chore
- dep: update dependencies
- examples: fix examples
- prometheus: update deprecated handler
- unfurl: remove dead code
Feat
- add ability to prevent responding in threads (#106)
- add ability to restrict access to rule by user id, (#94) - thanks @dudu!
Style
- lint: fix various linter issues
- sh: change bash to sh in example rules
Pull Requests
0.2.0
New Features
respond
rules can now accept optional arguments denoted with a?
suffix
Bug Fixes
- CLI mode does not require you to hit Enter anymore
- HTTP actions that respond with an array will now return as such instead of a string
Other
- Reduced screen real estate taken up by custom ASCII in CLI mode
0.1.4
0.1.3: Channel info (#70)
feat(channel): make channel information available