Cloud World

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, 17 July 2013

Google App Engine 1.8.2 released

Posted on 06:00 by Unknown
Today we are announcing the release of App Engine 1.8.2 which includes significant improvements for large-scale application development, developer tooling, runtimes and a new dedicated memcache service.



Dedicated Memcache

Dedicated memcache is now in Preview. App Engine developers already enjoy a free shared memcache that allows them to cache data in order to improve performance, but in some cases your application needs more control over your cache. With dedicated memcache you can purchase in-memory data caching capacity exclusively for your application, cache more data and drive up cache hit rates. With higher cache hit rates, dedicated memcache can also reduce Datastore costs and make your application faster than ever.



App Engine now has two classes of memcache service: shared and dedicated. No code changes are required when moving to dedicated memcache from shared. Starting today, billing enabled applications can select dedicated memcache on the App Engine admin console’s application settings page. Dedicated memcache is priced at 12 cents per GB per hour.



Git Support

Many developers have told us they work with standard development tools such as git and they don’t want to have to context switch to deploy to App Engine. Today we are making it even easier to deploy Python and PHP applications to App Engine with the Source Push-to-Deploy feature.

$ git push appengine master 



Below is what a user would see after enabling this feature for an example project ID ‘polar-automata-277’:







With this release of App Engine we are making Push-to-Deploy Preview available for anyone to try.



Modules

App Engine Modules is a new feature that allows developers to split out large-scale applications into logical components that are able to share stateful services and communicate in a secure fashion. Not all components within an application are equal and often times they require their own performance configurations, authorization, and versioning. With Modules, developers can start splitting their apps with a single configuration change:



mobile-frontend.yaml
----------------------
application: insta-lbs
module: mobile-frontend
version: 1
runtime: python27



You can create modules for any support languages in App Engine. For Java, the packaging system for modules is the Enterprise Archive (EAR) mechanism. See an example of a Maven Ear project with App Engine modules at https://github.com/GoogleCloudPlatform/appengine-modules-sample-java. For more information on this feature, be sure to check out our docs (Java | Python).



PHP Runtime

With over 1000+ developers building PHP apps, we’ve been thrilled with the early interest. Based on your feedback - in the 1.8.1 release of PHP we announced support for the much-requested mcrypt, iconv and mbstring extensions, as well as the ability to include and/or require PHP scripts directly from Google Cloud Storage - helpful when using templating systems such as Smarty.



In this release we’ve added a number of improvements to our Cloud Storage integration. We’ve also launched a drop-in plugin for WordPress that adds support for using Cloud Storage for storing uploaded content, and the Mail API for sending notifications.



Python Runtime

We’ve updated the Python 2.7 interpreter to Python 2.7.5, which was recently released by the Python community and includes a number of bugfixes from Python 2.7.3 and Python 2.7.4.



Java WTP Tooling Support

Based on feedback from developers we have updated the Google Plugin For Eclipse to fully support the Eclipse standard Web Tools Platform and java EAR files. This system will be familiar to many Java developers as it is the most common pattern used in Eclipse for on premise and cloud environments. With WTP, EAR Files and Maven support, Eclipse users can now enjoy the full ecosystem of Eclipse plugins from the open source community.







Please check out the documentation and download the latest GPE update.



The complete list of features and bug fixes for App Engine 1.8.2 can be found in our release notes.



If you’re looking to stay up to date with the latest Google Cloud Platform news, we suggest signing up for our monthly newsletter.



- Posted by Chris Ramsdale, Product Manager
Email ThisBlogThis!Share to XShare to Facebook
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Bridging Mobile Backend as a Service to Enterprise Systems with Google App Engine and Kinvey
    The following post was contributed by Ivan Stoyanov , VP of Engineering for Kinvey, a mobile Backend as a Service provider and Google Cloud ...
  • Tutorial: Adding a cloud backend to your application with Android Studio
    Android Studio lets you easily add a cloud backend to your application, right from your IDE. A backend allows you to implement functionality...
  • 2013 Year in review: topping 100,000 requests-per-second
    2013 was a busy year for Google Cloud Platform. Watch this space: each day, a different Googler who works on Cloud Platform will be sharing ...
  • Easy Performance Profiling with Appstats
    Since App Engine debuted 2 years ago, we’ve written extensively about best practices for writing scalable apps on App Engine. We make writ...
  • TweetDeck and Google App Engine: A Match Made in the Cloud
    I'm Reza and work in London, UK for a startup called TweetDeck . Our vision is to develop the best tools to manage and filter real time ...
  • Scaling with the Kindle Fire
    Today’s blog post comes to us from Greg Bayer of Pulse , a popular news reading application for iPhone, iPad and Android devices. Pulse has ...
  • Who's at Google I/O: Mojo Helpdesk
    This post is part of Who's at Google I/O , a series of guest blog posts written by developers who are appearing in the Developer Sandbox...
  • A Day in the Cloud, new articles on scaling, and fresh open source projects for App Engine
    The latest release of Python SDK 1.2.3, which introduced the Task Queue API and integrated support for Django 1.0, may have received a lot ...
  • SendGrid gives App Engine developers a simple way of sending transactional email
    Today’s guest post is from Adam DuVander, Developer Communications Director at SendGrid. SendGrid is a cloud-based email service that deliv...
  • Qubole helps you run Hadoop on Google Compute Engine
    This guest post comes form Praveen Seluka, Software Engineer at Qubole, a leading provider of Hadoop-as-a-service.  Qubole is a leading pr...

Categories

  • 1.1.2
  • agile
  • android
  • Announcements
  • api
  • app engine
  • appengine
  • batch
  • bicycle
  • bigquery
  • canoe
  • casestudy
  • cloud
  • Cloud Datastore
  • cloud endpoints
  • cloud sql
  • cloud storage
  • cloud-storage
  • community
  • Compute Engine
  • conferences
  • customer
  • datastore
  • delete
  • developer days
  • developer-insights
  • devfests
  • django
  • email
  • entity group
  • events
  • getting started
  • google
  • googlenew
  • gps
  • green
  • Guest Blog
  • hadoop
  • html5
  • index
  • io2010
  • IO2013
  • java
  • kaazing
  • location
  • mapreduce
  • norex
  • open source
  • partner
  • payment
  • paypal
  • pipeline
  • put
  • python
  • rental
  • research project
  • solutions
  • support
  • sustainability
  • taskqueue
  • technical
  • toolkit
  • twilio
  • video
  • websockets
  • workflows

Blog Archive

  • ▼  2013 (143)
    • ►  December (33)
    • ►  November (15)
    • ►  October (17)
    • ►  September (13)
    • ►  August (4)
    • ▼  July (15)
      • How Safari Books Online uses Google BigQuery for b...
      • Multi-Channel Chat with Twilio and Google App Engine
      • Google App Engine: Hello World using Push-to-Deploy
      • SendGrid gives App Engine developers a simple way ...
      • Create dynamic web projects in Eclipse
      • New in Google Cloud Storage: auto-delete, regional...
      • Dedicated memcache preview now available on Google...
      • Google App Engine 1.8.2 released
      • Help us improve Google Cloud Platform by participa...
      • Get up and Running with Cassandra on Google Comput...
      • Lock-in, what lock-in?
      • Development in the Cloud with Codenvy and Google C...
      • See how to test drive Virtual Machines on Google C...
      • IT Operations Management for Google Compute Engine...
      • Google App Engine takes the pain out of sending iO...
    • ►  June (12)
    • ►  May (15)
    • ►  April (4)
    • ►  March (4)
    • ►  February (9)
    • ►  January (2)
  • ►  2012 (43)
    • ►  December (2)
    • ►  November (2)
    • ►  October (8)
    • ►  September (2)
    • ►  August (3)
    • ►  July (4)
    • ►  June (2)
    • ►  May (3)
    • ►  April (4)
    • ►  March (5)
    • ►  February (3)
    • ►  January (5)
  • ►  2011 (46)
    • ►  December (3)
    • ►  November (4)
    • ►  October (4)
    • ►  September (5)
    • ►  August (3)
    • ►  July (4)
    • ►  June (3)
    • ►  May (8)
    • ►  April (2)
    • ►  March (5)
    • ►  February (3)
    • ►  January (2)
  • ►  2010 (38)
    • ►  December (2)
    • ►  October (2)
    • ►  September (1)
    • ►  August (5)
    • ►  July (5)
    • ►  June (6)
    • ►  May (3)
    • ►  April (5)
    • ►  March (5)
    • ►  February (2)
    • ►  January (2)
  • ►  2009 (47)
    • ►  December (4)
    • ►  November (3)
    • ►  October (6)
    • ►  September (5)
    • ►  August (3)
    • ►  July (3)
    • ►  June (4)
    • ►  May (3)
    • ►  April (5)
    • ►  March (3)
    • ►  February (7)
    • ►  January (1)
  • ►  2008 (46)
    • ►  December (4)
    • ►  November (3)
    • ►  October (10)
    • ►  September (5)
    • ►  August (6)
    • ►  July (4)
    • ►  June (2)
    • ►  May (5)
    • ►  April (7)
Powered by Blogger.

About Me

Unknown
View my complete profile