Skip to content

Commit

Permalink
feat: v17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo2011 committed Feb 2, 2025
1 parent de742de commit ff42cf1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOGS/v17.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v17.1.0 2025/02/02

- chore(deps): 移除 `curl_cffi`,安装模块时需要**自行**对第三方请求库进行安装。
- chore(deps): 移除 `rsa`,相关代码用 `pycryptodomex` 替代。
- chore: BiliAPIClient 抽象类新增函数 `download_create` `download_chunk` `download_content_length`
- feat: AsyncEvent 支持同步函数。
- feat: interactive_video.InteractiveVideoDownloader.\_\_init\_\_ 参数 self_download_func 再次变为非必要参数。
- fix: video.VideoDownloadURLDataDetecter 不支持修改后的 bangumi.Episode.get_download_url 返回数据。

## v17.0.0 查漏补缺

- **[BREAKING CHANGE]** chore: 移除 `settings.py`,相关功能由 `request_log``request_settings` 替代。

# v17.0.0 2025/01/28

## Notice
Expand Down Expand Up @@ -195,3 +208,7 @@
- `watchroom.py`
- change `watchroom.WatchRoom.get_episode_id()` async
- change `watchroom.WatchRoom.get_season_id()` async

## 查漏补缺

- **[BREAKING CHANGE]** chore: 移除 `settings.py`,相关功能由 `request_log``request_settings` 替代。
2 changes: 1 addition & 1 deletion bilibili_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
)


BILIBILI_API_VERSION = "17.0.0+"
BILIBILI_API_VERSION = "17.1.0"


def __register_all_clients():
Expand Down

0 comments on commit ff42cf1

Please sign in to comment.