Releases: carbonfive/razor-phoenix
Releases · carbonfive/razor-phoenix
Upgrade to Elixir 1.6
This release mainly upgrades the application prototype to Elixir 1.6 with Carbon Five's baked-in defaults.
Changes
- Prototype uses and requires Elixir 1.6
- Fix for Issue #28 - propogate secret keys to dev and prod
Phoenix 1.3
This release mainly upgrades the application prototype to Phoenix 1.3 with Carbon Five's baked-in defaults.
Changes
- Migrated to Phoenix 1.3 with new contexts
- Runtime configs for Endpoint and Repo configs are now (mostly) done via environment variables in
Repo.init/2
andEndpoint.init/2
. - Upgraded Erlang to 20.1, Elixir to 1.5.2, Node to 8.9.3.
- Introduced a
phoenix_static_buildpack.config
file to manage Node configurations on Heroku deployment. - MIX_ENV is now standardized to
prod
;production.ex
renamed toprod.ex
. - Removed the separate
acceptance.ex
configuration. Now all Heroku deployments should haveMIX_ENV=prod
and be configured via environment variables. - Upgraded Ecto, Wallaby, ExMachina and other related libraries to latest.
HOSTNAME
environment variable now required for production systems.
Propagate tags to api
Propagate tags to api
Initial release
Initial release