Skip to content

Releases: matsumotory/ngx_mruby

ngx_mruby v2.1.1

06 Aug 11:41
Compare
Choose a tag to compare

ngx_mruby v2.1.0

26 Jul 08:07
Compare
Choose a tag to compare

ngx_mruby v2.0.4

22 Jun 13:17
Compare
Choose a tag to compare
  • sub_request method supports hash option for request parameters #376
  • Independent mruby-httprequest for usability #372
  • Use string object for sub_request params in core for performance and usability #374
  • Sometimes missing fiber object from nginx pool when using sub request #373
  • Remove unused variable #375 @yano3
  • Lock peers and peer. Might be a problem with "zone". #378

ngx_mruby v2.0.2

06 Jun 11:23
Compare
Choose a tag to compare

ngx_mruby v2.0.1

03 Jun 18:07
Compare
Choose a tag to compare
  • Fix bug; don't run mruby body filter when read upstream buffer completely #369

ngx_mruby v2.0.0

03 Jun 12:14
Compare
Choose a tag to compare
  • Run request handler script on Fiber and Proc #343
  • Support non-blocking sleep #343 thanks @syucream
  • Support non-blocking http[s] clients #345 thanks @pyama86
  • upgrade mruby to 1.4.1
  • Add Nginx.status_code= alias Nginx.return
  • Support return method in handler script

see also v2 example in test

ngx_mruby v1.20.2

03 Feb 04:57
Compare
Choose a tag to compare
  • Upgrade mruby #335 3 Feb 2018 thanks @yyamano thanks!
  • Split if pragma checking openssl version #337 @keizo042 thanks!
  • Remove iij/mruby-io, iij/mruby-pack, and iij/mruby-socket. #336 @yyamano thanks!
  • Run apply-clang-format, clang-format version 6.0.0 #334 @keizo042 thanks!
  • Indicate which directive require the openssl version #332 @keizo042 thanks!
  • Check supported version for each openssl API #331 @keizo042 thanks!
  • Update test target to 1.13.8 #330 @sawanoboly thanks!
  • Make test.sh respect NGX_MRUBY_CFLAGS environment variable. #329 @yyamano thanks!
  • Avoid odd number exception / Nginx.Request#args_to_hash (mrblib) #327 @sawanoboly thanks!
  • Fix typos about 'default' #325 @kenhys thanks!
  • Fix description about already integrated build_config_dynamic.rb #326 @kenhys thanks!
  • Update test target to 1.13.7, 1.12.2 #323 @sawanoboly thanks!
  • Add missing mruby handler log for making my debugging life easier. #322 @yyamano thanks!
  • Fix links at usecases #319 @mihirat thanks!
  • Use brew openssl when compiling on darwin #318 @matsumotory
  • Corrected documentation for dynamic module building #317 @zacksiri thanks!
  • Use mrb_int to avoid possible buffer overflows. #316 @yyamano thanks!
  • Update test target to 1.13.6, 1.12.1 #315 @sawanoboly thanks!

ngx_mruby v1.20.1

21 Sep 18:06
Compare
Choose a tag to compare

ngx_mruby v1.20.0

19 Jul 16:10
Compare
Choose a tag to compare

New features

ngx_mruby v1.19.5

28 Jun 20:48
Compare
Choose a tag to compare