Releases: matsumotory/ngx_mruby
Releases · matsumotory/ngx_mruby
ngx_mruby v1.18.5
- 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
ngx_mruby v1.18.3
- Update mruby @matsumoto-r
- Fix master process memory leak when reloading nginx #183 @matsumoto-r
- Fix incorrect error messages. #184 thanks @yyamano
- Fix segmentation fault if code has a syntax error. #185 thanks @yyamano
- Typo and grammar fix in an error message. #187 thanks @yyamano
- Remove git-submodule process on build.sh #190 thanks @hfm
- Nginx::Upstream memory leak? #191 thanks @yyamano
- Don't use git submodule command at build time. #192 thanks @yyamano
- Downgrade nginx version to 1.10.1 to avoid a nginx build error #193 thanks @yyamano
- Fix unexpected GC #194 thanks @yyamano
- Support nginx bool value #195 @matsumoto-r
- Make it build with older openssl. Fixed #196 #197 thanks @yyamano
- Implement lazy StringIO object creation. #198 thanks @yyamano
- Fix minor build bugs. #199 thanks @yyamano
ngx_mruby v1.18.2
ngx_mruby v1.18.1
ngx_mruby v1.18.0
- 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
- !!NOTICE!!
- 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
- FIX: Add ln option "-n" at
build.sh
, thanks to @kenjiskywalker #166 - Added
--with-openssl-src
to configure script, thanks to @rhykw #167 - Update nginx mainline version to 1.9.15 09e6278
- Add nginx stable version for travis ci 09e6278
- add 1.11.0 for test on travis #168
- update 1.11.0 to 1.11.1 on travis d5caab0
- support
--add-dynamic-module
option by @sawanoboly #170
ngx_mruby v1.17.1
ngx_mruby v1.17.0
ngx_mruby v1.16.1
- Fix bug: pop array object when adding request/response headers #155 #156 thanks @lamanotrama