Skip to content

Release v2.1.13

Compare
Choose a tag to compare
@limingxinleo limingxinleo released this 06 Apr 01:09
· 1851 commits to master since this release
2dd5bc3

Fixed

  • #3432 Fixed bug that ttl does not works on other workers for socketio-server.
  • #3434 Fixed bug that the type of rpc result does not support types which allows null.
  • #3447 Fixed default value of column does not works in model-cache when has table prefix.
  • #3450 Fixed bug that @Crontab does not works when used in methods.

Optimized

  • #3453 Optimized code for releasing instance in Hyperf\Utils\Channel\Caller.
  • #3455 Optimized phar:build, which can support symlink package.