破坏性改动
- 将整体结构区分为 core,client 与 server,同时原有包不变:
- `satori-python-core`: 包括 Element, Config, Model, Exception 等
- `satori-python-client`: 包括 App, Account, Session, Network
- `satori-python-server`: 包括 Server, Adapter 等
- `satori-python`: 以上三者的合体包
- `Config.network` 取消
新增
- 增加了枚举类 `EventType`
- 增加了 `App.register_config` 类方法,用来增加配置 -> 网络连接的映射
**Full Changelog**: https://github.com/RF-Tar-Railt/satori-python/compare/v0.8.0...v0.9.0