歡迎您光臨本站 註冊首頁

Puma 4.1.0 發布,Ruby 的 Web 框架

←手機掃碼閱讀     admin @ 2019-08-07 , reply:0

Puma 4.1.0 發布,Puma是為速度與併發而生的。Puma是一個為Ruby web程序提供高速處理以及HTTP 1.1併發的伺服器小型庫。它被設計只用來運行Rack程序

速度對比:

該版本詳細改進記錄包括:

  • 4 新特性

    • Add REQUEST_PATH on parse error message (#1831)
    • You can now easily add custom log formatters with the log_formatter config option (#1816)
    • Puma.stats now provides process start times (#1844)
    • Add support for disabling TLSv1.1 (#1836)
  • 7 個 bug 修復

    • Fix issue where Puma was creating zombie process entries (#1887)
    • Fix bugs with line-endings and chunked encoding (#1812)
    • RACK_URL_SCHEME is now set correctly in all conditions (#1491)
    • We no longer mutate global STDOUT/STDERR, particularly the sync setting (#1837)
    • SSL read_nonblock no longer blocks (#1857)
    • Swallow connection errors when sending early hints (#1822)
    • Backtrace no longer dumped when invalid pumactl commands are run (#1863)
  • 5 個其他改進

    • Avoid casting worker_timeout twice (#1838)
    • Removed a call to private that wasn't doing anything (#1882)
    • README, Rakefile, docs and test cleanups (#1848, #1847, #1846, #1853, #1859, #1850, #1866, #1870, #1872, #1833, #1888)
    • Puma.io has proper documentation now (https://puma.io/puma/)
    • Added the Contributor Covenant CoC
  • 1 已知問題

    • Some users are still experiencing issues surrounding socket activation and Unix sockets (#1842)

[admin ]

來源:OsChina
連結:https://www.oschina.net/news/108865/puma-4-1-0-released
Puma 4.1.0 發布,Ruby 的 Web 框架已經有113次圍觀

http://coctec.com/news/all/show-post-211794.html