Skip to content

Commit

Permalink
Merge pull request #2582 from tmarballi/3.4.0
Browse files Browse the repository at this point in the history
Bump version to 3.4.0
  • Loading branch information
cdonati authored Oct 13, 2017
2 parents 3cf9a5e + 0e5f929 commit 214c379
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@
/ ___ |/ /_/ / /_/ /___/ / /__/ /_/ / // __/
/_/ |_/ .___/ .___//____/\___/\__,_/_/ \___/
/_/ /_/

AppScale version 3.4.0, released Oct, 2017
Highlights of features/bugs in this release:
- Upgraded Appscale images to Xenial
- Introduced ability to deploy and manage multiple services
- Improved celery worker performance by using eventlet pool
- Reduced the number of dashboards running for smaller deployment
- Added capability to store version details in Zookeeper
- Upgraded Cassandra to 3.11
- Improved various autoscaling policies
- Reduced verbosity of logs to improve readability
- Fixed a bug which left behind old celery producer connections
- Moved Hermes configurations to Zookeeper
- Added support for UpdateQueues API
- Allowed external access to Hermes
- Allowed use of separate HAProxy for appservers and services
- Handled graceful instance termination with the AppManager
- Handled graceful stop of Taskqueue servers
- Added some monit interface improvements
- Fixed a bug which allowes datastore clients to keep connections alive
- Changed hosting structure to manage revisions
- Allowed haproxy timeout to be tunable from the tools
- Removed the need for email address while deploying apps
- Fixed a bug to consider nodes with open role before spawning new instances
- Fixed HAProxy stop commands
- Removed tracking of application metadata from UAServer and relied on Zookeeper instead
- Added support for resumable package downloads after failures during the build
- Implemented the datastore_v4.AllocateIds API
- Upgraded to Kazoo to 2.4.0
- Fixed a bug which allowed to properly handle non-ascii codes in Search API

Known issues:
- Transactional tasks do not currently work for Java
- Combined application logs are not currently available in Xenial

AppScale version 3.3.0, released June, 2017
Highlights of features/bugs in this release:
- Added support for Ubuntu Xenial
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/ ___ |/ /_/ / /_/ /___/ / /__/ /_/ / // __/
/_/ |_/ .___/ .___//____/\___/\__,_/_/ \___/
/_/ /_/
AppScale version 3.3.0
AppScale version 3.4.0

0 comments on commit 214c379

Please sign in to comment.