• v5.0.0 81ff717d1a

    v5.0.0
    Analysis / SonarCloud (push) Canceled after 47s
    Build Docs / Build Docs (pull_request) Successful in 1m7s
    Analysis / SonarCloud (pull_request) Successful in 1m40s
    Tests / Build and Test (3.11) (pull_request) Successful in 2m58s
    Tests / Build and Test (3.12) (pull_request) Successful in 2m36s
    Tests / Build and Test (3.13) (pull_request) Successful in 2m33s
    Tests / Build and Test (3.14) (pull_request) Successful in 2m39s
    Tests / Build and Test (3.11) (push) Skipped
    Tests / Build and Test (3.12) (push) Skipped
    Tests / Build and Test (3.13) (push) Skipped
    Tests / Build and Test (3.14) (push) Skipped
    Upload Python Package / release-build (release) Successful in 33s
    Upload Python Package / gitea-publish (release) Successful in 19s
    Upload Python Package / pypi-publish (release) Successful in 18s
    Stable

    profitroll released this 2026-08-17 00:36:48 +03:00 | 6 commits to dev since this release

    Breaking changes

    • Replaced dict-based config with object-based for pycord and pyrogram (#316)

    Fixes

    • Fixed wrong command source used during init of PyroClient (bd85835184)
    • Fixed run() not respecting start() and stop() parameters in PyroClient (#317)

    Other changes

    • Made bot_token optional for PycordBot.start() (9f3dd46562)
    • Added examples for pycord and pyrogram (f4ebd784ee & 400090fec7)
    • Improved the docs for new and existing classes
    Downloads
  • v5.0.0-rc.2
    Analysis / SonarCloud (push) Successful in 1m31s
    Tests / Build and Test (3.11) (push) Skipped
    Tests / Build and Test (3.12) (push) Skipped
    Tests / Build and Test (3.13) (push) Skipped
    Tests / Build and Test (3.14) (push) Skipped
    Upload Python Package / release-build (release) Successful in 49s
    Upload Python Package / gitea-publish (release) Successful in 44s
    Upload Python Package / pypi-publish (release) Successful in 58s
    Pre-Release

    profitroll released this 2026-08-16 23:50:00 +03:00 | 9 commits to dev since this release

    Changes

    • Made bot_token optional for PycordBot.start()

    Full changelog and changes to the documentation will be done in a stable release.

    Downloads
  • v5.0.0-rc.1
    Tests / Build and Test (3.11) (push) Skipped
    Tests / Build and Test (3.12) (push) Skipped
    Tests / Build and Test (3.13) (push) Skipped
    Tests / Build and Test (3.14) (push) Skipped
    Upload Python Package / release-build (release) Successful in 46s
    Upload Python Package / gitea-publish (release) Successful in 2m26s
    Upload Python Package / pypi-publish (release) Successful in 2m32s
    Analysis / SonarCloud (push) Successful in 1m31s
    Pre-Release

    profitroll released this 2026-08-10 20:27:47 +03:00 | 13 commits to dev since this release

    Changes

    • Type-based config as a successor to dict-based config
    • Fixes related to run() in PyroClient

    Full changelog and changes to the documentation will be done in a stable release.

    Downloads
  • v4.6.2 c79fdbd41d

    v4.6.2
    Tests / Build and Test (3.11) (push) Skipped
    Tests / Build and Test (3.12) (push) Skipped
    Tests / Build and Test (3.13) (push) Skipped
    Tests / Build and Test (3.14) (push) Skipped
    Analysis / SonarCloud (push) Successful in 1m10s
    Build Docs / Build Docs (push) Successful in 42s
    Upload Python Package / release-build (release) Successful in 26s
    Upload Python Package / gitea-publish (release) Successful in 36s
    Upload Python Package / pypi-publish (release) Successful in 15s
    Stable

    profitroll released this 2026-07-18 12:11:20 +03:00 | 36 commits to main since this release

    Dependencies

    • Added docs as an optional dependencies group

    Other changes

    • Added Zensical-based documentation (#311)
    • Improved docstrings across the entire library (#311)
    Downloads
  • v4.6.1 b6647af45a

    v4.6.1
    Analysis / SonarCloud (push) Successful in 1m13s
    Tests / Build and Test (3.11) (push) Successful in 2m24s
    Tests / Build and Test (3.12) (push) Successful in 1m56s
    Tests / Build and Test (3.13) (push) Successful in 2m5s
    Tests / Build and Test (3.14) (push) Successful in 2m3s
    Upload Python Package / release-build (release) Successful in 26s
    Upload Python Package / gitea-publish (release) Successful in 57s
    Upload Python Package / pypi-publish (release) Successful in 15s
    Stable

    profitroll released this 2026-05-31 01:32:33 +03:00 | 64 commits to main since this release

    Dependencies

    Downloads
  • v4.6.0 324d8e22ea

    v4.6.0
    Analysis / SonarCloud (push) Successful in 54s
    Tests / Build and Test (3.11) (push) Successful in 1m27s
    Tests / Build and Test (3.12) (push) Successful in 1m28s
    Tests / Build and Test (3.13) (push) Successful in 1m29s
    Tests / Build and Test (3.14) (push) Successful in 1m27s
    Upload Python Package / release-build (release) Successful in 21s
    Upload Python Package / gitea-publish (release) Successful in 27s
    Upload Python Package / pypi-publish (release) Successful in 13s
    Stable

    profitroll released this 2026-05-25 21:11:21 +03:00 | 69 commits to main since this release

    New features

    • Experimental support for Python 3.14 (e4ddd9106e)

    Dependencies

    Downloads
  • v4.5.0 b2fd5c52c0

    v4.5.0
    Analysis / SonarCloud (push) Successful in 1m6s
    Tests / Build and Test (3.11) (push) Successful in 1m42s
    Tests / Build and Test (3.12) (push) Successful in 1m35s
    Tests / Build and Test (3.13) (push) Successful in 1m39s
    Upload Python Package / release-build (release) Successful in 28s
    Upload Python Package / gitea-publish (release) Successful in 24s
    Upload Python Package / pypi-publish (release) Successful in 13s
    Stable

    profitroll released this 2026-03-08 02:00:32 +02:00 | 78 commits to main since this release

    Dependencies

    • Retargeted aiofiles to >=23.0.0,<26.0.0 (03969f388a)
    • Retargeted typing-extensions to >=4.0.0,<5.0.0 (03969f388a)
    • Retargeted pymemcache to >=4.0.0,<5.0.0 (03969f388a)
    • Retargeted redis to >=7.0.0,<8.0.0 (03969f388a)
    • Retargeted apscheduler to >=3.0.0,<4.0.0 (03969f388a)
    • Retargeted pyrofork to >=2.3.0,<2.4.0 (03969f388a)
    • Retargeted ujson to >=5.0.0,<6.0.0 (03969f388a)
    Downloads
  • v4.4.1 dd96cc1e13

    v4.4.1
    Analysis / SonarCloud (push) Successful in 51s
    Tests / Build and Test (3.11) (push) Successful in 1m11s
    Tests / Build and Test (3.12) (push) Successful in 1m10s
    Tests / Build and Test (3.13) (push) Successful in 1m7s
    Upload Python Package / release-build (release) Successful in 17s
    Upload Python Package / gitea-publish (release) Successful in 21s
    Upload Python Package / pypi-publish (release) Successful in 12s
    Stable

    profitroll released this 2026-01-01 19:55:37 +02:00 | 125 commits to main since this release

    Dependencies

    Downloads
  • v4.4.0 88a9824882

    v4.4.0
    Analysis / SonarCloud (push) Successful in 51s
    Tests / Build and Test (3.11) (push) Successful in 1m12s
    Tests / Build and Test (3.12) (push) Successful in 1m11s
    Tests / Build and Test (3.13) (push) Successful in 1m6s
    Upload Python Package / release-build (release) Successful in 18s
    Upload Python Package / gitea-publish (release) Successful in 11s
    Upload Python Package / pypi-publish (release) Successful in 13s
    Stable

    profitroll released this 2025-07-09 15:57:24 +03:00 | 220 commits to main since this release

    Other changes

    • Added support for default_ttl_seconds in create_cache_client() (727d531d63)
    • Improved some docstrings and changed their format to Google (ef7380ae45)
    Downloads
  • v4.3.0 1daed542a3

    v4.3.0
    Analysis / SonarCloud (push) Successful in 1m0s
    Tests / Build and Test (3.11) (push) Successful in 1m23s
    Tests / Build and Test (3.12) (push) Successful in 1m20s
    Tests / Build and Test (3.13) (push) Successful in 1m11s
    Upload Python Package / release-build (release) Successful in 26s
    Upload Python Package / gitea-publish (release) Successful in 14s
    Upload Python Package / pypi-publish (release) Successful in 15s
    Stable

    profitroll released this 2025-07-08 01:39:50 +03:00 | 227 commits to main since this release

    Other changes

    • Added support for cache TTL (3110bb64b1)
    • Fixed project compatibility issue with PEP 639 (54de950899)

    Dependencies

    Downloads