• 3.3.0 a5df09ee5a

    marvin8 released this 2024-09-11 06:32:45 +00:00 | 293 commits to main since this release

    Added

    • Container file for running fedinesia with podman or docker

    • Added cli option to specify logging configuration file.

    Changed

    • Streamlined CI configuration

    • Updated dependencies versions

    Downloads
  • 3.2.3 8599e1798c

    marvin8 released this 2024-09-02 04:15:52 +00:00 | 301 commits to main since this release

    Changed

    • Refactored pagination checks to catch some edge cases.

    • Updated dependencies versions

    Downloads
  • 3.2.2 76e1831334

    3.2.2 Stable

    marvin8 released this 2024-08-18 00:02:33 +00:00 | 310 commits to main since this release

    Fixed

    • Fixed issue 'tomli_w dependency missing' #14
    Downloads
  • 3.2.1 fc83685197

    3.2.1 Stable

    marvin8 released this 2024-08-17 23:33:18 +00:00 | 311 commits to main since this release

    Changed

    • Now using Hatch instead for publishing from CI.

    Fixed

    • Fixed issue #12 File Not Found error when --continue with non existing progress file.
    Downloads
  • 3.2.0 47de3d5f40

    marvin8 released this 2024-08-17 22:17:29 +00:00 | 314 commits to main since this release

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

    Added

    • New command line option --save-progress or -s that takes a file name (including optional path).
      Fedinesia will save the last status id it's deleted into the file specified. This option is intended to be used
      with the new command line flag --continue

    • New command line flag --continue. This option is intended to be used with the option --save-progress.
      When --continue is specified, Fedinesia will check the file specified with the --save-progress
      option for a status id and will use that to look for statuses older than that id for processing/deleting.

    Changed

    • Updated dependencies
    Downloads
  • 3.1.1 e6ff816f19

    marvin8 released this 2024-05-09 09:32:09 +00:00 | 319 commits to main since this release

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

    Changed

    • Updated dependencies

    Fixed

    • Initially creating config was broken. Now fixed again.
    Downloads
  • 3.1.0 c3f03a54b5

    marvin8 released this 2024-04-19 09:30:54 +00:00 | 324 commits to main since this release

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

    Breaking

    • Removed --batch-size / -b command line option as it is no longer needed.

    Added

    • Use of stamina for automatic retries on NetworkError reported by minimal_activitypub.

    Changed

    • Updated dependencies versions

    • No longer batching up deletions but doing them one by one. This feels like it
      should be "gentler" on the server by being able to react to rate limiting quicker.

    Downloads
  • 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
  • 2.5.8 5a4ee1e8b6

    2.5.8 Stable

    marvin8 released this 2023-12-16 07:35:00 +00:00 | 344 commits to main since this release

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

    Fixed

    Changed

    • Update dependencies versions
    Downloads
  • 2.5.7 47ffd275f8

    2.5.7 Stable

    marvin8 released this 2023-12-08 23:09:41 +00:00 | 352 commits to main since this release

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

    Update dependencies versions

    Downloads