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
- #507 #505 #508 #506 Bunch of Japanese document updates - Thanks @TORIFUKUKaiou
- #500 Update OAuth link to point to JP docs instead of EN - Thanks @wongjas
References
- Release Milestone: https://github.com/slackapi/bolt-python/milestone/47?closed=1
- All Diff: v1.9.4...v1.10.0