-
v4.1.0
Some checks failedAnalysis / SonarCloud (push) Successful in 46sTests / Build and Test (3.11) (push) Successful in 1m9sTests / Build and Test (3.12) (push) Successful in 1m7sTests / Build and Test (3.13) (push) Successful in 1m4sUpload Python Package / release-build (release) Successful in 18sUpload Python Package / gitea-publish (release) Failing after 20sUpload Python Package / pypi-publish (release) Failing after 11sreleased this
2025-02-16 18:39:04 +02:00 | 0 commits to main since this releaseNew features
- Added cache support using Redis and Memcached
Downloads
-
v4.0.2
All checks were successfulAnalysis / SonarCloud (push) Successful in 46sTests / Build and Test (3.11) (push) Successful in 1m16sTests / Build and Test (3.12) (push) Successful in 1m24sTests / Build and Test (3.13) (push) Successful in 1m24sUpload Python Package / release-build (release) Successful in 18sUpload Python Package / gitea-publish (release) Successful in 9sUpload Python Package / pypi-publish (release) Successful in 15sreleased this
2025-01-02 15:13:29 +02:00 | 30 commits to main since this releaseOther changes
- Fixed code blocks in README
- Optimized imports and usage of internal tools
Downloads
-
v4.0.1
released this
2024-12-29 17:29:08 +02:00 | 40 commits to main since this releaseDownloads
-
v4.0.0
Some checks failedAnalysis / SonarCloud (push) Successful in 42sTests / Build and Test (3.10) (push) Failing after 57sTests / Build and Test (3.11) (push) Successful in 1m4sTests / Build and Test (3.12) (push) Successful in 1m13sTests / Build and Test (3.9) (push) Failing after 57sreleased this
2024-12-26 20:04:42 +02:00 | 44 commits to main since this releaseBreaking changes
- Increased minimal Python version to 3.11
- Changed many imports
- Removed old non-async interfaces
New features
- Same function calls can be used for both sync and async functions
Downloads
-
v3.3.1
All checks were successfulAnalysis / SonarCloud (push) Successful in 46sTests / Build and Test (3.10) (push) Successful in 1m3sTests / Build and Test (3.11) (push) Successful in 1m1sTests / Build and Test (3.12) (push) Successful in 1m8sTests / Build and Test (3.9) (push) Successful in 1m3sreleased this
2024-12-16 23:57:44 +02:00 | 53 commits to main since this releaseOther changes
- Fixed package metadata
Downloads
-
v3.3.0
All checks were successfulAnalysis / SonarCloud (push) Successful in 43sTests / Build and Test (3.10) (push) Successful in 1m2sTests / Build and Test (3.11) (push) Successful in 1m2sTests / Build and Test (3.12) (push) Successful in 1m8sTests / Build and Test (3.9) (push) Successful in 1m4sreleased this
2024-12-16 23:48:57 +02:00 | 55 commits to main since this releaseDependencies
- Bump
apscheduler
to~=3.11.0
(cbc4fc36a1
)
Other changes
- Added Python 3.12 support
- Dropped Python 3.8 support
Downloads
- Bump
-
v3.2.3
released this
2024-07-10 00:11:56 +03:00 | 109 commits to main since this releaseDependencies
- Bump
pyrofork
to~=2.3.32
(8dc389d1b3
) - Bump
py-cord
to~=2.6.0
(d1da6a1d8b
)
Downloads
- Bump
-
v3.2.2
released this
2024-05-26 22:47:02 +03:00 | 123 commits to main since this releaseBug fixes
- Fixed using invalid attribute verification implementation in
json_write
(64ba9efa34
)
Downloads
- Fixed using invalid attribute verification implementation in
-
v3.2.1
released this
2024-05-26 17:53:59 +03:00 | 126 commits to main since this releaseNew features
config_delete
now has optional argumentmissing_ok
(6d3c20479d
)
Downloads
-
v3.2.0
released this
2024-05-26 17:35:08 +03:00 | 129 commits to main since this releaseNew features
- Added
config_delete
and movednested_set
tolibbot.sync._nested
as it should not be used directly anymore (7032bef956
) - Improved CI/CD by adding artifact build support (
3c3de1436e
,66ede3d60f
,dfaadfd769
)
Other improvements
- Improved docstrings and code styling for some functions (
7032bef956
)
Downloads
- Added