破坏性改动
- 适配 `Satori Protocol version 1.2`, 原有写法被废弃:
- `Login` 删除 `self_id`, `proxy_urls`, 增加 `sn`, `adapter`
- `Event` 删除 `platform`, `self_id`, `id` 改为 `sn`, `login` 变为必需资源
- `Adapter` 的 `download_uploaded` 和 `download_proxied` 改为 `handle_internal` 和 `handle_proxied`
- `ApiProtocol` 增加 `meta_get`, 原有 `admin_login_get` 被废弃
- `Request` 删除 `headers` 参数,增加 `origin: starlette.request.Request` 参数
- `satori.config` 移至 `satori.client.config`
新增
- `server` 下新增 `WebhookEndpoint`, 与原有 `WebhookInfo` 区分开
- `ApiProtocol` 增加 `webhook_create` 和 `webhook_delete`
**Full Changelog**: https://github.com/RF-Tar-Railt/satori-python/compare/v0.15.2...v0.16.0