What's New
Fixes
- Parse simple string based errors as part of the response by @nlopes in #1452
In the previous version we introduced the ability to parse specific errors (more complex ones) but Slack can still send us astring
.string
is now the fallback type.
Other
- Examples are now using environment variables and command line arguments consistently by @nlopes in #1456
Also added a ./examples/README.md explaining the patterns that should be used.
Full Changelog: v0.17.2...v0.17.3