Releases: darkdragn/party
Releases · darkdragn/party
v0.7.6: Pull size limit flag
Download Stability
Fix for download stability; updates for most dependencies. Mostly tested on python 3.11, if you run into issues on earlier versions, let me know!
v0.7.4: Update for Schema Items (User/Post/Attachments)
A minor change to ignore some schema fields that were causing validation errors. A larger update will be posted in the future to actually use those fields, instead of ignoring them.
v0.7.3: Fix for fansly using str post id intermittently
bump: version 0.7.2 → 0.7.3
v0.7.2: Fix for user look up by name bug introduced at v0.7.0
bump: version 0.7.1 → 0.7.2
v0.7.1: Quick fix for 429 retries and ServerTimeoutError
bump: version 0.7.0 → 0.7.1
v0.7.0: Massive CLI re-write, updates for pylint and docs
CLI:
- Changes to make future maintenance easier
- Added dump-schema, to describe the fields that can be used in file formatting
- Top level --verbose still allows debug out to stdout, but all debug logs will go to .party-debug.log if not set for review. Makes T/S much easier
Logic
- Major changes to connection handling, can use 32+ workers now, since the session limits connections per server to prevent 429 errors
- Updates to make pylint happy, >_<
- Removal of desert on AttachmentSchema to allow for the jsonschema dump
- Loads for Post no longer generate Attachment objects directly, just serialized dicts. Handle Attachment generation externally please
- Loads for User no longer set unknown=EXCLUDE, please handle on the schema object for .loads/.dumps
v0.6.8: Update dups and post items matching 50 exactly
bump: version 0.6.7 → 0.6.8
v0.6.7: Added a sluglify option for use with post_title
bump: version 0.6.6 → 0.6.7
v0.6.6: Some API pull items and fixes
bump: version 0.6.5 → 0.6.6