Releases: matsumotory/ngx_mruby
Releases · matsumotory/ngx_mruby
ngx_mruby v1.10.11
- #117
- Add ability to delete incoming and outgoing headers
- Add capability to create new incoming headers
ngx_mruby v1.9.11
- Support shared memory and mutex between processes
- using mruby-mutex and mruby-cache
- These are pluggable
ngx_mruby v1.8.11
- Update mruby
- Support multi build automatically
- Update nginx version for travis
- Fix bug; Fix expr return value is 0
ngx_mruby v1.8.10
- Fix memory leak when using mruby_set{,_code} directive
ngx_mruby v1.8.9
- Update mruby
- Add Dockerfile.onbuild for docker users' convenience
- Suport MRUBY_LDFLAGS_BEFORE_LIBS
- Add nginx some modules for the docker image
- Doesn't run
make build_mruby
inmake generate_gems_config
- Fix memory leak when ngx_mruby raise error and return 5xx status code
ngx_mruby v1.8.8
- Update mruby
- Add mruby-socket depends on mruby-pack
- Support Nginx::Request#body for accessing request body
ngx_mruby v1.7.8
- Update mruby
- Fix bug; response data includes location url when using redirect method
- Refactor build configuration
- Update README
ngx_mruby v1.7.7
- Update mruby
- Add ruby-dev for travis
- Rempve mruby-file-stat mgem
- Add Nginx::Request#body
- Add Nginx::Request#body test
- Comment out Nginx::Request#body test for now
- Move ngx_mruby_mrblib from matsumoto-r/mruby-ngx-mruby-ext
- Add Kernel#get_server_class test
ngx_mruby v1.6.7
- Fix bug; nginx return 500 HTTP status code when mrb_run failed
ngx_mruby v1.6.6
- Output mruby vesion in error log
- Output ngx_mruby version in error_log
- Update mruby