Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v0.11.0 #187

Merged
merged 29 commits into from
Nov 18, 2024
Merged

Bump to v0.11.0 #187

merged 29 commits into from
Nov 18, 2024

Conversation

Ljzd-PRO
Copy link
Owner

Changes

💡 Feature

  • The search-creator command will include search results with similar names.
    • For example, the search parameter --name abc might return author information such as: abc, abcd, hi-abc
  • Share an HTTPX client to reuse underlying TCP connections through an HTTP connection pool when calling APIs and downloading,
    significantly improving query and download speeds as well as connection stability

💡 新特性

  • search-creator 搜索作者的命令将包含那些名字相近的搜索结果
    • 如搜索参数 --name abc 可能得到如下作者信息:abc, abcd, hi-abc
  • 共享 HTTPX 客户端,调用 API 和下载时将通过 HTTP 连接池重用底层 TCP 连接,显著提升查询、下载速度和连接稳定性

dependabot bot and others added 29 commits October 28, 2024 20:11
Bumps [fire](https://github.com/google/python-fire) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/python-fire/releases)
- [Commits](google/python-fire@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: fire
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump fire from 0.6.0 to 0.7.0
Bumps [tenacity](https://github.com/jd/tenacity) from 8.5.0 to 9.0.0.
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.5.0...9.0.0)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
….0.0

build(deps): bump tenacity from 8.5.0 to 9.0.0
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.10.0 to 6.11.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.10.0...v6.11.0)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…r-6.11.0

build(deps-dev): bump pyinstaller from 6.10.0 to 6.11.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.1...8.3.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps-dev): bump pytest from 8.2.1 to 8.3.3
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.67.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.5...v4.67.0)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.42 to 9.5.44.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.42...9.5.44)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.11.0 to 6.11.1.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.11.0...v6.11.1)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…r-6.11.1

build(deps-dev): bump pyinstaller from 6.11.0 to 6.11.1
…erial-9.5.44

build(deps-dev): bump mkdocs-material from 9.5.42 to 9.5.44
build(deps): bump tqdm from 4.66.5 to 4.67.0
…ettings-2.6.1

build(deps): bump pydantic-settings from 2.6.0 to 2.6.1
@Ljzd-PRO Ljzd-PRO self-assigned this Nov 18, 2024
@Ljzd-PRO Ljzd-PRO added the upgrade Bump to new version label Nov 18, 2024
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 66.92%. Comparing base (492d446) to head (fc37cf0).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
ktoolbox/downloader/downloader.py 68.42% 3 Missing and 3 partials ⚠️
ktoolbox/action/search.py 73.33% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
+ Coverage   66.43%   66.92%   +0.48%     
==========================================
  Files          35       35              
  Lines        1162     1164       +2     
  Branches      193      191       -2     
==========================================
+ Hits          772      779       +7     
+ Misses        351      347       -4     
+ Partials       39       38       -1     
Flag Coverage Δ
macos-13-3.10 66.83% <75.00%> (+0.57%) ⬆️
macos-13-3.8 66.40% <75.00%> (+0.49%) ⬆️
macos-13-3.9 66.31% <72.50%> (+0.49%) ⬆️
macos-latest-3.11 66.83% <75.00%> (+0.57%) ⬆️
ubuntu-latest-3.10 66.83% <75.00%> (+0.65%) ⬆️
ubuntu-latest-3.11 66.83% <75.00%> (+0.57%) ⬆️
ubuntu-latest-3.8 66.40% <75.00%> (+0.49%) ⬆️
ubuntu-latest-3.9 66.31% <72.50%> (+0.49%) ⬆️
windows-latest-3.10 66.36% <74.35%> (+0.61%) ⬆️
windows-latest-3.11 66.36% <74.35%> (+0.61%) ⬆️
windows-latest-3.8 65.89% <74.35%> (+0.53%) ⬆️
windows-latest-3.9 65.79% <71.79%> (+0.53%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@Ljzd-PRO Ljzd-PRO merged commit cf5c12c into master Nov 18, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upgrade Bump to new version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant