Skip to content

Commit

Permalink
bump version to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sumory committed Aug 30, 2017
1 parent c8c864b commit 8ce6cb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v0.3.4 2017.08.30

- 修复默认session插件的`session_aes_secret`长度问题
- 此问题存在于OpenResty v1.11.2.5版本及可能之后的版本中
- lua-resty-string v0.10开始AES salt必须是[8个字符](https://github.com/openresty/lua-resty-string/commit/69df3dcc2230364a54761a0d5a65327c6a4e256a)
- 使用内置的session插件时`session_aes_secret`不再是必须配置
- 若不填则默认为`12345678`
- 若不足8个字符则以`0`补足
- 若超过8个字符则只使用前8个

### v0.3.3 2017.08.05

- 使用严格的路由节点id策略,避免潜在冲突
Expand Down
2 changes: 1 addition & 1 deletion lib/lor/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "0.3.3"
return "0.3.4"

0 comments on commit 8ce6cb0

Please sign in to comment.