Releases: StackStorm/hubot-stackstorm
Releases · StackStorm/hubot-stackstorm
v0.12.0
What's Changed
- Handle slack injected nbsp by @cognifloyd in #214
v0.11.3
Remove HipChat adapter
HipChat is now a dead platform, so this release drops the HipChat adapter.
Update hubot-stackstorm to pull in st2client update
Pull in version 1.2.2 of st2client.js, which was updated in StackStorm/st2client.js#76 [PR #203] (change)
v0.10.2
v0.10.1
v0.10.0
- Move babel-eslint dependency to devDependencies [PR #180] (bug fix)
- Small refactor and more tests (for
scripts/stackstorm.js
) [PR #185] (improvement) - Refactor chat providers into their own modules [PR #186] (improvement)
- Modernize directory structure to be more consistent with other hubot plugins [PR #186, PR #191] (improvement)
- Split out the functionality of
src/stackstorm.js
intostackstorm_api.js
and refactor it to be a JS old style class with a wrapper [PR #187, PR #190] (improvement) - Fix the Mattermost adapter to use the
adapter.post
function instead of emitting theslack-attachment
event [PR #192] (bug fix)
v0.9.6
v0.9.5
- #178: Exit hubot on invalid, expired ST2_API_KEY / ST2_AUTH_TOKEN or any other Unauthorized response from st2 server (bug fix)
- StackStorm/st2client.js#69: When st2 username/password is used, re-generate st2 auth token in advance, giving enough time for request to complete, st2client.js (bug fix)