Add release note for 5.0.0

Change-Id: I9b9799e0a8759e4a2279bedaf0e425a190413786
This commit is contained in:
Takashi Kajinami 2020-01-07 10:19:02 +09:00
parent 583d126bb4
commit 7a5542d156

View File

@ -0,0 +1,18 @@
---
prelude: >
Now Storlets is fully compatible with Python 3.6, while it keeps support
for Python 2.7.
features:
- |
Operatos can run Storlets engine and Storlets python applications on
Python 3 (3.6).
upgrade:
- |
Now python storlet applications are executed in Python 3 instead of Python
2 by default. To run python storlet applications on Python 2, users should
explicitly specify language version by adding
``X-Object-Meta-Storlet-Language-Version`` to application objects.
deprecation:
- |
Python 2.7 is still supported in this release, but will be removed in
V-release, once Swift drops Python 2.7 support.