Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] 补充相关 PR 的文档 #727

Closed
7 of 8 tasks
huangzhhui opened this issue Oct 16, 2019 · 1 comment · Fixed by #728
Closed
7 of 8 tasks

[FEATURE] 补充相关 PR 的文档 #727

huangzhhui opened this issue Oct 16, 2019 · 1 comment · Fixed by #728
Assignees
Labels
enhancement New feature or request

Comments

@huangzhhui
Copy link
Member

huangzhhui commented Oct 16, 2019

补充以下 PR 相关的文档

  • #402 新增 @AsyncQueueMessage 注解,通过定义此注解在方法上,表明这个方法的实际运行逻辑是投递给 Async-Queue 队列去消费;
  • #555 新增了一个全局函数 swoole_hook_flags 来获取由常量 SWOOLE_HOOK_FLAGS 所定义的 Runtime Hook 等级,您可以在 bin/hyperf.php 通过 ! defined('SWOOLE_HOOK_FLAGS') && define('SWOOLE_HOOK_FLAGS', SWOOLE_HOOK_ALL); 的方式来定义该常量,即 Runtime Hook 等级;
  • #523gen:model 命令新增了 table-mapping 选项;
  • #619 为 Guzzle 客户端增加 HandlerStackFactory 类,以便更便捷地创建一个 HandlerStack;
  • #629 允许通过配置文件的形式为 Apollo 客户端定义 clientIp, pullTimeout, intervalTimeout 配置;
  • #654 增加所有 Swoole Event 的默认回调和对应的 Hyperf 事件;
  • #648 为 AMQP Consumer 增加 nack 的返回类型,当消费逻辑返回 Hyperf\Amqp\Result::NACK 时抽象消费者会以 basic_nack 方法来响应消息;
  • 多 Server 配置,Swoole Server 参数配置
@huangzhhui huangzhhui added the enhancement New feature or request label Oct 16, 2019
@limingxinleo
Copy link
Member

好的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants