Hi Richmond

This URL returns '403 Forbidden' for me:

https://code.google.com/p/googleappengine/issues/detail?id=10134

Is that intentional? I can't find any discussion in this group about ID 
allocation collisions.

Thanks

Stephen

On Saturday, 11 January 2014 00:26:59 UTC, Richmond Manzana wrote:
>
> Happy New Year!
>
> We wanted to inform you that the pre-release SDKs for Python, PHP and Java 
> are now available and are found here:
> http://code.google.com/p/googleappengine/downloads/list
>
> Please see the pre-release notes below.
>
> Cheers,
>
> Richmond Manzana
> Technical Program Manager
> Google App Engine
>
> App Engine SDK - Pre-Release Notes
>
> Version 1.8.9
>
> Python & PHP
> ==============================
> - Renamed appcfg start to appcfg start_module_version and stop to
>   stop_module_version.
> - Fixed an issue with ID allocation collisions in the Datastore.
>   https://code.google.com/p/googleappengine/issues/detail?id=10134
> - Fixed an issue with Cloud Storage calls failing in the dev_appserver.
>     https://code.google.com/p/googleappengine/issues/detail?id=10181
>     https://code.google.com/p/googleappengine/issues/detail?id=10185
> - Fixed an issue with the dev_appserver not starting on Windows when using
>   versions of Python earlier than 2.7.2.
>     https://code.google.com/p/googleappengine/issues/detail?id=10363
>
>
> Python
> ==============================
> - Deprecated start_module, start_module_async, stop_module, 
> stop_module_async
>   get_modules_async, get_versions_async, get_default_version_async,
>   get_num_instances_async, get_hostname_async and added start_version,
>   start_version_async, stop_version, stop_version_async as replacements in 
> the
>   Modules API.
> - Added verbose_name support for ComputedProperty in NDB.
>     
> https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=239
> - Fixed an issue with deffered.defer not waiting for async operations.
>     
> https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=238
> - Fixed an issue with LocalStructureProperty not handling None value in 
> NDB.
>     
> https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=233
> - Fixed an issue NDB not working with sqlite.
>     https://code.google.com/p/googleappengine/issues/detail?id=8381
> - Fixed an issue with debug not working with PyDev in 1.8.8.
>     https://code.google.com/p/googleappengine/issues/detail?id=10390
> - Fixed an issue with object properties not being retrieved in NDB.
>     https://code.google.com/p/googleappengine/issues/detail?id=10467
>
>
> PHP
> =============================
> - Renamed startModule, stopModule to startVersion, stopVersion in the 
> Modules
>   API.
> - Added support for the ftp extension.
> - Added support for the zip extension.
> - Added support for the gethostname() function.
> - A proper "billing required" message is now given when users attempt to 
> use
>   Sockets API on free apps.
> - Fixed an issue with header keys and values having whitespaces preventing
>   responses from being compressed.
> - Fixed an issue with content-type and metadata not being updated when 
> renaming
>   Google Cloud Storage objects.
> - Fixed an issue with Cloud Storage rename requests failing when an object 
> has
>   a space in its name.
>
>
> Java
> ==============================
> - Renamed appcfg start to appcfg start_module_version and stop to
>   stop_module_version.
> - The following methods are deprecated in the Modules API and will be 
> removed
>   in an upcoming release:
>     getModulesAsync
>     getVersionsAsync
>     getDefaultVersionAsync
>     getNumInstancesAsync
>     getVersionHostnameAsync
>     getInstanceHostnameAsync
>     startModule (replaced by startVersion)
>     startModuleAsync (replaced by startVersionAsync)
>     stopModule (replaced by stopVersion)
>     stopModuleAsync (replaced by stopVersionAsync)
>     getModuleHostname (replaced by getVersionHostname and 
> getInstanceHostname)
>     getModuleHostnameAsync
> - The following exceptions have been deprecated in the Modules API and 
> will be
>   removed in a following release:
>     InvalidInstanceException
>     InvalidModuloeException
>     InvalidVersionException
> - The following exceptions have been removed in the Modules API:
>     ModuleAlreadyStartedException
>     ModuleAlreadyStoppedException
> - Modules are now supported in the dev_appserver Development Console.
> - Fixed an issue with ID allocation collisions in the Datastore.
>   https://code.google.com/p/googleappengine/issues/detail?id=10134
>

-- 
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/groups/opt_out.

Reply via email to