Skip to content

Releases: matsumotory/ngx_mruby

ngx_mruby v1.18.5

28 Sep 10:04
Compare
Choose a tag to compare
  • Add CONTENT_TYPE and CONTENT_LENGTH to Rack environment #207 thanks @yyamano
  • Check response header type more strictly to avoid segmentation fault. #208 thanks @yyamano
  • update nginx to 1.11.4 #209 thanks @hfm
  • Don't need null termination for output chain #214 @matsumoto-r
  • Enable debug mode and debug log into logs/error.log @matsumoto-r
  • Implement Nginx::SSL.errlogger (and Nginx::SSL.log) #215 thanks @hfm
  • clobbar task should include build_dynamic for DSO #216 thanks @hfm
  • Don't allow post_read directives on location context #217 @matsumoto-r

ngx_mruby v1.18.4

06 Sep 16:57
@hfm hfm
v1.18.4
Compare
Choose a tag to compare
  • Make this build on NetBSD. #201 thanks @yyamano
  • Enable to use mruby_access_handler in server scope. #202 thanks @yyamano
  • Make test.sh work with BUILD_DYNAMIC_MODULE and --with-openssl-src #204 thanks @yyamano
  • Implement mruby_ssl_handshake_handler() #205 @hfm

ngx_mruby v1.18.3

05 Aug 01:06
Compare
Choose a tag to compare

ngx_mruby v1.18.2

06 Jul 09:00
5190414
Compare
Choose a tag to compare

ngx_mruby v1.18.1

06 Jul 08:10
Compare
Choose a tag to compare
  • Make it possible to use Rack based API for error pages to fix #179 #180 Thanks @yyamano
  • GC protected at tls handshake hook for unexpeceted gc #181
  • Fix master process memory leak when reloading nginx #183

ngx_mruby v1.18.0

23 Jun 08:10
Compare
Choose a tag to compare
  • Fix memory allocate failed at body filter handler phase #172 and add body/header filter directives #173
    • !!NOTICE!!
      • remove mruby_output_filter directive
      • use mruby_output_body_filter or mruby_output_header_filter instead
  • Update testcase: check content-length for body_filter #174 thanks @sawanoboly
  • Minor build improvements #175 thanks @yyamano
  • Add extra configure option support to test.sh. #176 thanks @yyamano
  • Add rack.logger support. #177 thanks @yyamano
  • Add rack.input support. #178 thanks @yyamano
  • Update mruby

ngx_mruby v1.17.2

06 Jun 08:31
Compare
Choose a tag to compare

ngx_mruby v1.17.1

11 Apr 07:21
Compare
Choose a tag to compare
  • Update nginx to 1.9.14 for test
  • Update mruby and nginx version #163
  • nginx update to 1.9.12 #161
  • Add Nginx.log as alias of Nginx.errlogger

ngx_mruby v1.17.0

24 Feb 05:12
Compare
Choose a tag to compare
  • Update mruby
  • Add helper methods, thanks to @hsbt #157
  • Add @hsbt as collaborator to ngx_mruby AUTHORS
  • Add Nginx::SSL#{certificate_data,certificate_key_data} #159
  • mruby_ssl_handshake shared with other mrb_state like mruby_init, mruby_init_worker and so on

ngx_mruby v1.16.1

04 Feb 13:59
Compare
Choose a tag to compare