Google App Engine Version 1.8.1 Released
Written by Kay Ewbank   
Monday, 17 June 2013

Google has released the latest version of Google App Engine, with the Search API moving a stage closer to General Availability.


googleappengine

 

The Search API allows applications to perform Google-like searches over structured data. You can search across several different types of data (plain text, HTML, atom, numbers, dates, and geographic locations).

In this release the Search API has the status of Preview, and  Cloud Platform blog says that only slight modifications will be made to it between this version and the GA version. One important change with the move to the preview version is that Google will now be charging for operations and storage. While it is preview you’ll pay $0.18 per GB per month for the total storage used; simple queries will be charged at $0.13 per 10K queries, while complex queries will be charged at $0.60 per 10K queries and the blog notes that prices may change when it reaches GA.

Another change in App Engine 1.8.1 is the ability to deploy Python and PHP apps using the Git tool. The announcement says that:

“Once you complete the initial setup steps, you will be ready to deploy apps with the same ease with which you push code to a git repository.”

The new release also includes the Preview release of the Google Cloud Storage Client Library. This is designed to make it easier to access Google Cloud Storage from the App Engine. The client library does pretty much the same as the Python and Java Files API, but promises a better overall developer experience, and Google plans to decommission the Files API in a future release. The Cloud Storage Client Library will be upgraded to GA in an upcoming release of App Engine so  Google is encouraging developers to start making the move from the Files API to the Storage Client Library.

Other improvements to the new version include an API that you can use to add tasks asynchronously to any Task Queue without blocking, improved performance for the Datastore courtesy of a change to the Datastore default auto ID policy, and the ability to use DISTINCT queries when working in Python.googleappengine

 

 

More Information

Download App Engine

 

Related Articles

Google Provides Backend Services With App Engine

App Engine Graduates and Charges Apply

Google App Engine Go-es Forward

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


We Built A Software Engineer
20/03/2024

One of the most worrying things about being a programmer today is the threat from AI. It has gone so far that NVIDA CEO Jensen Huang proclaims that you really shouldn't start training as a programmer  [ ... ]



Running PostgreSQL Inside Your Browser With PGLite
18/03/2024

Thanks to WebAssembly we can now enjoy PostgreSQL inside the browser so that we can build reactive, realtime, local-first apps directly on Postgres. PGLite is about to make this even easier.


More News

 

 

Last Updated ( Tuesday, 18 June 2013 )