summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2019-02-28 17:29:56 +0000
committerErno Kuvaja <jokke@usr.fi>2019-02-28 17:29:56 +0000
commit5b68597400cea971aca9ed809551a69955e0cadc (patch)
tree6f907f967f98992f46dee3287efed39fe327b806 /releasenotes
parent83a8b2cc06bcfe45aa3a5e26827851d631ac04c2 (diff)
downloadglance_store-5b68597400cea971aca9ed809551a69955e0cadc.tar.gz
Stein cycle Release Notes0.28.0
Change-Id: I1b234fb4ca9c8895e53d8063f72e3eb8e3b94efc
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/Stein_final_release-c7df5838028b8c7e.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/releasenotes/notes/Stein_final_release-c7df5838028b8c7e.yaml b/releasenotes/notes/Stein_final_release-c7df5838028b8c7e.yaml
new file mode 100644
index 0000000..c7219a8
--- /dev/null
+++ b/releasenotes/notes/Stein_final_release-c7df5838028b8c7e.yaml
@@ -0,0 +1,28 @@
+---
+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.
+features:
+ - |
+ 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.
+deprecations:
+ - |
+ Removal of ``stores`` and ``default_store`` has been postponed until
+ Train cycle to allow time to move multiple backends stores from being
+ EXPERIMENTAL due to some unresolved issues with the feature.
+fixes:
+ - |
+ * Bug 1785641_: Fix Defaults for ConfigParser
+ * Bug 1808456_: Catch rdb NoSpace Exception
+ * Bug 1813092_: Fix some types in the FS and VMware drivers
+ * Bug 1815335_: Do not raise StopIteration
+ * Bug 1816721_: Fix python3 compatibility of rbd get_fsid
+
+ .. _1785641: https://code.launchpad.net/bugs/1785641
+ .. _1808456: https://code.launchpad.net/bugs/1808456
+ .. _1813092: https://code.launchpad.net/bugs/1813092
+ .. _1815335: https://code.launchpad.net/bugs/1815335
+ .. _1816721: https://code.launchpad.net/bugs/1816721