[google-appengine] images api issues

2014-05-01 Thread Rafael
Anyone else having recurrent issues with the images API?

I know Google doesn't guarantee any SLA for that API, but the error rates
are just terrible.

Can someone please let me know what's happening and when it's going to be
fixed?

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Can I run an AppEngine app with mixed Java and Go runtimes?

2014-05-01 Thread Ronoaldo Pereira
I'm porting the front-end handlers of a large Java app to Go. However, I'm 
not able to run the Java and Go runtimes in paralell in the development 
server, to share the same datastore backend.

Is there a way to acomplish that? I'm asking here because I noticed some 
Java code to launch instances from devappserver2 module in the Python SDK. 
I tought that it may be possible to run both a Java module and a Go module 
with that service, if I was using the Java Yaml configuration.

Kind regards,

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] App Engine 1.9.4 Released

2014-05-01 Thread Eric Han


Hi Everyone,
We are pleased to announce the latest release of Google App Engine 1.9.4. For 
more about the general theme on this and the past release, please see our blog 
post(http://googlecloudplatform.blogspot.com/2014/04/announcing-release-of-google-app-engine-1-9-3.html).

Release 1.9.4 includes the following enhancements.
Version 1.9.4 - April 30, 2014

*Python*

   - Fixed an issue with the Search API where it does not correctly parse 
expressions that use the subtraction operator without surrounding whitespaces.
   - Fixed an issue with the devappserver Search API allowing searches for a 
field with a negated value.
   - Fixed an issue with the devappserver Search API not handling searches for 
empty quotes the same way as production.
   - Fixed an issue with the devappserver Search API not matching documents 
with atom fields the same way as production.
   - Fixed an issue with the devappserver Search API allowing expressions that 
use the snippet operator over a numeric field.
   - Fixed an issue with the devappserver Search API allowing sorting 
expressions to use the snippet operator.
   - Fixed an issue with the devappserver Search API not validating that 
cursors are from a previous search.
   - Fixed an issue with the devappserver Search API not parsing queries that 
use the fuzzy search operator (~).
   - Fixed an issue with the devappserver Search API not validating the default 
value for sorting expressions on date fields.
   - Fixed an issue with the devappserver memcache viewer not displaying items 
with non-ASCII characters properly.
  - https://code.google.com/p/googleappengine/issues/detail?id=9459
   - Fixed an issue with the devappserver allowing arbitrarily large file 
uploads using HTTP POST requests. It now matches production limits of 32MB.
  - https://code.google.com/p/googleappengine/issues/detail?id=10384
   - Fixed an issue with NDB deserialization looping infinitely when nested 
value is None.
  - https://code.google.com/p/googleappengine/issues/detail?id=10758
   
*PHP*

   - Fixed an issue with libcurl giving a load error for Mac OS X Snow Leopard 
clients.
  - https://code.google.com/p/googleappengine/issues/detail?id=10405
   - Fixed an issue with making simultaneous mysqli connections to the same 
CloudSQL instance causing the request to time out.


thanks,eric hanGoogle Cloud Platform

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App Engine 1.9.4 Released

2014-05-01 Thread husayt
Hi Eric, the link to blog post is wrong.
Besides, is there anything for java version?
thanks

On Thursday, 1 May 2014 22:06:31 UTC+1, Eric Han wrote:

 Hi Everyone,
 We are pleased to announce the latest release of Google App Engine 1.9.4. For 
 more about the general theme on this and the past release, please see our 
 blog 
 post(http://googlecloudplatform.blogspot.com/2014/04/announcing-release-of-google-app-engine-1-9-3.html).

 Release 1.9.4 includes the following enhancements.
 Version 1.9.4 - April 30, 2014

 *Python*

- Fixed an issue with the Search API where it does not correctly parse 
 expressions that use the subtraction operator without surrounding whitespaces.
- Fixed an issue with the devappserver Search API allowing searches for a 
 field with a negated value.
- Fixed an issue with the devappserver Search API not handling searches 
 for empty quotes the same way as production.
- Fixed an issue with the devappserver Search API not matching documents 
 with atom fields the same way as production.
- Fixed an issue with the devappserver Search API allowing expressions 
 that use the snippet operator over a numeric field.
- Fixed an issue with the devappserver Search API allowing sorting 
 expressions to use the snippet operator.
- Fixed an issue with the devappserver Search API not validating that 
 cursors are from a previous search.
- Fixed an issue with the devappserver Search API not parsing queries that 
 use the fuzzy search operator (~).
- Fixed an issue with the devappserver Search API not validating the 
 default value for sorting expressions on date fields.
- Fixed an issue with the devappserver memcache viewer not displaying 
 items with non-ASCII characters properly.
   - https://code.google.com/p/googleappengine/issues/detail?id=9459
- Fixed an issue with the devappserver allowing arbitrarily large file 
 uploads using HTTP POST requests. It now matches production limits of 32MB.
   - https://code.google.com/p/googleappengine/issues/detail?id=10384
- Fixed an issue with NDB deserialization looping infinitely when nested 
 value is None.
   - https://code.google.com/p/googleappengine/issues/detail?id=10758

 *PHP*

- Fixed an issue with libcurl giving a load error for Mac OS X Snow 
 Leopard clients.
   - https://code.google.com/p/googleappengine/issues/detail?id=10405
- Fixed an issue with making simultaneous mysqli connections to the same 
 CloudSQL instance causing the request to time out.


 thanks,eric hanGoogle Cloud Platform



-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.