Skip to content

Release v2.0.19

Compare
Choose a tag to compare
@limingxinleo limingxinleo released this 17 Nov 02:47
· 2257 commits to master since this release
30162cb

Added

  • #2794 #2802 Added options.cookie_lifetime for hyperf/session, you can use it to control the expire time for cookies.

Fixed

  • #2783 Fixed nsq consumer does not works in coroutine style server.
  • #2788 Fixed call non-static method __handlePropertyHandler() statically in class proxy.
  • #2790 Fixed BootProcessListener of config-etcd does not works in coroutine style server.
  • #2803 Fixed response body does not exists when bad request.
  • #2807 Fixed Middleware does not work as expected when repeatedly configured.

Optimized

  • #2750 Use elastic index instead of type for searchableAs, when the config of index is null or the elastic version is more than 7.0.0.