Releases: matsumotory/ngx_mruby
Releases · matsumotory/ngx_mruby
ngx_mruby v2.2.2
- Adjust install documentation #459 @yano3
- Drop openssl 1.0.2 suppot #461 @matsumotory
- Update test target to 1.17.10 #462 @sawanoboly
- add new stable version 1.18.0 to test targets #463 @sawanoboly
- update mainline to 1.19.0 #464 @sawanoboly
- mruby/ doesn't have /git by default because mruby/ was created by git subtree #466 @yyamano
ngx_mruby v2.2.1
- Mruby version upgrade require clean up properly (Issue #448) #449 @Zogoo
- Fix typo in document #450 @yano3
- Fixed multiple definition errors with -fno-common #452 @yyamano
- Fix #448 and minor build system issues #453 @yyamano
- Cleanup build system #454 @yyamano
- update test target to 1.17.9 #455 @sawanoboly
- Add -I options only to CORE_LIBS to fix #400. #456 @yyamano
- Refactoing openssl tests #457 @yyamano @takumakume
- Pass additional libraries to linker via NGX_MRUBY_LIBS #458 @Tei1988
ngx_mruby v2.2.0
ngx_mruby v2.1.8
- Fix Nginx::Stream::Async race condition #437 @pyama86
- Fix OpenSSL-1.1 or later source build error with ngx_mruby configure (--with-openssl-src) #436 @takumakume
- update test target to 1.17.5 #434
- update test target to 1.17.6 with little changes due to compatibility. #439 @sawanoboly
ngx_mruby v2.1.7
- Support build with openssl-1.1.x #433 @takumakume
- Update test target to 1.17.4 #432 @sawanoboly
ngx_mruby v2.1.6
ngx_mruby v2.1.5
ngx_mruby v2.1.4
- Improve doc/directives/README.md #408 @yyamano
- Refactoring #412 @yyamano
- Improve docs/class_and_method/README.md and docs/directives/README.md #413 @yyamano
- Enable asyn processing in transport #407 @pyama86
- Fix broken merge in previous commit. #414 @yyamano
- Upgrade mruby to 2.0.0 #415 @yyamano
- Update test target to 1.15.8 and 1.14.2 #417 @sawanoboly
- Update test target to 1.15.9 #418 @sawanoboly
- Support nginx 1.15.10 #420 @matsumotory
ngx_mruby v2.1.3
- mruby add
mruby-sleep
gem to the core. #389 - Remove deprecated property #390 @Asuforce
- Update test target to 1.15.5 #392 @sawanoboly
- Fix typo #393 @mihirat
- Update mruby to the latest #394 @yyamano
- Improve update-mruby-subtree #395 @yyamano
- Save the status before asynchronous processing #396 @pyama86
- closure At initialization time upper is not necessarily initialized #397 @pyama86
- Print generated code for debug if NGX_MRUBY_IREP_DEBUG is defined. #399 @yyamano
- Initial version of developers document. #401 @yyamano
- Add ngx_devel_kit update tool and doc #402
- Update test target to 1.15.6 and 1.14.1 #403 @sawanoboly
- Add ref support to update-devkit-subtree and update-mruby-subtree. #404 @yyamano
- Doc improvement #405 @yyamano
- Support development environment using vagrant #406
ngx_mruby v2.1.2
- Update mruby
- Support new MRB_API for like mruby-redis