-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 废弃 AMQPSwooleConnection * 重构 AMQP 连接实例化 * 废弃 AMQP Connection 注解 * 更新文档 * 废弃 Connection 注解改为废弃连接配置项 * 更新文档
- Loading branch information
Showing
25 changed files
with
263 additions
and
1,583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# v2.1-v3.0 升级指南 | ||
|
||
[toc] | ||
|
||
## 不兼容的更改 | ||
|
||
### 框架核心 | ||
|
||
* `psr/http-message` 版本升级,请求和响应相关类的类型声明有改动 | ||
|
||
### imi-amqp | ||
|
||
* 连接配置项有所增改,参考 [连接配置项](https://doc.imiphp.com/v3.0/components/mq/amqp.html#%E8%BF%9E%E6%8E%A5%E9%85%8D%E7%BD%AE%E9%A1%B9) | ||
|
||
* `Imi\AMQP\Annotation\Connection` 注解类的连接配置全部废弃,只保留 `poolName` | ||
|
||
* 废弃 `Imi\AMQP\Swoole\AMQPSwooleConnection` 客户端类 |
Oops, something went wrong.