Rocky Series Release Notes¶
4.34.0¶
Nouvelles fonctionnalités¶
Added new option connection_parameters which allows SQLAlchemy query parameters to be stated separately from the URL itself, to allow URL-persistence schemes like Nova cells to use controller-local query parameters that aren’t broadcast to all other servers.
Corrections de bugs¶
Repaired the « synchronous_reader » modifier of enginefacade so that it refers to the « writer » engine when set to True, thereby allowing « synchronous » behavior with the writer. When set to False, this is « asynchronous », so this should be associated with the async engines. The flag had the reverse behavior previously.