.. Copyright 2014 tsuru authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. ======================= tsr 0.4.0 release notes ======================= Welcome to tsr 0.4.0! These release notes cover the :ref:`new features ` and :ref:`backwards incompatible changes ` you'll want to be aware of when upgrading from tsr 0.3.x or older versions. .. _new-0.4.0: What's new in tsr 0.4.0 ======================= * redis queue backend was refactored. * fixed output when service doesn't export environment variables (issue `#772 `_) Docker ------ * refactored unit creation to be more atomic * support for unit-agent (issue `#633 `_) - tsuru unit agent repository: https://github.com/tsuru/tsuru-unit-agent. * added an administrative command to move and rebalance containers between nodes (issue `#646 `_). For more details, see the `containers-rebalance reference `_. * memory swap limit is configurable (issue `#764 `_) * added a command to add a new platform (issue `#780 `_). For more details, see the `platform-add reference `_. .. _backwards-0.4.0: Backwards incompatible changes ============================== The S3 integration on app creation was removed. The config properties ``bucket-support``, ``aws:iam`` ``aws:s3`` were removed as well. You should use `tsuru` 0.9.0 and `tsuru-admin` 0.3.0 version.