# \[20170426171636\] General Improvements

**URL:** https://community.convox.com/t/20170426171636-general-improvements/272
**Category:** Releases
**Created:** [April 26, 2017, 5:16pm UTC](https://community.convox.com/t/20170426171636-general-improvements/272 "2017-04-26T17:16:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ddollar](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.convox.com/ddollar/32/3_2.png) [@ddollar](https://community.convox.com/u/ddollar)
#### Post date: [April 26, 2017, 5:16pm UTC](https://community.convox.com/t/20170426171636-general-improvements/272/1 "2017-04-26T17:16:13Z")

</div>

## Git Submodules support

When an app is built from a .git URL like this:

convox build [https://github.com/org/repo.git](https://github.com/org/repo.git)

submodules will be updated after the clone. This is accomplished by the builder running:

`git submodule update --init --recursive`

- [#2167](https://github.com/convox/rack/pull/2167) Update Submodules when building from git [[@mattmanning](https://github.com/mattmanning)]

## ECS Specific Account Events

In the interest of further limiting API throttling, this update limits the CloudWatch Event rule to only ECS events. In the future, specific events can be added when needed.

Unfortunately `eu-west-2` does not support ECS events, so the region will lose the ability to view ECS events in app logs for the time being.

- [#2170](https://github.com/convox/rack/pull/2170) limit account events to specified resources [[@MiguelMoll](https://github.com/MiguelMoll)]
