📜 ⬆️ ⬇️

Send Java / Python SDKs 1.2.5

The Java SDK jumped from 1.2.2 to 1.2.5 to sync with the Python SDK.

From the innovations:
- XMPP support for Java / Python
- Task Queue API for Java (in labs, as in the Python SDK)
- Increased limits for the Task Queue API (100.000 per day, it was 10.000)
- Storage now supports objects with key_name starting with a digit
- Can change Referer header for URL Fetch requests
- Storage supports multiple write / delete one object in one transit.

Python SDK:
- AppEngineLauncher for Windows has appeared
- Bulkloader supports keys --dump and --restore for Kind (in labs)
- Bulkloader supports the --dry_run switch to test data before loading on the production server
- New google.ext.ereporter module for collecting and sending by email reports on application exceptions
- New google.ext.deferred module for executing ad-hoc tasks in Task Queue
')
Java SDK:
- Support for new types of storage (native), such as GeoPt, Email, etc.
- You can set connectTimeout for URL Fetch
- JDO and JPA now support deleting objects using queries.
- In JDO, makePersistentAll () and deletePersistentAll () are executed as batch operations.

This release should have included Inbound Mail support, and even for the local admin this page is ready (along with the changes in the SDK code), but for some reason it seems that something didn’t grow together at the last moment, and I think this feature will be in the next release (1.2.6), together with the promised support of Jason_Google cursors in the repository for overcoming the limit of requests of 1000 entries

Full lists of changes:
- Release Notes: Python
- Release Notes: Java
- Revision History

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


All Articles