Skip to content

Commit ff42cf1

Browse files
committed
feat: v17.1.0
1 parent de742de commit ff42cf1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOGS/v17.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v17.1.0 2025/02/02
2+
3+
- chore(deps): 移除 `curl_cffi`,安装模块时需要**自行**对第三方请求库进行安装。
4+
- chore(deps): 移除 `rsa`,相关代码用 `pycryptodomex` 替代。
5+
- chore: BiliAPIClient 抽象类新增函数 `download_create` `download_chunk` `download_content_length`
6+
- feat: AsyncEvent 支持同步函数。
7+
- feat: interactive_video.InteractiveVideoDownloader.\_\_init\_\_ 参数 self_download_func 再次变为非必要参数。
8+
- fix: video.VideoDownloadURLDataDetecter 不支持修改后的 bangumi.Episode.get_download_url 返回数据。
9+
10+
## v17.0.0 查漏补缺
11+
12+
- **[BREAKING CHANGE]** chore: 移除 `settings.py`,相关功能由 `request_log``request_settings` 替代。
13+
114
# v17.0.0 2025/01/28
215

316
## Notice
@@ -195,3 +208,7 @@
195208
- `watchroom.py`
196209
- change `watchroom.WatchRoom.get_episode_id()` async
197210
- change `watchroom.WatchRoom.get_season_id()` async
211+
212+
## 查漏补缺
213+
214+
- **[BREAKING CHANGE]** chore: 移除 `settings.py`,相关功能由 `request_log``request_settings` 替代。

bilibili_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
)
104104

105105

106-
BILIBILI_API_VERSION = "17.0.0+"
106+
BILIBILI_API_VERSION = "17.1.0"
107107

108108

109109
def __register_all_clients():

0 commit comments

Comments
 (0)