Skip to content

Releases: WGrape/ngxway

v0.5.0

05 Feb 09:03
5bd7809
Compare
Choose a tag to compare

0.5.0 (2023-02-05)

Features

  • remove limit_traffic module by default (6b4244c)

Bug Fixes

  • fix the signedAPI of computeSignedAPI (69c6b14)

Tests

  • add test/benchmark.sh for testing of benchmark (e4a5cff)

Docs

v0.4.2

05 Feb 08:25
ed935c4
Compare
Choose a tag to compare

0.4.2 (2023-02-05)

Bug Fixes

  • the repeat url param bug of check_sign.lua (3c92761)

Performance Improvements

  • fix disk io and improve the ngxway QPS (5aebde4)

v0.4.1

04 Feb 19:21
0099979
Compare
Choose a tag to compare

0.4.1 (2023-02-04)

Styling

Code Refactoring

  • adjust the directory of nginx (bcad4f2)
  • simplify the design of conf files (89f58ed)

v0.4.0

04 Feb 17:45
0308654
Compare
Choose a tag to compare

0.4.0 (2023-02-04)

Features

  • add favicon.ico resource, restart.sh and test/benchmark.sh (392e659)
  • add proxy_pass and location feats (1d80efa)
  • add upstream support (1118252)

Bug Fixes

  • fix the panic of timestamp that string to number (d56a285)

Docs

Styling

  • add test comment for lua/limit_traffic.lua (282ca8c)

v0.3.0

04 Feb 09:56
3030047
Compare
Choose a tag to compare

0.3.0 (2023-02-04)

Features

  • add configuration support and many new features (8f9bf91)

Tests

Docs

v0.2.0

19 Jan 09:10
668e672
Compare
Choose a tag to compare

0.2.0 (2023-01-19)

Features

  • add blacklist/whitelist supprot (d7b69c9)
  • add limit_traffic lua support (f0df487)

Bug Fixes

  • write nginx reload console to local file (8864878)
  • 修复error日志文件名等bug (6b9ede7)

Docs

v0.1.0

29 Nov 15:17
159c29f
Compare
Choose a tag to compare

0.1.0 (2022-11-29)

Features

  • 修改默认页面样式 (8dd3779)
  • 新增Lua处理和conf整体配置 (7e84110)
  • 新增workflow (e40ff8e)

Bug Fixes

  • 修复时区和default替换为ngxway等问题 (3e02e81)
  • 修复构建镜像和container清理顺序导致的bug (6fa7248)

v0.0.1 Release

27 Nov 16:40
Compare
Choose a tag to compare

v0.0.1 Release

0.0.1初始版本

内容

  • fix: 修复conf文件中相对路径错误
  • feat: 新增访问HTML文件
  • fix: 修复启动bug
  • feat: 启动脚本和终止脚本处理