Skip to content

1.2.0

Choose a tag to compare

@greenape greenape released this 02 Mar 12:36
· 6681 commits to master since this release

Added

  • FlowMachine can now use multiple FlowDB backends, redis instances or execution pools via the flowmachine.connections or flowmachine.core.context.context context managers. #391
  • flowmachine.core.connection.Connection now has a conn_id attribute, which is unique per database host. #391
    @ -14,8 +24,6 @@ The format is based on Keep a Changelog.
  • flowmachine.connect no longer returns a Connection object. The connection should be accessed via flowmachine.core.context.get_db(). #391
  • connection, redis, and threadpool are no longer available as attributes of Query, and should be accessed via flowmachine.core.context.get_db(), flowmachine.core.context.get_redis() and flowmachine.core.context.get_executor(). #391