This is really great! I just want you (google engineers) how much I appreciate your work on this. GAE is a really fun platform to use. Despite all the whining (a lot from me) it's turning into a great product, plus the fact that it's free (well, for smaller apps) is amazing.
Well, ok, one more whine: Django 1.0? or maybe a faster zipimport? or lift the 1000 file limit? or increase app cache time-to-live? it's just that low traffic sites like mine get hosed by zipimport-ing and patching Django on startup... Sorry about that. I like using GAE so much I want it to be perfect. On Feb 9, 7:12 pm, Bill <[email protected]> wrote: > Buried in the change log is an innocuous line about the remote API. > From the module: > "This allows easy remote access to the App Engine datastore, and > potentially any > of the other App Engine APIs, using the same interface you use when > accessing > the service locally." > > On Feb 9, 6:12 pm, Jeff S <[email protected]> wrote: > > > Today we released version 1.1.9 of our SDK. Here's what's new in this > > release: > > > * You can now use the Python standard libraries urllib, urllib2 > > or httplib to make HTTP requests. This has been a frequent request on > > our issue tracker. > > * We've been working on a set of tools that will make the > > process of uploading and downloading data from App Engine applications > > easier. Today we're excited to announce an early release of our new > > bulk uploading client. You can try it out here. Let us know what you > > think in our Google Group! > > * Several updates to our datastore, including the automatic > > generation of single property indexes and the addition of IN and != > > operators to db.Query. See the Datastore API docs for more details. > > * A bunch of additional bugfixes and enhancements, listed in our > > Release Notes. > > > See the blog > > post:http://googleappengine.blogspot.com/2009/02/sdk-version-119-released.... > > > and the downloads are available > > here:http://code.google.com/appengine/downloads.html > > > Happy coding, > > > Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
