📜 ⬆️ ⬇️

Version 1.5.3 released

Major changes:

Details below ...

Java and Python API extensions

Blobstore API : added size limit removed. Now you can upload files of any size, which allows the application to work with images, videos, etc.

Data store


Python Updates

Memcache API : now supports CAS (compare and replace) operations. This API can be used to update the value in Memcache only if only there are no other update requests between the time the value was read and the moment you are going to update it.
')
Java Updates

Download the application : using the AppCfg download_app command, you can download any files downloaded from the war directory of the application during the last update.

More information can be found here:

Java release notes
Python release notes

Source: App Engine 1.5.3 Release

Source: https://habr.com/ru/post/126865/


All Articles