Skip to content

Commit

Permalink
Release 1.3.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Jul 24, 2017
1 parent 8b8e113 commit 4a2cb27
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Changelog

## 1.3.0-dev
## 1.3.0-rc.2 (2017-07-24)

* Enhancements
* [ChannelTest] Subscribe `connect` to `UserSocket.id` to support testing forceful disconnects
* [Socket] Support static `:assigns` when defining channel routes
* [Channel] Add V2 of wire channel wire protocol with resolved race conditions and compacted payloads
* [phx.new] Use new `lib/my_app` and `lib/my_app_web` directory structure
* [phx.new] Use new `MyAppWeb` alias convention for web modules

* JavaScript client enhancements
* Use V2 channel wire protocol support
*

* JavaScript client bug fixes
* Resolve race conditions when join timeouts occur on client, while server channel successfully joins

Expand Down
2 changes: 1 addition & 1 deletion installer/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Phx.New.Mixfile do
[
app: :phx_new,
start_permanent: Mix.env == :prod,
version: "1.3.0-rc.2",
version: "1.3.0-rc.3",
elixir: "~> 1.3 or ~> 1.4"
]
end
Expand Down
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Phoenix.Mixfile do
use Mix.Project

@version "1.3.0-rc.2"
@version "1.3.0-rc.3"

# TODO v1.4: Update to elixir 1.4 + new application inference

Expand Down Expand Up @@ -102,7 +102,8 @@ defmodule Phoenix.Mixfile do
"views.md": [group: "Guides"],
"templates.md": [group: "Guides"],
"channels.md": [group: "Guides"],
"ecto_models.md": [group: "Guides"],
"ecto.md": [group: "Guides"],
"contexts.md": [group: "Guides"],

"testing/testing.md": [group: "Testing"],
"testing/testing_models.md": [group: "Testing"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix",
"version": "1.3.0-rc.2",
"version": "1.3.0-rc.3",
"description": "The official JavaScript client for the Phoenix web framework.",
"license": "MIT",
"main": "./priv/static/phoenix.js",
Expand Down

0 comments on commit 4a2cb27

Please sign in to comment.