Skip to content

v0.17.1

Compare
Choose a tag to compare
@nlopes nlopes released this 08 Jun 19:16
· 44 commits to master since this release
965251a

This has the potential to be a breaking change if and only if you have been building SlackResponse by hand, which you shouldn't 😬. If you are, my apologies for adding this in a minor version, I thought the likelihood of this to be very very low. See #1443 for more details.

Features added

  • Add channel_unshared event by @nlopes in #1437
  • Add missing Blocks to UploadFileContextV2 by @dalyndalton in #1435
    This adds the missing optional dependency for Blocks to the upload file method, allowing users to use rich blocks and buttons during the file upload process.
  • Return Errors field in SlackErrorResponse by @nlopes in #1443

Detailed list of all of the changes

  • chore: add CI test status badge to README by @nlopes in #1431
  • feat: add channel_unshared event by @nlopes in #1437
  • chore: add test for section block expand option by @nlopes in #1440
  • chore: order inner events vars alphabetically by @nlopes in #1442
  • chore: better events example code by @nlopes in #1441
  • feat: Add missing Blocks to UploadFileContextV2 by @dalyndalton in #1435
  • feat: return Errors field in SlackErrorResponse by @nlopes in #1443
  • doc: add README.md to examples/eventsapi by @nlopes in #1445

New Contributors

Full Changelog: v0.17.0...v0.17.1