[google-appengine] Re: 1.6.0 is now launched

2011-11-07 Thread pdknsk
mini bug: extra at http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send

[google-appengine] Re: 1.6.0 is now launched

2011-11-07 Thread pdknsk
Is there a summary of the TOS changes available? I accepted without reading (as many probably have). -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from

[google-appengine] Re: 1.6.0 is now launched

2011-11-08 Thread Alexis
I've got a small "issue" with this release: the development server is writing many more entities to the local datastore (log entries?). As I have a hook on datastore write ops to log what is put and when, it's polluting my logs but that's not the point: My "issue" is that the local datastore file

[google-appengine] Re: 1.6.0 is now launched

2011-11-08 Thread thstart
Just installed 1.6.0 SDK When running my app got the messages: WARNING 2011-11-08 09:33:04,487 rdbms_mysqldb.py:90] The rdbms API is not available because the MySQLdb library could not be loaded. Error: option --rdbms_sqlite_path not recognized What is wrong? -- You received this message b

[google-appengine] Re: 1.6.0 is now launched

2011-11-21 Thread Alexis
Alfred, I also noticed the split, but I'm talking about something else. What is being written are entities from inside the google.appengine.api.logservice package (_LogRecord, _LogLine, inside a namespace called "_Logs") I suspect this may announce some feature about managing logs using some APIs,

Re: [google-appengine] Re: 1.6.0 is now launched

2011-11-07 Thread Gregory D'alesandre
There isn't a summary of changes as it was a complete re-write, that being said if you want to see the old terms you can find them here: http://code.google.com/appengine/terms_4.html Thanks, Greg On Mon, Nov 7, 2011 at 1:31 PM, pdknsk wrote: > Is there a summary of the TOS changes available? I

Re: [google-appengine] Re: 1.6.0 is now launched

2011-11-08 Thread Amy Unruh
On Wed, Nov 9, 2011 at 4:40 AM, thstart wrote: > Just installed 1.6.0 SDK > > When running my app got the messages: > > WARNING 2011-11-08 09:33:04,487 rdbms_mysqldb.py:90] The rdbms API is not > available because the MySQLdb library could not be loaded. > > This is an ignorable warning-- it sh

Re: [google-appengine] Re: 1.6.0 is now launched

2011-11-09 Thread Alfred Fuller
Can you be more specific about what extra entities are actually being written. The SDKs now split batch get/delete/puts, are you sure you aren't just seeing that? On Tue, Nov 8, 2011 at 9:02 AM, Alexis wrote: > I've got a small "issue" with this release: > the development server is writing many

Re: [google-appengine] Re: 1.6.0 is now launched

2011-11-18 Thread PK
Alfred/Alexis, have you gotten anywhere with this issue? Is there a case opened? I agree that what Alexis reports is indeed a very serious issue. Please take a look at issue 6355for the way it manifests itself in my environment.