Phoenix 1.4.0-rc.0 发布,Elixir Web 开发框架

栏目: 编程语言 · 发布时间: 5年前

内容简介:Phoenix 1.4.0 首个 RC 版本已发布,新版本将支持 Cowboy 2 ,并引入具体改进内容如下:

Phoenix 1.4.0 首个 RC 版本已发布,新版本将支持 Cowboy 2 ,并引入 Phoenix.Socket.Transport

具体改进内容如下:

  • [ChannelTest] Respect user's configured ExUnit :assert_receive_timeout for macro assertions

  • [Controller] Support partial file downloads with :offset and  :length options to  send_download/3

  • [Controller] Add additional security headers to put_secure_browser_headers ( x-content-type-optionsx-download-options , and  x-permitted-cross-domain-policies )

  • [Controller] Add put_router_url/2 to override the default URL generation pulled from endpoint configuration

  • [Endpoint] Add Cowboy2Adapter for HTTP2 support with cowboy2

  • [Endpoint] The socket/3 macro now accepts direct configuration about websockets and longpoll

  • [Endpoint] Support MFA function in :check_origin config for custom origin checking

  • [Endpoint] Add new :phoenix_error_render instrumentation callback

  • [Logger] Add whitelist support to filter_parameters logger configuration, via new  :keep tuple format

  • [Phoenix] Add Phoenix.json_library/0 and replace  Poison with  Jason for JSON encoding in new projects

  • [Router] Display list of available routes on debugger 404 error page

  • [Router] Raise on duplicate plugs in pipe_through scopes

  • [Presence] Add Presence.get_by_key to fetch presences for specific user

  • [Socket] Add new phoenix_socket_connect instrumentation

  • [Logger] Log calls to user socket connect

更多细节可查阅发行说明

Phoenix 是一个函数式编程语言 Elixir 的 Web 开发框架。

Phoenix 1.4.0-rc.0 发布,Elixir Web 开发框架

源码下载:


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

数据结构与算法分析

数据结构与算法分析

韦斯 (Mark Allen Weiss) / 机械工业出版社 / 2013-2-1 / 79.00元

本书是国外数据结构与算法分析方面的经典教材,使用卓越的Java编程语言作为实现工具讨论了数据结构(组织大量数据的方法)和算法分析(对算法运行时间的估计)。 随着计算机速度的不断增加和功能的日益强大,人们对有效编程和算法分析的要求也不断增长。本书将算法分析与最有效率的Java程序的开发有机地结合起来,深入分析每种算法,并细致讲解精心构造程序的方法,内容全面、缜密严格。 第3版的主要更新如......一起来看看 《数据结构与算法分析》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具