Skip to content

Releases: slackapi/bolt-python

version 1.11.2

Choose a tag to compare

@seratch seratch released this 17 Jan 23:09

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

Choose a tag to compare

@seratch seratch released this 24 Dec 02:47

Changes

References

version 1.11.0

Choose a tag to compare

@seratch seratch released this 14 Dec 05:00

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

Choose a tag to compare

@seratch seratch released this 04 Nov 09:41

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

Choose a tag to compare

@seratch seratch released this 29 Oct 15:16

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

Choose a tag to compare

@seratch seratch released this 13 Oct 08:23

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

Choose a tag to compare

@seratch seratch released this 28 Sep 06:21

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

Choose a tag to compare

@seratch seratch released this 07 Sep 09:52

Changes

References

version 1.9.0

Choose a tag to compare

@seratch seratch released this 31 Aug 04:49

New Features

More Customization for Apps

Since this release, developers can customize listener_executor in apps. Also, to support the use case where Enterprise Grid Org admins install apps from their app management page, we've added a new option to disable state parameter validation in the OAuth flow. Please note that we still don't recommend disabling the state validation for usual OAuth apps.

Changes

References

version 1.8.1

Choose a tag to compare

@seratch seratch released this 28 Aug 00:53

Changes

  • #451 Fix cookie extraction during OAuth for REST based AWS API GW + Lambda app - Thanks @naveensan1
  • #449 Fix typo in App / AsyncApp comments and API documents - Thanks @objectfox
  • #446 Update the entity name - Thanks @seratch

References