Skip to content

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