[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-05-01 Thread Mahron
sqlite3 ImportError still not fixed. Am I the only one with having
thisproblem ? This badly cripples the dev server. Please fix.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-05-01 Thread coto
Nothing about PageSpeed?

Remember that PageSpeed is still Experimental, Google is charging for that 
service and it still doesn't work with SSL (enabled with app.yaml)  see 
more... 
http://stackoverflow.com/questions/16227028/app-engine-https-pagespeed-403-forbidden-error

On Monday, April 29, 2013 5:14:15 PM UTC-4, Janani Thanigachalam wrote:
>
> Hello Again Everyone!
>
> We've posted the pre-release SDKs for Python and Java here:
> http://code.google.com/p/**googleappengine/downloads/list
>
> Please see the pre-release notes below.
>
> Regards,
> Janani
>
> App Engine Python SDK - Pre-Release Notes
>
> Version 1.7.8
> ===
> - The Mail API now allows attachments with .zip and .gzip extensions as 
> long as
>   the archives do not contain entries with blacklisted extensions.
>   http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of 
> 20,000
>   per day. Instead, apps will need to file a request through the admin 
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been 
> increased
>   from 5MB to 10MB.
> - Fixed an issue with the admin handler of the new dev_appserver failing to
>   import appengine_config automatically.
>
>
> App Engine Java SDK - Pre-Release Notes
>
> Version 1.7.8
> =
> - The Mail API now allows attachments with .zip and .gzip extensions as 
> long as
>   the archives do not contain entries with blacklisted extensions.
>   http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of 
> 20,000
>   per day. Instead, apps will need to file a request through the admin 
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been 
> increased
>   from 5MB to 10MB.
> - Fixed an issue that caused Full-Text Search to fail in the Java 
> dev_appserver.
>https://code.google.com/p/googleappengine/issues/detail?id=9088
> - Fixed an issue with the Java SDK jar file being too large for Windows 64.
> - Fixed a JAXBPermission.setDatatypeConverter permission issue in Java7 
> runtime.
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-04-30 Thread Kaan Soral
Nope I'm using Windows 7, did a lot of experimenting to solve the problem, 
however couldn't come up with anything, all my appengine files are in a 
specific directory
--search_indexes_path= is set to a search_indexes file, however that file 
is always ~1kb's and constant, I was thinking whether there is another 
"search_documents" file, however there is no such indication in temp folder 
/ devappserver args

so to sum up, no luck

I've also haunted many 'issue's on the project, not sure if no one is using 
search yet, as its experimental or it's only me with the problem

On Tuesday, April 30, 2013 10:16:53 PM UTC+3, Renzo Nuccitelli wrote:
>
>  Are you using linux? If so, take care of changing the place where 
> datastore file is stored. By default it saves on tmp, so when you turn off 
> the computer the files you save are gonne.
>
> On Tuesday, April 30, 2013 4:07:21 PM UTC-3, Kaan Soral wrote:
>>
>> Is this all?
>> I was hoping for some Search improvements, for some reason my search 
>> documents don't persist on SDK after a reboot
>>
>> On Tuesday, April 30, 2013 12:14:15 AM UTC+3, Janani Thanigachalam wrote:
>>>
>>> Hello Again Everyone!
>>>
>>> We've posted the pre-release SDKs for Python and Java here:
>>> http://code.google.com/p/**googleappengine/downloads/list
>>>
>>> Please see the pre-release notes below.
>>>
>>> Regards,
>>> Janani
>>>
>>> App Engine Python SDK - Pre-Release Notes
>>>
>>> Version 1.7.8
>>> ===
>>> - The Mail API now allows attachments with .zip and .gzip extensions as 
>>> long as
>>>   the archives do not contain entries with blacklisted extensions.
>>>   http://code.google.com/p/googleappengine/issues/detail?id=5933
>>> - New Billing Enabled apps will no longer default to an email quota of 
>>> 20,000
>>>   per day. Instead, apps will need to file a request through the admin 
>>> console
>>>   to get email quotas increased.
>>> - Admin console dashboard charts and reports for all users have been 
>>> fully
>>>   migrated to the new, more reliable backend announced in 1.7.6.
>>> - The maximum size of POST requests made through URLfetch has been 
>>> increased
>>>   from 5MB to 10MB.
>>> - Fixed an issue with the admin handler of the new dev_appserver failing 
>>> to
>>>   import appengine_config automatically.
>>>
>>>
>>> App Engine Java SDK - Pre-Release Notes
>>>
>>> Version 1.7.8
>>> =
>>> - The Mail API now allows attachments with .zip and .gzip extensions as 
>>> long as
>>>   the archives do not contain entries with blacklisted extensions.
>>>   http://code.google.com/p/googleappengine/issues/detail?id=5933
>>> - New Billing Enabled apps will no longer default to an email quota of 
>>> 20,000
>>>   per day. Instead, apps will need to file a request through the admin 
>>> console
>>>   to get email quotas increased.
>>> - Admin console dashboard charts and reports for all users have been 
>>> fully
>>>   migrated to the new, more reliable backend announced in 1.7.6.
>>> - The maximum size of POST requests made through URLfetch has been 
>>> increased
>>>   from 5MB to 10MB.
>>> - Fixed an issue that caused Full-Text Search to fail in the Java 
>>> dev_appserver.
>>>https://code.google.com/p/googleappengine/issues/detail?id=9088
>>> - Fixed an issue with the Java SDK jar file being too large for Windows 
>>> 64.
>>> - Fixed a JAXBPermission.setDatatypeConverter permission issue in Java7 
>>> runtime.
>>>
>>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-04-30 Thread Renzo Nuccitelli
 Are you using linux? If so, take care of changing the place where 
datastore file is stored. By default it saves on tmp, so when you turn off 
the computer the files you save are gonne.

On Tuesday, April 30, 2013 4:07:21 PM UTC-3, Kaan Soral wrote:
>
> Is this all?
> I was hoping for some Search improvements, for some reason my search 
> documents don't persist on SDK after a reboot
>
> On Tuesday, April 30, 2013 12:14:15 AM UTC+3, Janani Thanigachalam wrote:
>>
>> Hello Again Everyone!
>>
>> We've posted the pre-release SDKs for Python and Java here:
>> http://code.google.com/p/**googleappengine/downloads/list
>>
>> Please see the pre-release notes below.
>>
>> Regards,
>> Janani
>>
>> App Engine Python SDK - Pre-Release Notes
>>
>> Version 1.7.8
>> ===
>> - The Mail API now allows attachments with .zip and .gzip extensions as 
>> long as
>>   the archives do not contain entries with blacklisted extensions.
>>   http://code.google.com/p/googleappengine/issues/detail?id=5933
>> - New Billing Enabled apps will no longer default to an email quota of 
>> 20,000
>>   per day. Instead, apps will need to file a request through the admin 
>> console
>>   to get email quotas increased.
>> - Admin console dashboard charts and reports for all users have been fully
>>   migrated to the new, more reliable backend announced in 1.7.6.
>> - The maximum size of POST requests made through URLfetch has been 
>> increased
>>   from 5MB to 10MB.
>> - Fixed an issue with the admin handler of the new dev_appserver failing 
>> to
>>   import appengine_config automatically.
>>
>>
>> App Engine Java SDK - Pre-Release Notes
>>
>> Version 1.7.8
>> =
>> - The Mail API now allows attachments with .zip and .gzip extensions as 
>> long as
>>   the archives do not contain entries with blacklisted extensions.
>>   http://code.google.com/p/googleappengine/issues/detail?id=5933
>> - New Billing Enabled apps will no longer default to an email quota of 
>> 20,000
>>   per day. Instead, apps will need to file a request through the admin 
>> console
>>   to get email quotas increased.
>> - Admin console dashboard charts and reports for all users have been fully
>>   migrated to the new, more reliable backend announced in 1.7.6.
>> - The maximum size of POST requests made through URLfetch has been 
>> increased
>>   from 5MB to 10MB.
>> - Fixed an issue that caused Full-Text Search to fail in the Java 
>> dev_appserver.
>>https://code.google.com/p/googleappengine/issues/detail?id=9088
>> - Fixed an issue with the Java SDK jar file being too large for Windows 
>> 64.
>> - Fixed a JAXBPermission.setDatatypeConverter permission issue in Java7 
>> runtime.
>>
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-04-30 Thread Kaan Soral
Is this all?
I was hoping for some Search improvements, for some reason my search 
documents don't persist on SDK after a reboot

On Tuesday, April 30, 2013 12:14:15 AM UTC+3, Janani Thanigachalam wrote:
>
> Hello Again Everyone!
>
> We've posted the pre-release SDKs for Python and Java here:
> http://code.google.com/p/**googleappengine/downloads/list
>
> Please see the pre-release notes below.
>
> Regards,
> Janani
>
> App Engine Python SDK - Pre-Release Notes
>
> Version 1.7.8
> ===
> - The Mail API now allows attachments with .zip and .gzip extensions as 
> long as
>   the archives do not contain entries with blacklisted extensions.
>   http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of 
> 20,000
>   per day. Instead, apps will need to file a request through the admin 
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been 
> increased
>   from 5MB to 10MB.
> - Fixed an issue with the admin handler of the new dev_appserver failing to
>   import appengine_config automatically.
>
>
> App Engine Java SDK - Pre-Release Notes
>
> Version 1.7.8
> =
> - The Mail API now allows attachments with .zip and .gzip extensions as 
> long as
>   the archives do not contain entries with blacklisted extensions.
>   http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of 
> 20,000
>   per day. Instead, apps will need to file a request through the admin 
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been 
> increased
>   from 5MB to 10MB.
> - Fixed an issue that caused Full-Text Search to fail in the Java 
> dev_appserver.
>https://code.google.com/p/googleappengine/issues/detail?id=9088
> - Fixed an issue with the Java SDK jar file being too large for Windows 64.
> - Fixed a JAXBPermission.setDatatypeConverter permission issue in Java7 
> runtime.
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-04-30 Thread Andrew Jessup
Hi John,

The e-mail quota change will only affect customers who have not enabled
billing by the time 1.7.8 is released. Apps that have enabled billing prior
to 1.7.8 will still have the higher quota.

Applications that enable billing after 1.7.8 will need to request the quota
increase in order to increase the mail quota, which can be done from a link
on the Quota Details page in the App Engine dashboard.




On Tue, Apr 30, 2013 at 2:17 AM, John Wheeler wrote:

> What does this mean? What *is* the new default? Where do we file a
> request? I just realized you guys imposed this limit. I need to have it
> increased for one of my apps.
>
> New Billing Enabled apps will no longer default to an email quota of 20,000
>   per day. Instead, apps will need to file a request through the admin
> console
>   to get email quotas increased.
>
>
>
>
> On Monday, April 29, 2013 2:14:15 PM UTC-7, Janani Thanigachalam wrote:
>>
>> Hello Again Everyone!
>>
>> We've posted the pre-release SDKs for Python and Java here:
>> http://code.google.com/p/**googl**eappengine/downloads/list
>>
>> Please see the pre-release notes below.
>>
>> Regards,
>> Janani
>>
>> App Engine Python SDK - Pre-Release Notes
>>
>> Version 1.7.8
>> ==**=
>> - The Mail API now allows attachments with .zip and .gzip extensions as
>> long as
>>   the archives do not contain entries with blacklisted extensions.
>>   
>> http://code.google.com/p/**googleappengine/issues/detail?**id=5933
>> - New Billing Enabled apps will no longer default to an email quota of
>> 20,000
>>   per day. Instead, apps will need to file a request through the admin
>> console
>>   to get email quotas increased.
>> - Admin console dashboard charts and reports for all users have been fully
>>   migrated to the new, more reliable backend announced in 1.7.6.
>> - The maximum size of POST requests made through URLfetch has been
>> increased
>>   from 5MB to 10MB.
>> - Fixed an issue with the admin handler of the new dev_appserver failing
>> to
>>   import appengine_config automatically.
>>
>>
>> App Engine Java SDK - Pre-Release Notes
>>
>> Version 1.7.8
>> =
>> - The Mail API now allows attachments with .zip and .gzip extensions as
>> long as
>>   the archives do not contain entries with blacklisted extensions.
>>   
>> http://code.google.com/p/**googleappengine/issues/detail?**id=5933
>> - New Billing Enabled apps will no longer default to an email quota of
>> 20,000
>>   per day. Instead, apps will need to file a request through the admin
>> console
>>   to get email quotas increased.
>> - Admin console dashboard charts and reports for all users have been fully
>>   migrated to the new, more reliable backend announced in 1.7.6.
>> - The maximum size of POST requests made through URLfetch has been
>> increased
>>   from 5MB to 10MB.
>> - Fixed an issue that caused Full-Text Search to fail in the Java
>> dev_appserver.
>>
>> https://code.google.com/p/**googleappengine/issues/detail?**id=9088
>> - Fixed an issue with the Java SDK jar file being too large for Windows
>> 64.
>> - Fixed a JAXBPermission.**setDatatypeConverter permission issue in
>> Java7 runtime.
>>
>  --
> 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?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 

Andrew Jessup | Product Manager, Google App Engine | jes...@google.com

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-04-30 Thread Tomas
I've just noticed that some of my app instances now starts on 1.7.8 -
is this normal to run user facing apps on pre-sdk versions? I mean - I
don't have an issue with that (of course if it does work fine :)

On Apr 30, 9:14 am, Janani Thanigachalam  wrote:
> Hello Again Everyone!
>
> We've posted the pre-release SDKs for Python and Java 
> here:http://code.google.com/p/**googleappengine/downloads/list
>
> Please see the pre-release notes below.
>
> Regards,
> Janani
>
> App Engine Python SDK - Pre-Release Notes
>
> Version 1.7.8
> ===
> - The Mail API now allows attachments with .zip and .gzip extensions as
> long as
>   the archives do not contain entries with blacklisted extensions.
>  http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of
> 20,000
>   per day. Instead, apps will need to file a request through the admin
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been increased
>   from 5MB to 10MB.
> - Fixed an issue with the admin handler of the new dev_appserver failing to
>   import appengine_config automatically.
>
> App Engine Java SDK - Pre-Release Notes
>
> Version 1.7.8
> =
> - The Mail API now allows attachments with .zip and .gzip extensions as
> long as
>   the archives do not contain entries with blacklisted extensions.
>  http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of
> 20,000
>   per day. Instead, apps will need to file a request through the admin
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been increased
>   from 5MB to 10MB.
> - Fixed an issue that caused Full-Text Search to fail in the Java
> dev_appserver.
>    https://code.google.com/p/googleappengine/issues/detail?id=9088
> - Fixed an issue with the Java SDK jar file being too large for Windows 64.
> - Fixed a JAXBPermission.setDatatypeConverter permission issue in Java7
> runtime.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-04-30 Thread Greg Jones
Someone seems to have spilt some PHP in the python SDK ... interesting 
times :)

On Monday, 29 April 2013 22:14:15 UTC+1, Janani Thanigachalam wrote:
>
> Hello Again Everyone!
>
> We've posted the pre-release SDKs for Python and Java here:
> http://code.google.com/p/**googleappengine/downloads/list
>
> Please see the pre-release notes below.
>
> Regards,
> Janani
>
> App Engine Python SDK - Pre-Release Notes
>
> Version 1.7.8
> ===
> - The Mail API now allows attachments with .zip and .gzip extensions as 
> long as
>   the archives do not contain entries with blacklisted extensions.
>   http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of 
> 20,000
>   per day. Instead, apps will need to file a request through the admin 
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been 
> increased
>   from 5MB to 10MB.
> - Fixed an issue with the admin handler of the new dev_appserver failing to
>   import appengine_config automatically.
>
>
> App Engine Java SDK - Pre-Release Notes
>
> Version 1.7.8
> =
> - The Mail API now allows attachments with .zip and .gzip extensions as 
> long as
>   the archives do not contain entries with blacklisted extensions.
>   http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of 
> 20,000
>   per day. Instead, apps will need to file a request through the admin 
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been 
> increased
>   from 5MB to 10MB.
> - Fixed an issue that caused Full-Text Search to fail in the Java 
> dev_appserver.
>https://code.google.com/p/googleappengine/issues/detail?id=9088
> - Fixed an issue with the Java SDK jar file being too large for Windows 64.
> - Fixed a JAXBPermission.setDatatypeConverter permission issue in Java7 
> runtime.
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-04-30 Thread John Wheeler
What does this mean? What *is* the new default? Where do we file a request? 
I just realized you guys imposed this limit. I need to have it increased 
for one of my apps.

New Billing Enabled apps will no longer default to an email quota of 20,000
  per day. Instead, apps will need to file a request through the admin 
console
  to get email quotas increased.




On Monday, April 29, 2013 2:14:15 PM UTC-7, Janani Thanigachalam wrote:
>
> Hello Again Everyone!
>
> We've posted the pre-release SDKs for Python and Java here:
> http://code.google.com/p/**googleappengine/downloads/list
>
> Please see the pre-release notes below.
>
> Regards,
> Janani
>
> App Engine Python SDK - Pre-Release Notes
>
> Version 1.7.8
> ===
> - The Mail API now allows attachments with .zip and .gzip extensions as 
> long as
>   the archives do not contain entries with blacklisted extensions.
>   http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of 
> 20,000
>   per day. Instead, apps will need to file a request through the admin 
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been 
> increased
>   from 5MB to 10MB.
> - Fixed an issue with the admin handler of the new dev_appserver failing to
>   import appengine_config automatically.
>
>
> App Engine Java SDK - Pre-Release Notes
>
> Version 1.7.8
> =
> - The Mail API now allows attachments with .zip and .gzip extensions as 
> long as
>   the archives do not contain entries with blacklisted extensions.
>   http://code.google.com/p/googleappengine/issues/detail?id=5933
> - New Billing Enabled apps will no longer default to an email quota of 
> 20,000
>   per day. Instead, apps will need to file a request through the admin 
> console
>   to get email quotas increased.
> - Admin console dashboard charts and reports for all users have been fully
>   migrated to the new, more reliable backend announced in 1.7.6.
> - The maximum size of POST requests made through URLfetch has been 
> increased
>   from 5MB to 10MB.
> - Fixed an issue that caused Full-Text Search to fail in the Java 
> dev_appserver.
>https://code.google.com/p/googleappengine/issues/detail?id=9088
> - Fixed an issue with the Java SDK jar file being too large for Windows 64.
> - Fixed a JAXBPermission.setDatatypeConverter permission issue in Java7 
> runtime.
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-04-29 Thread Eurig Jones
"Admin console dashboard charts and reports for all users have been fully
  migrated to the new, more reliable backend announced in 1.7.6."

Does this mean that the Datastore Statistics will be updated more 
frequently? 

"Statistics are updated at least once per day." it says on our console, yet 
mine is currently approaching 2 days.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.