[oslo] oslo.db 4.22.0 (pike)
We are overjoyed to announce the release of: oslo.db 4.22.0: Oslo Database library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.db Download the package from: https://pypi.python.org/pypi/oslo.db Please report issues through launchpad: http://bugs.launchpad.net/oslo.db For more details, please see below. 4.22.0 ^^^^^^ Upgrade Notes * oslo.db now logs a warning when the connection URL does not explicitly mention a driver. The default driver is still used, but in some cases, such as MySQL, the default is incompatible with the concurrency library eventlet. * It is strongly recommended to use the PyMySQL driver when connecting to a MySQL-compatible database to ensure the best compatibility with the concurrency library eventlet. To use PyMySQL, ensure the connection URL is specified with "mysql+pymysql://" as the scheme. Changes in oslo.db 4.21.1..4.22.0 --------------------------------- 9523255 Updated from global requirements 1821897 add release note for new warning about missing driver 2166490 Warn on URL without a drivername c23e571 Updated from global requirements 2c53ccd Move oslo.context to test-requirements Diffstat (except docs and test files) ------------------------------------- oslo_db/sqlalchemy/engines.py | 20 ++++++++++ .../warn-incomplete-url-c44cd03baf630c7c.yaml | 14 +++++++ requirements.txt | 5 +-- setup.cfg | 1 + 5 files changed, 83 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d868a68..f60d6aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ debtcollector>=1.2.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 @@ -10 +9,0 @@ oslo.config>=3.22.0 # Apache-2.0 -oslo.context>=2.12.0 # Apache-2.0 @@ -13 +12 @@ SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT -sqlalchemy-migrate>=0.9.6 # Apache-2.0 +sqlalchemy-migrate>=0.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org