Skip to content

Releases: carbonfive/razor-phoenix

Upgrade to Elixir 1.6

01 Jun 03:41
63b4aaf
Compare
Choose a tag to compare

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

21 Dec 17:31
1fc7d95
Compare
Choose a tag to compare

This release mainly upgrades the application prototype to Phoenix 1.3 with Carbon Five's baked-in defaults.

Changes

  1. Migrated to Phoenix 1.3 with new contexts
  2. Runtime configs for Endpoint and Repo configs are now (mostly) done via environment variables in Repo.init/2 and Endpoint.init/2.
  3. Upgraded Erlang to 20.1, Elixir to 1.5.2, Node to 8.9.3.
  4. Introduced a phoenix_static_buildpack.config file to manage Node configurations on Heroku deployment.
  5. MIX_ENV is now standardized to prod; production.ex renamed to prod.ex.
  6. Removed the separate acceptance.ex configuration. Now all Heroku deployments should have MIX_ENV=prod and be configured via environment variables.
  7. Upgraded Ecto, Wallaby, ExMachina and other related libraries to latest.
  8. HOSTNAME environment variable now required for production systems.

Propagate tags to api

23 Mar 02:10
Compare
Choose a tag to compare

Propagate tags to api

Initial release

22 Mar 22:10
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release