Hey Richmond, I still have not gotten an answer (not even a ballpark one) about the timeline for final removal of the blobstore file-like API for python 2.7 runtime. If you could do some digging in this regard, I would greatly appreciate it. As I explained in my thread and in the stackoverflow question, it's a fairly important API we leverage and we now need to port it to gcs, this in the midst of a very tight backlog.
So, again, any guidance in terms of timelines other than "in the future" when this API will be removed from the runtime, is enormously appreciated. On Monday, July 29, 2013 9:26:04 PM UTC-4, Richmond Manzana wrote: > > Hello Again! > > Pre-release SDKs for Python, PHP and Java found here: > http://code.google.com/p/**googleappengine/downloads/list<http://code.google.com/p/googleappengine/downloads/list> > > Please see the pre-release notes below. > > Cheers, > > Richmond Manzana > Technical Program Manager > Google App Engine > > App Engine SDK - Pre-Release Notes > > Version 1.8.3 > > Python > =============================== > - Fixed an issue with the Mail API, email addresses that contain encoded > newlines as specified in rfc2047 are now parsed correctly. > - Fixed an issue with channels.send_message failing when a client id has 3 > or > more dashes. > - Fixed an issue with ndb.non_transactional correctly restoring the db > library's transactional state. > > https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=232 > - Fixed an issue with NDB raising the correct exception when the rollback > itself has an exception. > > https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=234 > - The NDB model property settings 'default' and 'required' are no longer > mutually exclusive. > > https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=236 > - Fixed an issue with debugger/breakpoint not working on the dev_appserver. > > http://code.google.com/p/appengine-devappserver2-experiment/issues/detail? > id=28 > http://code.google.com/p/googleappengine/issues/detail?id=9012 > http://code.google.com/p/googleappengine/issues/detail?id=9027 > - Fixed an issue with NDB queries supporting iterate over distinct queries. > http://code.google.com/p/googleappengine/issues/detail?id=9591 > - Fixed an issue with enabling cloud integration for existing apps. > https://code.google.com/p/googleappengine/issues/detail?id=9602 > - Fixed an issue with users not being able to view the cron jobs page in > the > dev_appserver. > https://code.google.com/p/googleappengine/issues/detail?id=9665 > > > > PHP > =============================== > - There is now better support for stat() related functions for Google Cloud > Storage objects. > - Added a read through cache to the GCS client to improve performance. This > allows for optimistic caching for write-once, read-many applications and > performs on-write invalidation. > - Environment variables that are set in app.yaml are now available in the > PHP > runtime. > - You can now pass an array of metadata as part of the Google Cloud Storage > upload context. > - Apps can now use opendir()/readdir()/rewinddir()/closedir() on Google > Cloud > Storage buckets. > - The PHP Task Queue API now supports adding tasks in bulk via the > addTasks() > method on the new PushQueue class. > - The PHP Task Queue API now supports setting headers on the PushTask > class. > - Fixed an issue with the Mail API, email addresses that contain encoded > newlines as specified in rfc2047 are now parsed correctly. > - Fixed an issue with enabling cloud integration for existing apps. > https://code.google.com/p/googleappengine/issues/detail?id=9602 > > > > App Engine Java SDK Pre-Release Notes > ============= > - Fixed an issue with the Mail API, email addresses that contain encoded > newlines as specified in rfc2047 are now parsed correctly. > - Fixed an issue with ChannelService.sendMessage() failing when a client > id has > 3 or more dashes. > - Fixed an issue with enabling cloud integration for existing apps. > https://code.google.com/p/googleappengine/issues/detail?id=9602 > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
