[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-02 Thread ekampf
Release notes dont really help us test these new features or prepare
for the official release...

- Automatic image thumbnailing is now available in the Images API
using get_url_base().

Whats get_url_base() ?  Cant find any mention of it in the code...
Do you mean get_serving_url(blob_key, size=None, crop=False) ?

 - Users can now serve custom static error pages for over_quota,
dos_api_denial  and default cases.

How?

 - Multitenancy is now supported in the datastore, allowing better
compartmentalization of user data.

What does this mean for us app devs?


On Aug 3, 2:40 am, "Ikai L (Google)"  wrote:
> Hey everybody,
>
> Just wanted to let everyone know that the prerelease SDK for 1.3.6 is out.
> If you're interested in downloading the SDKs, you can find them here:
>
> http://code.google.com/p/googleappengine/downloads/list
>
> Not all features that work locally in the new version are guaranteed to work
> in a deployed application, as these may depend on us pushing new versions of
> backend services. We welcome your feedback, as it helps us greatly in
> finding issues with the release as early as possible.
>
> Release notes are below:
>
>  Python
>  =
>  - Multitenancy is now supported in the datastore, allowing better
>    compartmentalization of user data.
>  - Automatic image thumbnailing is now available in the Images API using
>    get_url_base().
>  - Users can now serve custom static error pages for over_quota,
> dos_api_denial
>    and default cases.
>  - Results of datastore count() queries and offsets for all datastore
> queries
>    are no longer capped at 1000.
>  - Added a pause queue button to the task queue details page in the Admin
>    Console.
>  - Historical graphs have been added to all of the dashboard graphs in the
> Admin
>    Console.
>  - Content-range headers are supported on Blobstore downloads.
>  - Remote API now supports the Blobstore API.
>  - New method to allocate datastore ids in a given range:
> db.allocate_id_range().
>  - New db method is_in_transaction() determines if a transaction is still
> open.
>  - Increased several rate limited quotas for free applications.
>  - Fixed an issue in db.py where unindexed property lists for user-specified
>    property names were ignored.
>  - Fixed an issue where the task queue uses local time instead of UTC time
> to
>    compute job ETA.
>      http://code.google.com/p/googleappengine/issues/detail?id=2508
>  - Fixed an issue in the SDK with datastore cursors being too large.
>      http://code.google.com/p/googleappengine/issues/detail?id=3152
>
>  Java
>  =
>  - Multitenancy is now supported in the datastore, allowing better
>    compartmentalization of user data.
>  - Automatic image thumbnailing is now available in the Images API using
>    GetUrlBase.
>  - Users can now serve custom static error pages for over_quota,
> dos_api_denial
>    and default cases.
>  - Results of datastore count() queries and offsets for all datastore
> queries
>    are no longer capped at 1000.
>  - Added a pause queue button to the task queue details page in the Admin
>    Console.
>  - Historical graphs have been added to all of the dashboard graphs in the
> Admin
>    Console.
>  - Content-range headers are supported on Blobstore downloads.
>  - New method to allocate datastore ids in a given range: allocateIdRange()
>  - The app.yaml format is supported with Java applications.
>  - Increased several rate limited quotas for free applications.
>  - Fixed an issue that did not allow forms of over 200,000 bytes to be
> submitted.
>    http://code.google.com/p/googleappengine/issues/detail?id=1608
>
> Happy building!
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-03 Thread hawkett
Hi Guys,

   Thanks so much for this release - it looks very much like a
solution to this issue I raised around 18 months ago -
http://code.google.com/p/googleappengine/issues/detail?id=945.  I'll
have to get into it further and have a look, but sounds really
promising.  For others, Laurent Descrivan has commented on this issue
with some details about how it works.

   I was wondering if this is a deeper implementation than db hooks,
or uses that mechanism behind the API?  Either way, having the
standardised API is much better than lots of dev custom
implementations - thanks again,

Colin

On Aug 3, 12:40 am, "Ikai L (Google)"  wrote:
> Hey everybody,
>
> Just wanted to let everyone know that the prerelease SDK for 1.3.6 is out.
> If you're interested in downloading the SDKs, you can find them here:
>
> http://code.google.com/p/googleappengine/downloads/list
>
> Not all features that work locally in the new version are guaranteed to work
> in a deployed application, as these may depend on us pushing new versions of
> backend services. We welcome your feedback, as it helps us greatly in
> finding issues with the release as early as possible.
>
> Release notes are below:
>
>  Python
>  =
>  - Multitenancy is now supported in the datastore, allowing better
>    compartmentalization of user data.
>  - Automatic image thumbnailing is now available in the Images API using
>    get_url_base().
>  - Users can now serve custom static error pages for over_quota,
> dos_api_denial
>    and default cases.
>  - Results of datastore count() queries and offsets for all datastore
> queries
>    are no longer capped at 1000.
>  - Added a pause queue button to the task queue details page in the Admin
>    Console.
>  - Historical graphs have been added to all of the dashboard graphs in the
> Admin
>    Console.
>  - Content-range headers are supported on Blobstore downloads.
>  - Remote API now supports the Blobstore API.
>  - New method to allocate datastore ids in a given range:
> db.allocate_id_range().
>  - New db method is_in_transaction() determines if a transaction is still
> open.
>  - Increased several rate limited quotas for free applications.
>  - Fixed an issue in db.py where unindexed property lists for user-specified
>    property names were ignored.
>  - Fixed an issue where the task queue uses local time instead of UTC time
> to
>    compute job ETA.
>      http://code.google.com/p/googleappengine/issues/detail?id=2508
>  - Fixed an issue in the SDK with datastore cursors being too large.
>      http://code.google.com/p/googleappengine/issues/detail?id=3152
>
>  Java
>  =
>  - Multitenancy is now supported in the datastore, allowing better
>    compartmentalization of user data.
>  - Automatic image thumbnailing is now available in the Images API using
>    GetUrlBase.
>  - Users can now serve custom static error pages for over_quota,
> dos_api_denial
>    and default cases.
>  - Results of datastore count() queries and offsets for all datastore
> queries
>    are no longer capped at 1000.
>  - Added a pause queue button to the task queue details page in the Admin
>    Console.
>  - Historical graphs have been added to all of the dashboard graphs in the
> Admin
>    Console.
>  - Content-range headers are supported on Blobstore downloads.
>  - New method to allocate datastore ids in a given range: allocateIdRange()
>  - The app.yaml format is supported with Java applications.
>  - Increased several rate limited quotas for free applications.
>  - Fixed an issue that did not allow forms of over 200,000 bytes to be
> submitted.
>    http://code.google.com/p/googleappengine/issues/detail?id=1608
>
> Happy building!
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-03 Thread Zarko
AppEngine team, we love you !

On Aug 3, 2:40 am, "Ikai L (Google)"  wrote:
> Hey everybody,
>
> Just wanted to let everyone know that the prerelease SDK for 1.3.6 is out.
> If you're interested in downloading the SDKs, you can find them here:
>
> http://code.google.com/p/googleappengine/downloads/list
>
> Not all features that work locally in the new version are guaranteed to work
> in a deployed application, as these may depend on us pushing new versions of
> backend services. We welcome your feedback, as it helps us greatly in
> finding issues with the release as early as possible.
>
> Release notes are below:
>
>  Python
>  =
>  -Multitenancy is now supported in the datastore, allowing better
>    compartmentalization
>
> compartmentalization of user data.
>  - Automatic image thumbnailing is now available in the Images API using
>    get_url_base().
>  - Users can now serve custom static error pages for over_quota,
> dos_api_denial
>    and default cases.
>  - Results of datastore count() queries and offsets for all datastore
> queries
>    are no longer capped at 1000.
>  - Added a pause queue button to the task queue details page in the Admin
>    Console.
>  - Historical graphs have been added to all of the dashboard graphs in the
> Admin
>    Console.
>  - Content-range headers are supported on Blobstore downloads.
>  - Remote API now supports the Blobstore API.
>  - New method to allocate datastore ids in a given range:
> db.allocate_id_range().
>  - New db method is_in_transaction() determines if a transaction is still
> open.
>  - Increased several rate limited quotas for free applications.
>  - Fixed an issue in db.py where unindexed property lists for user-specified
>    property names were ignored.
>  - Fixed an issue where the task queue uses local time instead of UTC time
> to
>    compute job ETA.
>      http://code.google.com/p/googleappengine/issues/detail?id=2508
>  - Fixed an issue in the SDK with datastore cursors being too large.
>      http://code.google.com/p/googleappengine/issues/detail?id=3152
>
>  Java
>  =
>  - Multitenancy is now supported in the datastore, allowing better
>    compartmentalization of user data.
>  - Automatic image thumbnailing is now available in the Images API using
>    GetUrlBase.
>  - Users can now serve custom static error pages for over_quota,
> dos_api_denial
>    and default cases.
>  - Results of datastore count() queries and offsets for all datastore
> queries
>    are no longer capped at 1000.
>  - Added a pause queue button to the task queue details page in the Admin
>    Console.
>  - Historical graphs have been added to all of the dashboard graphs in the
> Admin
>    Console.
>  - Content-range headers are supported on Blobstore downloads.
>  - New method to allocate datastore ids in a given range: allocateIdRange()
>  - The app.yaml format is supported with Java applications.
>  - Increased several rate limited quotas for free applications.
>  - Fixed an issue that did not allow forms of over 200,000 bytes to be
> submitted.
>    http://code.google.com/p/googleappengine/issues/detail?id=1608
>
> Happy building!
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-03 Thread Albert
Thank you :D

On Aug 4, 4:07 am, Zarko  wrote:
> AppEngine team, we love you !
>
> On Aug 3, 2:40 am, "Ikai L (Google)"  wrote:
>
>
>
> > Hey everybody,
>
> > Just wanted to let everyone know that the prerelease SDK for 1.3.6 is out.
> > If you're interested in downloading the SDKs, you can find them here:
>
> >http://code.google.com/p/googleappengine/downloads/list
>
> > Not all features that work locally in the new version are guaranteed to work
> > in a deployed application, as these may depend on us pushing new versions of
> > backend services. We welcome your feedback, as it helps us greatly in
> > finding issues with the release as early as possible.
>
> > Release notes are below:
>
> >  Python
> >  =
> >  -Multitenancy is now supported in the datastore, allowing better
> >    compartmentalization
>
> > compartmentalization of user data.
> >  - Automatic image thumbnailing is now available in the Images API using
> >    get_url_base().
> >  - Users can now serve custom static error pages for over_quota,
> > dos_api_denial
> >    and default cases.
> >  - Results of datastore count() queries and offsets for all datastore
> > queries
> >    are no longer capped at 1000.
> >  - Added a pause queue button to the task queue details page in the Admin
> >    Console.
> >  - Historical graphs have been added to all of the dashboard graphs in the
> > Admin
> >    Console.
> >  - Content-range headers are supported on Blobstore downloads.
> >  - Remote API now supports the Blobstore API.
> >  - New method to allocate datastore ids in a given range:
> > db.allocate_id_range().
> >  - New db method is_in_transaction() determines if a transaction is still
> > open.
> >  - Increased several rate limited quotas for free applications.
> >  - Fixed an issue in db.py where unindexed property lists for user-specified
> >    property names were ignored.
> >  - Fixed an issue where the task queue uses local time instead of UTC time
> > to
> >    compute job ETA.
> >      http://code.google.com/p/googleappengine/issues/detail?id=2508
> >  - Fixed an issue in the SDK with datastore cursors being too large.
> >      http://code.google.com/p/googleappengine/issues/detail?id=3152
>
> >  Java
> >  =
> >  - Multitenancy is now supported in the datastore, allowing better
> >    compartmentalization of user data.
> >  - Automatic image thumbnailing is now available in the Images API using
> >    GetUrlBase.
> >  - Users can now serve custom static error pages for over_quota,
> > dos_api_denial
> >    and default cases.
> >  - Results of datastore count() queries and offsets for all datastore
> > queries
> >    are no longer capped at 1000.
> >  - Added a pause queue button to the task queue details page in the Admin
> >    Console.
> >  - Historical graphs have been added to all of the dashboard graphs in the
> > Admin
> >    Console.
> >  - Content-range headers are supported on Blobstore downloads.
> >  - New method to allocate datastore ids in a given range: allocateIdRange()
> >  - The app.yaml format is supported with Java applications.
> >  - Increased several rate limited quotas for free applications.
> >  - Fixed an issue that did not allow forms of over 200,000 bytes to be
> > submitted.
> >    http://code.google.com/p/googleappengine/issues/detail?id=1608
>
> > Happy building!
>
> > --
> > Ikai Lan
> > Developer Programs Engineer, Google App Engine
> > Blog:http://googleappengine.blogspot.com
> > Twitter:http://twitter.com/app_engine
> > Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-05 Thread George Moschovitis
>  - Multitenancy is now supported in the datastore, allowing better
>    compartmentalization of user data.

Amazing! any info about how this might work?

-g.

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-05 Thread Pims
Great and thanks :)

On Aug 2, 7:40 pm, "Ikai L (Google)"  wrote:
> Hey everybody,
>
> Just wanted to let everyone know that the prerelease SDK for 1.3.6 is out.
> If you're interested in downloading the SDKs, you can find them here:
>
> http://code.google.com/p/googleappengine/downloads/list
>
> Not all features that work locally in the new version are guaranteed to work
> in a deployed application, as these may depend on us pushing new versions of
> backend services. We welcome your feedback, as it helps us greatly in
> finding issues with the release as early as possible.
>
> Release notes are below:
>
>  Python
>  =
>  - Multitenancy is now supported in the datastore, allowing better
>    compartmentalization of user data.
>  - Automatic image thumbnailing is now available in the Images API using
>    get_url_base().
>  - Users can now serve custom static error pages for over_quota,
> dos_api_denial
>    and default cases.
>  - Results of datastore count() queries and offsets for all datastore
> queries
>    are no longer capped at 1000.
>  - Added a pause queue button to the task queue details page in the Admin
>    Console.
>  - Historical graphs have been added to all of the dashboard graphs in the
> Admin
>    Console.
>  - Content-range headers are supported on Blobstore downloads.
>  - Remote API now supports the Blobstore API.
>  - New method to allocate datastore ids in a given range:
> db.allocate_id_range().
>  - New db method is_in_transaction() determines if a transaction is still
> open.
>  - Increased several rate limited quotas for free applications.
>  - Fixed an issue in db.py where unindexed property lists for user-specified
>    property names were ignored.
>  - Fixed an issue where the task queue uses local time instead of UTC time
> to
>    compute job ETA.
>      http://code.google.com/p/googleappengine/issues/detail?id=2508
>  - Fixed an issue in the SDK with datastore cursors being too large.
>      http://code.google.com/p/googleappengine/issues/detail?id=3152
>
>  Java
>  =
>  - Multitenancy is now supported in the datastore, allowing better
>    compartmentalization of user data.
>  - Automatic image thumbnailing is now available in the Images API using
>    GetUrlBase.
>  - Users can now serve custom static error pages for over_quota,
> dos_api_denial
>    and default cases.
>  - Results of datastore count() queries and offsets for all datastore
> queries
>    are no longer capped at 1000.
>  - Added a pause queue button to the task queue details page in the Admin
>    Console.
>  - Historical graphs have been added to all of the dashboard graphs in the
> Admin
>    Console.
>  - Content-range headers are supported on Blobstore downloads.
>  - New method to allocate datastore ids in a given range: allocateIdRange()
>  - The app.yaml format is supported with Java applications.
>  - Increased several rate limited quotas for free applications.
>  - Fixed an issue that did not allow forms of over 200,000 bytes to be
> submitted.
>    http://code.google.com/p/googleappengine/issues/detail?id=1608
>
> Happy building!
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-11 Thread kgena
While trying to use the ImagesService.getUrlBase() on the local GAE it
returns the following URL http://0.0.0.0:/_ah/XX.
I am not sure where the 0.0.0.0 comes from.

Do I have to set IP of the GAE in order for this feature to work
properly?
Thanks.

On Aug 4, 3:06 pm, "Ikai L (Google)"  wrote:
> Just a heads up that get_url_base is now get_serving_url() (Python) and
> getServingUrl() (Java). This is a feature that allows you to generate a URL
> for images stored in the blobstore so you shouldn't have to write your own
> handlers for the blob data.
>
>
>
>
>
> On Tue, Aug 3, 2010 at 10:49 PM, Albert  wrote:
> > Thank you :D
>
> > On Aug 4, 4:07 am, Zarko  wrote:
> > > AppEngine team, we love you !
>
> > > On Aug 3, 2:40 am, "Ikai L (Google)"  wrote:
>
> > > > Hey everybody,
>
> > > > Just wanted to let everyone know that the prerelease SDK for 1.3.6 is
> > out.
> > > > If you're interested in downloading the SDKs, you can find them here:
>
> > > >http://code.google.com/p/googleappengine/downloads/list
>
> > > > Not all features that work locally in the new version are guaranteed to
> > work
> > > > in a deployed application, as these may depend on us pushing new
> > versions of
> > > > backend services. We welcome your feedback, as it helps us greatly in
> > > > finding issues with the release as early as possible.
>
> > > > Release notes are below:
>
> > > >  Python
> > > >  =
> > > >  -Multitenancy is now supported in the datastore, allowing better
> > > >    compartmentalization
>
> > > > compartmentalization of user data.
> > > >  - Automatic image thumbnailing is now available in the Images API
> > using
> > > >    get_url_base().
> > > >  - Users can now serve custom static error pages for over_quota,
> > > > dos_api_denial
> > > >    and default cases.
> > > >  - Results of datastore count() queries and offsets for all datastore
> > > > queries
> > > >    are no longer capped at 1000.
> > > >  - Added a pause queue button to the task queue details page in the
> > Admin
> > > >    Console.
> > > >  - Historical graphs have been added to all of the dashboard graphs in
> > the
> > > > Admin
> > > >    Console.
> > > >  - Content-range headers are supported on Blobstore downloads.
> > > >  - Remote API now supports the Blobstore API.
> > > >  - New method to allocate datastore ids in a given range:
> > > > db.allocate_id_range().
> > > >  - New db method is_in_transaction() determines if a transaction is
> > still
> > > > open.
> > > >  - Increased several rate limited quotas for free applications.
> > > >  - Fixed an issue in db.py where unindexed property lists for
> > user-specified
> > > >    property names were ignored.
> > > >  - Fixed an issue where the task queue uses local time instead of UTC
> > time
> > > > to
> > > >    compute job ETA.
> > > >      http://code.google.com/p/googleappengine/issues/detail?id=2508
> > > >  - Fixed an issue in the SDK with datastore cursors being too large.
> > > >      http://code.google.com/p/googleappengine/issues/detail?id=3152
>
> > > >  Java
> > > >  =
> > > >  - Multitenancy is now supported in the datastore, allowing better
> > > >    compartmentalization of user data.
> > > >  - Automatic image thumbnailing is now available in the Images API
> > using
> > > >    GetUrlBase.
> > > >  - Users can now serve custom static error pages for over_quota,
> > > > dos_api_denial
> > > >    and default cases.
> > > >  - Results of datastore count() queries and offsets for all datastore
> > > > queries
> > > >    are no longer capped at 1000.
> > > >  - Added a pause queue button to the task queue details page in the
> > Admin
> > > >    Console.
> > > >  - Historical graphs have been added to all of the dashboard graphs in
> > the
> > > > Admin
> > > >    Console.
> > > >  - Content-range headers are supported on Blobstore downloads.
> > > >  - New method to allocate datastore ids in a given range:
> > allocateIdRange()
> > > >  - The app.yaml format is supported with Java applications.
> > > >  - Increased several rate limited quotas for free applications.
> > > >  - Fixed an issue that did not allow forms of over 200,000 bytes to be
> > > > submitted.
> > > >    http://code.google.com/p/googleappengine/issues/detail?id=1608
>
> > > > Happy building!
>
> > > > --
> > > > Ikai Lan
> > > > Developer Programs Engineer, Google App Engine
> > > > Blog:http://googleappengine.blogspot.com
> > > > Twitter:http://twitter.com/app_engine
> > > > Reddit:http://www.reddit.com/r/appengine
>
> > --
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Ikai Lan

Re: [google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-04 Thread Ikai L (Google)
Just a heads up that get_url_base is now get_serving_url() (Python) and
getServingUrl() (Java). This is a feature that allows you to generate a URL
for images stored in the blobstore so you shouldn't have to write your own
handlers for the blob data.

On Tue, Aug 3, 2010 at 10:49 PM, Albert  wrote:

> Thank you :D
>
> On Aug 4, 4:07 am, Zarko  wrote:
> > AppEngine team, we love you !
> >
> > On Aug 3, 2:40 am, "Ikai L (Google)"  wrote:
> >
> >
> >
> > > Hey everybody,
> >
> > > Just wanted to let everyone know that the prerelease SDK for 1.3.6 is
> out.
> > > If you're interested in downloading the SDKs, you can find them here:
> >
> > >http://code.google.com/p/googleappengine/downloads/list
> >
> > > Not all features that work locally in the new version are guaranteed to
> work
> > > in a deployed application, as these may depend on us pushing new
> versions of
> > > backend services. We welcome your feedback, as it helps us greatly in
> > > finding issues with the release as early as possible.
> >
> > > Release notes are below:
> >
> > >  Python
> > >  =
> > >  -Multitenancy is now supported in the datastore, allowing better
> > >compartmentalization
> >
> > > compartmentalization of user data.
> > >  - Automatic image thumbnailing is now available in the Images API
> using
> > >get_url_base().
> > >  - Users can now serve custom static error pages for over_quota,
> > > dos_api_denial
> > >and default cases.
> > >  - Results of datastore count() queries and offsets for all datastore
> > > queries
> > >are no longer capped at 1000.
> > >  - Added a pause queue button to the task queue details page in the
> Admin
> > >Console.
> > >  - Historical graphs have been added to all of the dashboard graphs in
> the
> > > Admin
> > >Console.
> > >  - Content-range headers are supported on Blobstore downloads.
> > >  - Remote API now supports the Blobstore API.
> > >  - New method to allocate datastore ids in a given range:
> > > db.allocate_id_range().
> > >  - New db method is_in_transaction() determines if a transaction is
> still
> > > open.
> > >  - Increased several rate limited quotas for free applications.
> > >  - Fixed an issue in db.py where unindexed property lists for
> user-specified
> > >property names were ignored.
> > >  - Fixed an issue where the task queue uses local time instead of UTC
> time
> > > to
> > >compute job ETA.
> > >  http://code.google.com/p/googleappengine/issues/detail?id=2508
> > >  - Fixed an issue in the SDK with datastore cursors being too large.
> > >  http://code.google.com/p/googleappengine/issues/detail?id=3152
> >
> > >  Java
> > >  =
> > >  - Multitenancy is now supported in the datastore, allowing better
> > >compartmentalization of user data.
> > >  - Automatic image thumbnailing is now available in the Images API
> using
> > >GetUrlBase.
> > >  - Users can now serve custom static error pages for over_quota,
> > > dos_api_denial
> > >and default cases.
> > >  - Results of datastore count() queries and offsets for all datastore
> > > queries
> > >are no longer capped at 1000.
> > >  - Added a pause queue button to the task queue details page in the
> Admin
> > >Console.
> > >  - Historical graphs have been added to all of the dashboard graphs in
> the
> > > Admin
> > >Console.
> > >  - Content-range headers are supported on Blobstore downloads.
> > >  - New method to allocate datastore ids in a given range:
> allocateIdRange()
> > >  - The app.yaml format is supported with Java applications.
> > >  - Increased several rate limited quotas for free applications.
> > >  - Fixed an issue that did not allow forms of over 200,000 bytes to be
> > > submitted.
> > >http://code.google.com/p/googleappengine/issues/detail?id=1608
> >
> > > Happy building!
> >
> > > --
> > > Ikai Lan
> > > Developer Programs Engineer, Google App Engine
> > > Blog:http://googleappengine.blogspot.com
> > > Twitter:http://twitter.com/app_engine
> > > Reddit:http://www.reddit.com/r/appengine
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

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

Re: [google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-04 Thread Ikai L (Google)
One more thing: it will be a billing-enabled feature only.

On Wed, Aug 4, 2010 at 12:06 PM, Ikai L (Google)  wrote:

> Just a heads up that get_url_base is now get_serving_url() (Python) and
> getServingUrl() (Java). This is a feature that allows you to generate a URL
> for images stored in the blobstore so you shouldn't have to write your own
> handlers for the blob data.
>
>
> On Tue, Aug 3, 2010 at 10:49 PM, Albert  wrote:
>
>> Thank you :D
>>
>> On Aug 4, 4:07 am, Zarko  wrote:
>> > AppEngine team, we love you !
>> >
>> > On Aug 3, 2:40 am, "Ikai L (Google)"  wrote:
>> >
>> >
>> >
>> > > Hey everybody,
>> >
>> > > Just wanted to let everyone know that the prerelease SDK for 1.3.6 is
>> out.
>> > > If you're interested in downloading the SDKs, you can find them here:
>> >
>> > >http://code.google.com/p/googleappengine/downloads/list
>> >
>> > > Not all features that work locally in the new version are guaranteed
>> to work
>> > > in a deployed application, as these may depend on us pushing new
>> versions of
>> > > backend services. We welcome your feedback, as it helps us greatly in
>> > > finding issues with the release as early as possible.
>> >
>> > > Release notes are below:
>> >
>> > >  Python
>> > >  =
>> > >  -Multitenancy is now supported in the datastore, allowing better
>> > >compartmentalization
>> >
>> > > compartmentalization of user data.
>> > >  - Automatic image thumbnailing is now available in the Images API
>> using
>> > >get_url_base().
>> > >  - Users can now serve custom static error pages for over_quota,
>> > > dos_api_denial
>> > >and default cases.
>> > >  - Results of datastore count() queries and offsets for all datastore
>> > > queries
>> > >are no longer capped at 1000.
>> > >  - Added a pause queue button to the task queue details page in the
>> Admin
>> > >Console.
>> > >  - Historical graphs have been added to all of the dashboard graphs in
>> the
>> > > Admin
>> > >Console.
>> > >  - Content-range headers are supported on Blobstore downloads.
>> > >  - Remote API now supports the Blobstore API.
>> > >  - New method to allocate datastore ids in a given range:
>> > > db.allocate_id_range().
>> > >  - New db method is_in_transaction() determines if a transaction is
>> still
>> > > open.
>> > >  - Increased several rate limited quotas for free applications.
>> > >  - Fixed an issue in db.py where unindexed property lists for
>> user-specified
>> > >property names were ignored.
>> > >  - Fixed an issue where the task queue uses local time instead of UTC
>> time
>> > > to
>> > >compute job ETA.
>> > >  http://code.google.com/p/googleappengine/issues/detail?id=2508
>> > >  - Fixed an issue in the SDK with datastore cursors being too large.
>> > >  http://code.google.com/p/googleappengine/issues/detail?id=3152
>> >
>> > >  Java
>> > >  =
>> > >  - Multitenancy is now supported in the datastore, allowing better
>> > >compartmentalization of user data.
>> > >  - Automatic image thumbnailing is now available in the Images API
>> using
>> > >GetUrlBase.
>> > >  - Users can now serve custom static error pages for over_quota,
>> > > dos_api_denial
>> > >and default cases.
>> > >  - Results of datastore count() queries and offsets for all datastore
>> > > queries
>> > >are no longer capped at 1000.
>> > >  - Added a pause queue button to the task queue details page in the
>> Admin
>> > >Console.
>> > >  - Historical graphs have been added to all of the dashboard graphs in
>> the
>> > > Admin
>> > >Console.
>> > >  - Content-range headers are supported on Blobstore downloads.
>> > >  - New method to allocate datastore ids in a given range:
>> allocateIdRange()
>> > >  - The app.yaml format is supported with Java applications.
>> > >  - Increased several rate limited quotas for free applications.
>> > >  - Fixed an issue that did not allow forms of over 200,000 bytes to be
>> > > submitted.
>> > >http://code.google.com/p/googleappengine/issues/detail?id=1608
>> >
>> > > Happy building!
>> >
>> > > --
>> > > Ikai Lan
>> > > Developer Programs Engineer, Google App Engine
>> > > Blog:http://googleappengine.blogspot.com
>> > > Twitter:http://twitter.com/app_engine
>> > > Reddit:http://www.reddit.com/r/appengine
>>
>> --
>> 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-appeng...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>>
>
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog: http://googleappengine.blogspot.com
> Twitter: http://twitter.com/app_engine
> Reddit: http://www.reddit.com/r/appengine
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://go

Re: [google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-05 Thread Ikai L (Google)
Hi George, here's a sample app that uses namespaces:

http://code.google.com/p/google-app-engine-samples/source/browse/#svn/trunk/gwtguestbook-namespaces/src/com/google/gwt/sample/gwtguestbook/server

On Thu, Aug 5, 2010 at 8:06 AM, George Moschovitis <
george.moschovi...@gmail.com> wrote:

> >  - Multitenancy is now supported in the datastore, allowing better
> >compartmentalization of user data.
>
> Amazing! any info about how this might work?
>
> -g.
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.