Skip to content

Releases: tarantool/nginx_upstream_module

v2.3.7

18 May 08:59
Compare
Choose a tag to compare
  • Added support of libmsgpuck 2.0.
  • parse_args escaping support is tested.

v2.3.5-beta

13 Feb 15:14
Compare
Choose a tag to compare
v2.3.5-beta Pre-release
Pre-release
  • parse_args adds escaping support

v2.3.4-beta

03 Feb 09:42
Compare
Choose a tag to compare
v2.3.4-beta Pre-release
Pre-release
Update ngx_http_tnt_version.h

bump version

v2.3.3

25 Jan 11:22
Compare
Choose a tag to compare
  • the new option pass_body. Syntax: tnt_pass_http_request [on|off|parse_args|unescape|pass_body]. pass_body allows to pass request body into a stored procedure.
  • tnt_pass_http_request - fixed a bug with incorrect options merging.

v2.3.2

13 Dec 20:16
Compare
Choose a tag to compare

New feature

  • Nginx does unescape request.url. To turn on this feature nginx.conf has a new parameter 'unescape'. The 'unescape' is part of tnt_pass_http_request.

v2.3.1

01 Dec 23:21
Compare
Choose a tag to compare
  • tnt_http_methods, the new option, which allow to accept one or many http methods. If method alloed, then module expects JSON carried in request body, for details see JSON If tnt_method is not set, then the name of the Tarantool stored procedure is the protocol JSON.
  • tnt_pass_http_request has new option parse_args.
  • NOTE For details see README.md file

v2.3.0

12 Sep 23:31
Compare
Choose a tag to compare
v2.3.0 Pre-release
Pre-release
  • tnt_http_methods, the new option, which allow to accept one or many http methods. If method alloed, then module expects JSON carried in request body, for details see JSON If tnt_method is not set, then the name of the Tarantool stored procedure is the protocol JSON.
  • tnt_pass_http_request has new option parse_args.

NOTE For details see README.md file

Minor fixes

29 Apr 17:56
Compare
Choose a tag to compare

Fix compilation error under debian

Minor fixes

28 Apr 08:02
Compare
Choose a tag to compare
v0.2.1

Update README.md

v0.2.0

27 Apr 23:07
Compare
Choose a tag to compare
  • REST & pass http query, headers to Tarantool.
  • More nginx.conf features.