Version 0.4.1 (Pre M1)
- Adding Python 3.3, 3.4 testing support.
- Removed
if bucket in connection
andfor bucket in connection
syntax. - Allowing custom
http
object to be used in Connection. - Raise exception when default dataset ID can't be inferred.
- Add
Key.__eq__
andEntity.__eq__
in datastore. - Fixing issue with
datastore.get([])
and stored entities in properties - Adding versioned docs
- Adding
get_for_service_account_json
function in credentials