I'm noticing that "Connection" objects are slowly being phased out, in favor of gcloud.<service>.do_thing (ie gcloud.storage.get_bucket() or gcloud.datastore.Query(...)).
Did we make a specific call to remove the concept of a connection? Was the a discussion somewhere that I can read up on to understand the background behind that?
/cc @tseaver @dhermes
I'm noticing that "Connection" objects are slowly being phased out, in favor of
gcloud.<service>.do_thing(iegcloud.storage.get_bucket()orgcloud.datastore.Query(...)).Did we make a specific call to remove the concept of a connection? Was the a discussion somewhere that I can read up on to understand the background behind that?
/cc @tseaver @dhermes