Releases: looker/lookerbot
Releases · looker/lookerbot
0.0.15
0.0.14
- Dashboards that do not have Looks are supported (#107)
- Data actions can be used from Slack (https://github.com/looker/lookerbot#data-actions)
- Lookerbot implements the Action Hub API so it can be used as an Action Hub
- Fix a bug where filters would be remembered from the previous invocation (#126)
- Behind-the-scenes: Lookerbot has been ported to TypeScript from CoffeeScript
0.0.13
- Updated the Node.js version to 6.11.1 which includes security updates
0.0.12
- Added controls for whether Slack guest users can access the bot
- By default, they now cannot.
- If you want to enable this, set
ALLOW_SLACK_GUEST_USERS
totrue
.
- The recommended Node.js version is now 6.10.3
- The recommended package manager is now Yarn
- CoffeeScript no longer needs to be installed globally
0.0.11
0.0.10
- Restores Look titles when scheduling Looks via webhook.
- Changed the way the storage configuration is selected, allowing IAM profiles to be used when deploying on EC2
- Added a health check endpoint for use with certain deployment strategies
- Allow loading environment variables from
.env
without using node-forman - Fixed a translation error
- Improved documentation
0.0.9
- Compatibility with Looker 4.12 and later
- Added Google Cloud Storage as a storage option for visualization images
0.0.8
0.0.7
- Added the ability to schedule Looks to Slack through a webhook URL hosted by the bot
- Loading indicators were accidentally not showing for most users. They've been turned back on. They can be disabled via an environment variable.
- Pasted Look and Share URLs are not expanded by default. This can be enabled via an environment variable.