storlets/releasenotes/notes/5_0_0-7e2680cab4c2548b.yaml
Takashi Kajinami 7a5542d156 Add release note for 5.0.0
Change-Id: I9b9799e0a8759e4a2279bedaf0e425a190413786
2020-04-23 11:22:07 +09:00

19 lines
660 B
YAML

---
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.