Train Series Release Notes¶
15.5.0-6¶
New Features¶
Add socket keepalive options for the pymemcache (dogpile.cache) backend.
Add options to configure pymemcache’s HashClient retrying mechanisms (dogpile.cache) backend.
Add retrying options for pymemcache (dogpile.cache) backend.
15.5.0¶
New Features¶
Add TLS options to oslo.cache
15.2.0¶
New Features¶
Allow users to run the RabbitMQ AMQP heartbeat over a native python thread in the oslo.messaging RabbitMQ driver, by using the heartbeat_in_pthread option in configuration.
15.1.0¶
New Features¶
memcache_socket_timeout is changed to float value.
15.0.0¶
Deprecation Notes¶
db::idle_timeout is deprecated and will be removed in a future release. Please use db::connection_recycle_time instead.