[google-appengine] Re: App Engine 1.9.4 Released

2014-05-07 Thread Eric Han
thanks - the link worked just now for me. Let me know if you're still 
having troubles. The blog link is to the 1.9.3 release, hence my comment 
"on this [1.9.4] and the past [1.9.3] release, please see our blog post 
[from 1.9.3 where it talks about the immediate next releases]". apologies 
if that wasn't clear.

As for Java, no updates to share about in my post. More will be coming soon 
:).

On Thursday, May 1, 2014 6:05:49 PM UTC-7, husayt wrote:
>
> 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.


[google-appengine] App Engine 1.9.4 Released

2014-05-05 Thread Eric Han


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

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 Han
Google 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] 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.