Skip to content

Releases: slackapi/bolt-python

version 1.11.4

01 Feb 06:46
Compare
Choose a tag to compare

Changes

References

version 1.11.3

28 Jan 21:49
Compare
Choose a tag to compare

Changes

  • #580 Fix #468 Replying with 0 results for a multi-select external option display previous successful results - Thanks @seratch @prziborowski
  • #581 Upgrade pytype version to the latest (2022.1.13) - Thanks @seratch
  • #578 Add more org-wide installation patterns to the SDK tests - Thanks @seratch

References

version 1.11.2

17 Jan 23:09
Compare
Choose a tag to compare

Changes

  • #576 Improve the built-in authorize for better support of user-scope only installations - Thanks @seratch
  • #577 Fix #561 matchers can be called even when app.message keyword does not match - Thanks @seratch @caddac

References

version 1.11.1

24 Dec 02:47
Compare
Choose a tag to compare

Changes

References

version 1.11.0

14 Dec 05:00
Compare
Choose a tag to compare

Changes

  • #546 Fix #545 Enable to use lazy listeners even when having any custom context data - Thanks @seratch
  • #543 Fix url_verification error with the Flask adapter - Thanks @seratch
  • #544 Fix #542 Add additional context values for FastAPI apps - Thanks @kafejo @seratch
  • #528 Add GitHub stale action for better triaging process - Thanks @srajiang
  • #547 Upgrade pytype, black versions - Thanks @seratch

Document Updates

References

version 1.10.0

04 Nov 09:41
Compare
Choose a tag to compare

New Features

Improvement of Django ORM database connection management

Since this release, the Django adapter has been improved to properly manage the thread-local database connections bound to the threads managed by Bolt framework. If you use the Django adapter, we highly recommend upgrading to this version or newer.

Please refer to #514 #512 #509 for more details.

Changes

  • #514 #512 #509 Introduce ListenerStartHandler in the listener runner for better managing Django DB connections - Thanks @ross @seratch
  • #516 Improve the GitHub Actions job settings - Thanks @seratch

Document Updates

References

version 1.9.4

29 Oct 15:16
Compare
Choose a tag to compare

Changes

  • #497 Add Python 3.10 to the supported versions - Thanks @seratch
  • #503 Fix a bug in the asyncio based token rotation support - Thanks @dkzk22
  • #504 Bump optional dependencies for v1.9.4 release - Thanks @seratch
  • #496 Upgrade pytype to the latest - Thanks @seratch

References

version 1.9.3

13 Oct 08:23
Compare
Choose a tag to compare

Changes

  • #488 app.message listeners do not catch messages with subtype: thread_broadcast - Thanks @seratch @kanny

Document updates:

  • Fix #480 #479 Adds updating views on submission for Japanese docs - Thanks @wongjas

References

version 1.9.2

28 Sep 06:21
Compare
Choose a tag to compare

Changes

  • #477 Add more guide message in the HTML generated by the default failure handler - Thanks @seratch @misscoded @filmaj
  • #476 Improve the error message in the case where AuthorizeResult is not found - Thanks @seratch

Document updates:

  • #479 Adds update view on submission docs - Thanks @srajiang
  • #472 update block id from listening modals - Thanks @bodepd

References

version 1.9.1

07 Sep 09:52
Compare
Choose a tag to compare

Changes

References