• 3.0.0 ac77197b8c

    3.0.0 Stable

    marvin8 released this 2024-03-24 00:53:18 +00:00 | 332 commits to main since this release

    No known key found for this signature in database
    GPG key ID: C29D8D75FCE14912

    Changed

    • Updated dependencies. This includes the update to the new major version of
      minimal_activitypub with the breaking change of using httpx now.

    • Logging is now done with loguru and configured with a new logging-config.toml file if it exists

    • Changed methods of AuditLog class not async which removes the need for aiofiles and aiocsv

    Removed

    • Removed the update check. As this project is on pypi you can use standard
      pip / pipx / rye tools to check for updates.

    • Remove need for arrow library by using datetime

    • Removed debug-log-file cli option. This is now configured in logging-config.toml

    Downloads