📜 ⬆️ ⬇️

Send Java / Python SDKs 1.4.3

- Files API : Now you can programmatically read and write in the Blobstore. Available in both Python and Java .
- Updates in Task Queue and Cron: For tasks, you can specify the version of the application with which the queue will work, for the krone, similarly + the ability to specify a time range, for example, "every 5 minutes from 11:00 to 17:00".

For PythonSDK
- Prospective Search API : Experimental API, which allows you to do something by the criterion at the moment of inserting an entity into the repository. Type of feedback on any criteria.
- Testbed Unit Test Framework: Testing for AppEngine, everything should be clear here.

For JavaSDK
- Concurrent Requests : Now it is possible to use each instance can enforce multi-user requests at the same time, the feature is enabled by setting threadsafe to true in appengine-web.xml
- Remote API and Deferred API: All by analogy with PythonSDK.
')
Full lists of changes:
- Release Notes: Python
- Release Notes: Java
- Revision History
- Product Roadmap

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


All Articles