-
Notifications
You must be signed in to change notification settings - Fork 0
Release v0.6.0 #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release v0.6.0 #119
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Static type checking
…tead of the instance nampespace to adhere to v3 deprecation warning
* refactor: Don't use Self types * refactor: Allow a catch all continue watching query * perf: Don't needlessly sort items * refactor: Static type checking error fixes * perf: More correct and efficient history filtering * chore: Add pyspy profiler outputs to the gitignore * style: Log the time taken for each user's sync * perf: Only store what's needed in cache * chore: Include pyright as a dev dependency of the project * refactor: Implemented type stub files for the plexapi package * refactor: Clean up static type checking errors * refactor: Remove unused imports from stub files * chore: Add mypy as a devtool * refactor: Deduplicate type stubs * fix: Ignore all errors in the metadata Plex server models
* feat: Introduced the `BATCHED_REQUESTS` option * feat: Wrote a batched AniList update GraphQL query * style: Better code formatting at the cost of worse GraphQL formatting * feat: Make the batch sync request at the end of section's scan * fix: Corrected the batch GraphQL query * style: Clearer logging for batch requests * feat: Memoize the batch mutation responses * style: Include a success log for batch syncs * fix: Incorrect sync stats for batched requests * docs: `BATCH_REQUESTS` documentation * perf: Remove purely aesthetic string transformations on GraphQL queries * fix: Split the batched AniList requests into batches of 10 to prevent exceeding the GraphQL complexity limit of 500
…st staus comparisons
…ch activity (when DESTRUCTIVE_SYNC is disabled)
…stalling Python packages from Git repos
Full mypyc support would require too much refactoring of PlexAniBridge and has been abandoned
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR merges the main branch with develop for the v0.6.0 release. This release focuses on bug fixes and performance improvements.
What's new:
Improvements:
_loadData(..)
pushingkarmaorg/python-plexapi#1510Fixes: