| Phoenix 1.1 Released | Chris McCord | 16/12/15 09:38 | Phoenix 1.1.0 is out! This release brings a number of new features, massive channel performance improvements, and a couple breaking changes. Most notably, 1.1.0 includes Gettext localization, instrumentation hooks, and the channel performance optimizations that allowed us to hit 2 million channel clients on a single server: http://www.phoenixframework.org/blog/the-road-to-2-million-websocket-connections Notable additions include: - Gettext integration for internationalization support. Thanks to Andrea Leopardi for heading up the project - Instrumentation hooks. Again, Thanks to Andrea Leopardi for heading up the initiative. This will allow external libraries and services access to instrumentation and monitoring metrics. I'm looking forward to see the kinds of tools built up around these additions. - `mix phoenix.digest` now automatically digests asset urls in stylesheets. This has been requested for some time and is asset build tool agnostic. Credit to Lauro Caetano for the great contribution. - Ability to reply, asynchronously, from a push in a channel - `check_origin` now supports wildcard domains - improved testing tools with `bypass_through` and `assert_error_sent` helpers I would also like to welcome Gary Rennie (gazler on irc) to the phoenix-core team. His help throughout the community has been an enormous boost and he was instrumental in the channel performance testing. I would also like to take a moment to thank DockYard and Plataformatec for supporting the Elixir and Phoenix ecosystems. We wouldn't be where we are without their support and I can't wait to see what our continued focus brings for the community. Upgrade guides: As always, find us on elixir-lang irc if you have issues upgrading. Happy coding! –Chris Full changelog:
|
| Re: Phoenix 1.1 Released | sergiotapi...@gmail.com | 16/12/15 22:55 | Thanks for all of your hard work guys! I'm new to Phoenix but seeing this level of development, and how mature everything looks at such an early stage is really encouraging. By the way Chris, will the Programming Phoenix book be updated with all these changes? I'm kind of using it as my go to resource at the moment, to learn Phoenix. |
| Re: [phoenix-core] Phoenix 1.1 Released | Chris McCord | 17/12/15 05:39 | Thanks! And yes Programming Phoenix will be updated to 1.1. Not this coming beta, but the next will have 1.1 updates.
|
| Re: Phoenix 1.1 Released | ash.c...@gmail.com | 17/12/15 22:54 | Great work Chris and the team! I assume Channel Presence has been pushed back to a later version? |
| unk...@googlegroups.com | 19/12/15 17:53 | <Ce message a été supprimé.> | |
| Re: [phoenix-core] Re: Phoenix 1.1 Released | José Valim | 20/12/15 00:53 | Erlang (and therefore) already ships with wxWidgets bindings. The Observer tool uses it for example. Inside Phoenix, you can try:
On Sun, Dec 20, 2015 at 2:53 AM, <portorford...@gmail.com> wrote:
|
| Re: [phoenix-core] Re: Phoenix 1.1 Released | monty king | 21/12/15 16:58 | Oh, Neat, thank you José -- |