oslo.db/releasenotes/notes
Mike Bayer 6634218415 Rename idle_timeout to connection_recycle_time
The "idle_timeout" name and documentation are misleading to users.
Rename the option to connection_recycle_time to more closely
match that of the underlying SQLAlchemy argument name
"pool_recycle", which refers to a time period for which
a connection present in the pool for longer than that number
of seconds will be closed and replaced with a new one *upon checkout*,
to prevent usage of stale connections that may have been closed by
server-side reapers.

Change-Id: I5e39d5ac81eaa8d85b1dfb18862fe27695ab8b96
2017-08-15 10:26:36 -04:00
..
add-reno-e5c2f63e73c25959.yaml add reno for release notes management 2016-02-23 15:04:49 -05:00
connection_debug_min_max-bf6d53d49be7ca52.yaml Set a min and max on the connection_debug option 2016-07-09 01:56:35 +03:00
deprecate-insert-from-select-ea831381ebd7e7cf.yaml utils: deprecate InsertFromSelect properly 2016-11-04 16:13:23 +02:00
deprecate_config_sqlite_db-bd41d49343049319.yaml Deprecate config option sqlite_db for removal 2016-07-06 16:34:35 +03:00
deprecate_idle_timeout-029d9f2cb7184b28.yaml Rename idle_timeout to connection_recycle_time 2017-08-15 10:26:36 -04:00
enginefacade_decorators-4660862fe22d2669.yaml Make it possible to use enginefacade decorators with class methods 2016-06-27 17:22:01 +03:00
increase-default-max-overflow-0af787268807f926.yaml Increase the default max_overflow value 2016-02-24 13:49:06 +02:00
new-db-fixtures-58223e3926122413.yaml Enhanced fixtures for enginefacade-based provisioning 2016-11-04 17:50:01 +02:00
remove-config-option-sqlite_db-7b7c6459135fd8c9.yaml Remove deprecated config option sqlite_db 2017-03-24 16:04:32 +08:00
warn-incomplete-url-c44cd03baf630c7c.yaml add release note for new warning about missing driver 2017-05-26 08:39:00 -04:00
wrap_db_retry-34c7ff2d82afa3f5.yaml release notes: mention changes in wrap_db_retry() 2016-07-04 13:38:25 +03:00