Stein Series Release Notes¶
0.28.0¶
Prelude¶
This was a quiet development cycle for the glance_store library. One new feature was added to the Filesystem store driver.  Several bugs were fixed and some code changes were committed to increase stability.
新特性¶
- A chunk size config option was added to the filesystem driver to allow some performance tweaking. The former hardcoded 64 KB is the current default value. 
升级说明¶
- Removal of the - storesand- default_storeconfiguration options, which were deprecated in Rocky, has been postponed until during the Train development cycle.
弃用说明¶
- Removal of - storesand- default_storehas been postponed until Train cycle to allow time to move multiple backends stores from being EXPERIMENTAL due to some unresolved issues with the feature.
Bug Fixes¶
- The filesystem driver is now using a configurable chunk size. Increasing it may avoid bottlenecks. 
