You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing datastore.Dataset class and moving functionality elsewhere
Removing Entity.delete(), Entity.save() and Key.get() methods
in the datastore. Adding top-level put(), get() and delete() methods
to replace
Adding datastore Batch class for non-transactional saves/gets/deletes.
Making Key, Entity, Transaction, Query, etc. available in datastore namespace
Making Bucket.delete() fail if there are more than 256 objects and
allowing silent 404s on object deletes (since list of objects in a
bucket is eventually consistent)
Made PyOpenSSL dependency optional (via oauth2client). It is required
for creating signed URLs for Storage buckets and objects.