This repository has been archived by the owner on May 8, 2020. It is now read-only.
Releases: JamesIves/amp-validator-slack-bot
Releases · JamesIves/amp-validator-slack-bot
Documentation Overhaul
Request Vulnerability
Release Notes
- Fixes a vulnerability in the requests module.
Interval Timer Fixes
Fixed a minor bug causing the interval timer from not firing when it should.
Bug Fixes Aug 30th
Made some additional bug fixes today which includes resolving some minor error handling cases. For instance before a user could type @bot validate
and the utility function would give an IndexError. I also solved an issue with double errors being thrown when a user typed in an invalid url path.
Slack Bot
Promoted release to 2.0.
- Now a fully fledged Slack bot.
- Can now accept a url path from any website, if it's not an amp page it will attempt to find the
amphtml
meta tag in the header and validate it. - Chartbeat is now optional, and can be configured using a number of environment variables.
- Added help commands.
For any issues or feedback please report them here.
Initial Webhook Version
This is first version with webhook implementation.