Skip to content

v0.17.3

Latest
Compare
Choose a tag to compare
@nlopes nlopes released this 04 Jul 16:54
e29b7e3

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 a string. 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