What's Changed
* `Session` 改名为 `ApiProtocol`, `account.session` 改为 `acoount.protocol`
* `Provider` 增加几类方法 (`ensure`, `proxy_urls`, `download_uploaded`)
* `Protocol` 新增方法 `upload_create`,用于上传文件并获取内部链接:[文件上传](https://satori.js.org/zh-CN/advanced/resource.html#api-upload-create)
* `Server` 现在支持 `upload.create` 路由与使用本地文件系统的默认实现
* `Server` 现在支持 `v1/proxy/{url}` 路由: [proxy-route](https://satori.js.org/zh-CN/advanced/resource.html#proxy-route)
* Update docs.md by hhhhhge in https://github.com/RF-Tar-Railt/satori-python/pull/8
New Contributors
* hhhhhge made their first contribution in https://github.com/RF-Tar-Railt/satori-python/pull/8
**Full Changelog**: https://github.com/RF-Tar-Railt/satori-python/compare/v0.12.0...v0.13.0