Add release note for 5.0.0
Change-Id: I9b9799e0a8759e4a2279bedaf0e425a190413786
This commit is contained in:
parent
583d126bb4
commit
7a5542d156
18
releasenotes/notes/5_0_0-7e2680cab4c2548b.yaml
Normal file
18
releasenotes/notes/5_0_0-7e2680cab4c2548b.yaml
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user