Skip to content

Releases: matsumotory/ngx_mruby

ngx_mruby v1.16.0

01 Feb 07:17

Choose a tag to compare

  • Add Nginx::Stream::Connection#{proxy_protocol_ip,proxy_protocol_addr}
  • Fix bug: difference between mruby_output_filter and mruby_output_filter_code #142
  • Support ssl_handshake handler and dynamic certificate change #145
    • Check using ssl and openssl version when compiling #147
    • Add dynamic certificate read error #149
  • Update mruby #148
  • nginx update to 1.9.10, update travis 1.9.10 and 1.8.1 #152 thanks @d6rkaiz

ngx_mruby v1.15.0

04 Nov 09:19

Choose a tag to compare

  • Surppot ngx_mruby stream module which control tcp load balancing #141 #140

ngx_mruby v1.14.15

13 Oct 06:06

Choose a tag to compare

  • Use subtree instead of submodule #139

ngx_mruby v1.14.14

02 Oct 07:59

Choose a tag to compare

  • Support multipul headers #138
  • Update mruby

ngx_mruby v1.13.14

14 Sep 10:45

Choose a tag to compare

ngx_mruby v1.12.14

05 Aug 14:30

Choose a tag to compare

  • Allocate memory for mruby object instead of the ptr of mruby object #134

ngx_mruby v1.12.13

05 Aug 12:53

Choose a tag to compare

  • Fix bug; sometimes missing nginx variable #133

ngx_mruby v1.12.12

05 Aug 12:09

Choose a tag to compare

  • Implement Var#exist? #129 thanks @ryotarai
  • Suppress variable not found error because it is too verbose. #130 thanks @ryotarai
  • Apply clang-format
  • Update mruby
  • Fix bug; mruby_set ignore "cache" option #132

ngx_mruby v1.11.12

22 Jul 07:26

Choose a tag to compare

  • Fix bug; sometimes headers line include dust char #122
  • Add Nginx::Upstream class and method #121
  • Add Nginx::Request#sub_request?
  • Update mruby
  • hostname means the host part of the Host header
  • Add Nginx::Request#authority
  • Copy string object to nginx string #126
  • Apply clang-format

ngx_mruby v1.10.12

12 Jun 10:01

Choose a tag to compare

  • Support controlling response header at output_filter phase
  • Fast test using ONLY_BUILD_NGX_MRUBY
  • Add test for output_{body,header}_filter
  • Support custom built-in header like "Server" header on output filter phase
  • Test: output error log into stderr
  • Add test for custom built-in header "Server" in http context