Bugfixes
This release includes 2 bugfixes;
Linking
This release introduces a change in the way environment variable names are generated using container linking (https://convox.com/docs/linking/). Starting in this release, all hyphens in process names will be converted to underscores in environment variables.
For example, a process named my-service
will inject the environment variable MY_SERVICE_URL
instead of MY-SERVICE_URL
into linked containers.