Skip to content
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

chore(main): release 0.21.0 #920

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dreulavelle
Copy link
Member

@dreulavelle dreulavelle commented Nov 28, 2024

πŸ€– I have created a release beep boop

0.21.0 (2025-02-11)

⚠ BREAKING CHANGES

  • Torbox Removal (#971)

Features

Bug Fixes

  • add alldebrid as option in mediafusion (42829a2)
  • add strong typed response to scrape api endpoint (44f047e)
  • api manual scraping fixes. wip (7fb50f8)
  • correct route formatting for unblacklist_stream endpoint (4b64e0f)
  • enable conditional caching for Trakt API session (#978) (6b295f6)
  • fixed alldebrid instantavail file processing (#916) (d2a6b5b)
  • manual scraping updated for downloader rework (346b352)
  • no streams found or filtered streams from adult content throws e… (#976) (a18a66c)
  • no streams found or filtered streams from adult content throws error (a18a66c)
  • remove catalog configuration from Mediafusion settings and scraper (#919) (fc7ed05)
  • Torbox Removal (#971) (5d49499)
  • update .env names and fix SKIP_TRAKT_CACHE (#1001) (3504754)
  • update ListrrAPI validate method to use correct path (#906) (7659a37)
  • updated sample handling for allowed video files (8a5e849)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

Copy link
Contributor

coderabbitai bot commented Nov 28, 2024

Important

Review skipped

Ignore keyword(s) in the title.

β›” Ignored keywords (1)
  • chore

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The pull request introduces a new version entry for 0.21.0 in the CHANGELOG.md file, marking a significant update from the previous version 0.20.1. This version includes a breaking change with the removal of "Torbox" functionality and adds a sixth retry attempt for the symlinker. The pyproject.toml file is updated to reflect the new project version of 0.21.0, with no changes to dependencies or other configurations.

Changes

File Change Summary
CHANGELOG.md Added version entry for 0.21.0, documenting a breaking change (removal of "Torbox") and enhancements including a sixth retry attempt for the symlinker, along with various bug fixes.
pyproject.toml Updated project version from 0.20.1 to 0.21.0; no other changes made to dependencies.

Possibly related PRs

  • chore(main): release 0.20.1Β #900: This PR is related as it also involves the release of a new version (0.20.1) and includes updates to the CHANGELOG.md file, which is a direct connection to the changes made in the main PR regarding version updates and changelog entries.

Suggested reviewers

  • Gaisberg
  • iPromKnight

🐰 In the changelog, a new entry hops,
For version 0.21.0, it never stops!
A fix for the validate, now it's right,
With each little change, our code takes flight!
So here’s to the updates, both big and small,
A rabbit's delight, let’s celebrate them all! πŸ₯•βœ¨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❀️ Share
πŸͺ§ Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@dreulavelle dreulavelle force-pushed the release-please--branches--main branch 2 times, most recently from e853e06 to d939443 Compare November 30, 2024 08:38
@dreulavelle dreulavelle force-pushed the release-please--branches--main branch 2 times, most recently from 1774043 to 9b5297b Compare December 6, 2024 01:27
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (1)
CHANGELOG.md (1)

4-5: Remove unnecessary empty lines.

There are two consecutive empty lines between the version header and the bug fixes section. One empty line is sufficient for readability.

## [0.20.2](https://github.com/rivenmedia/riven/compare/v0.20.1...v0.20.2) (2024-12-06)
-
-
### Bug Fixes
πŸ“œ Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 1774043 and 9b5297b.

πŸ“’ Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • pyproject.toml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • pyproject.toml
πŸ”‡ Additional comments (1)
CHANGELOG.md (1)

3-14: LGTM! Version entry follows semantic versioning and changelog conventions.

The changes are well-documented with:

  • Appropriate version number for bug fixes (patch version)
  • Clear descriptions of changes
  • Proper linking to commits and issues

@dreulavelle dreulavelle changed the title chore(main): release 0.20.2 chore(main): release 0.21.0 Dec 6, 2024
@dreulavelle dreulavelle force-pushed the release-please--branches--main branch from 9b5297b to 37ab8b7 Compare December 6, 2024 02:15
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (2)
CHANGELOG.md (2)

6-8: Consider adding more context about the symlinker retry change.

While the feature is well documented with proper references, it would be helpful to include the rationale for adding a 6th retry attempt to the symlinker. This context would help users understand the impact and importance of this change.


11-19: Consider improving consistency and clarity of bug fix entries.

Some suggestions for improvement:

  1. Add issue references for entries that don't have them (lines 13-15)
  2. Make commit messages more descriptive:
    • "api manual scraping fixes. wip" could be more specific about what was fixed
    • "manual scraping updated for downloader rework" could explain the key changes

Consider applying this format to the entries:

-* api manual scraping fixes. wip ([7fb50f8](https://github.com/rivenmedia/riven/commit/7fb50f856d2395d2cbdc977a35e0a5ae152eecc0))
+* fix: improve API manual scraping by [specific changes] ([#issue](https://github.com/rivenmedia/riven/issues/issue)) ([7fb50f8](https://github.com/rivenmedia/riven/commit/7fb50f856d2395d2cbdc977a35e0a5ae152eecc0))
πŸ“œ Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 9b5297b and 37ab8b7.

πŸ“’ Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • pyproject.toml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • pyproject.toml
πŸ”‡ Additional comments (1)
CHANGELOG.md (1)

3-5: LGTM! Version header follows the standard format.

The version header is properly formatted with the correct GitHub compare link and date.

@dreulavelle dreulavelle force-pushed the release-please--branches--main branch from 37ab8b7 to 964a7f1 Compare December 6, 2024 08:42
@dreulavelle dreulavelle changed the title chore(main): release 0.21.0 chore(main): release 1.0.0 Jan 18, 2025
@dreulavelle dreulavelle force-pushed the release-please--branches--main branch from 964a7f1 to 1b4c6a2 Compare January 18, 2025 15:12
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
CHANGELOG.md (1)

6-9: Consider enhancing the breaking changes section.

While the Torbox removal is properly documented, it would be helpful to add a brief explanation of the impact on users and any necessary migration steps.

 ### ⚠ BREAKING CHANGES

-* Torbox Removal ([#971](https://github.com/rivenmedia/riven/issues/971))
+* Torbox functionality has been completely removed ([#971](https://github.com/rivenmedia/riven/issues/971)). Users relying on Torbox will need to switch to alternative providers.
πŸ“œ Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 964a7f1 and 1b4c6a2.

πŸ“’ Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • pyproject.toml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • pyproject.toml
πŸ”‡ Additional comments (1)
CHANGELOG.md (1)

3-25: LGTM! The changelog for version 1.0.0 is well-structured and complete.

The changelog properly documents all changes mentioned in the PR objectives, including:

  • Breaking change: Torbox removal
  • New feature: 6th retry attempt for symlinker
  • Multiple bug fixes with proper references to issues and commit hashes

@dreulavelle dreulavelle force-pushed the release-please--branches--main branch from 1b4c6a2 to 3ca5a72 Compare January 20, 2025 05:40
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
CHANGELOG.md (2)

6-9: Consider adding migration guidance for the breaking change.

While the Torbox removal is properly documented and linked to issue #971, it would be helpful to include:

  • Impact on existing configurations
  • Steps for users to migrate from Torbox
  • Alternative solutions or recommendations

10-13: Consider enhancing the feature description.

While the addition of a 6th retry attempt is documented, it would be beneficial to include:

  • The purpose of adding another retry attempt
  • Expected impact on reliability
  • Any configuration changes needed
πŸ“œ Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 1b4c6a2 and 3ca5a72.

πŸ“’ Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • pyproject.toml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • pyproject.toml
πŸ”‡ Additional comments (2)
CHANGELOG.md (2)

3-5: LGTM! Version header is well-formatted.

The version header follows the conventional changelog format and includes the correct comparison link and release date.


15-25: LGTM! Bug fixes are well-documented.

The bug fixes section is comprehensive and follows good practices:

  • Clear descriptions for each fix
  • Proper commit hash references
  • Issue links where applicable

@dreulavelle dreulavelle force-pushed the release-please--branches--main branch from 3ca5a72 to 5500ba3 Compare January 20, 2025 09:11
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
CHANGELOG.md (1)

15-25: Bug fixes section needs better organization.

While the bug fixes are well-documented with commit references, consider grouping related fixes together for better readability. For example:

  • API-related fixes (scrape endpoint, ListrrAPI)
  • Mediafusion-related fixes (alldebrid, catalog configuration)
  • File processing fixes (sample handling, instantavail)

Consider reorganizing the bug fixes section like this:

 ### Bug Fixes
 
+#### API Improvements
 * add strong typed response to scrape api endpoint ([44f047e](https://github.com/rivenmedia/riven/commit/44f047e7e00c58628fa0669f1630b80f8bbe936e))
 * update ListrrAPI validate method to use correct path ([#906](https://github.com/rivenmedia/riven/issues/906)) ([7659a37](https://github.com/rivenmedia/riven/commit/7659a37d30704b46107b6441e7a40f386ec82101))
+
+#### Mediafusion Updates
 * add alldebrid as option in mediafusion ([42829a2](https://github.com/rivenmedia/riven/commit/42829a2e245169443187ca581bf2dce190f1c7c9))
 * remove catalog configuration from Mediafusion settings and scraper ([#919](https://github.com/rivenmedia/riven/issues/919)) ([fc7ed05](https://github.com/rivenmedia/riven/commit/fc7ed053dbd9c39df869c61a147bfbf8890a6503))
+
+#### File Processing
 * fixed alldebrid instantavail file processing ([#916](https://github.com/rivenmedia/riven/issues/916)) ([d2a6b5b](https://github.com/rivenmedia/riven/commit/d2a6b5bbf0e2c83e3f6f4899e8a367af72d05ae7))
 * updated sample handling for allowed video files ([8a5e849](https://github.com/rivenmedia/riven/commit/8a5e849aca371c28c418270bdbb863770389f2b7))
+
+#### Other Changes
 * api manual scraping fixes. wip ([7fb50f8](https://github.com/rivenmedia/riven/commit/7fb50f856d2395d2cbdc977a35e0a5ae152eecc0))
 * manual scraping updated for downloader rework ([346b352](https://github.com/rivenmedia/riven/commit/346b352c3c6dfcf857b04d65a396ce06e1d70263))
 * Torbox Removal ([#971](https://github.com/rivenmedia/riven/issues/971)) ([5d49499](https://github.com/rivenmedia/riven/commit/5d49499ddfc2582945048f1444a3d3445bb58cef))
πŸ“œ Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 3ca5a72 and 5500ba3.

πŸ“’ Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • pyproject.toml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • pyproject.toml
πŸ”‡ Additional comments (3)
CHANGELOG.md (3)

3-5: Version header follows semantic versioning.

The version header is well-formatted with:

  • Correct semantic version (1.0.0)
  • GitHub compare link
  • Release date

6-9: Breaking change is properly highlighted.

The breaking change (Torbox removal) is correctly marked with the "⚠ BREAKING CHANGES" section and references the relevant issue (#971).


10-13: Feature addition is well documented.

The feature section clearly describes the addition of a 6th retry attempt to the symlinker with proper issue (#926) and commit reference.

* fixed alldebrid instantavail file processing ([#916](https://github.com/rivenmedia/riven/issues/916)) ([d2a6b5b](https://github.com/rivenmedia/riven/commit/d2a6b5bbf0e2c83e3f6f4899e8a367af72d05ae7))
* manual scraping updated for downloader rework ([346b352](https://github.com/rivenmedia/riven/commit/346b352c3c6dfcf857b04d65a396ce06e1d70263))
* remove catalog configuration from Mediafusion settings and scraper ([#919](https://github.com/rivenmedia/riven/issues/919)) ([fc7ed05](https://github.com/rivenmedia/riven/commit/fc7ed053dbd9c39df869c61a147bfbf8890a6503))
* Torbox Removal ([#971](https://github.com/rivenmedia/riven/issues/971)) ([5d49499](https://github.com/rivenmedia/riven/commit/5d49499ddfc2582945048f1444a3d3445bb58cef))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ› οΈ Refactor suggestion

Duplicate entry for Torbox removal.

The Torbox removal is mentioned both in the breaking changes section and bug fixes section. This is redundant and might confuse users.

Remove the duplicate entry from the bug fixes section since it's already covered in the breaking changes section:

-* Torbox Removal ([#971](https://github.com/rivenmedia/riven/issues/971)) ([5d49499](https://github.com/rivenmedia/riven/commit/5d49499ddfc2582945048f1444a3d3445bb58cef))

@dreulavelle dreulavelle force-pushed the release-please--branches--main branch from 5500ba3 to 1ae0655 Compare January 21, 2025 10:46
@dreulavelle dreulavelle changed the title chore(main): release 1.0.0 chore(main): release 0.21.0 Jan 21, 2025
@dreulavelle dreulavelle force-pushed the release-please--branches--main branch from 1ae0655 to 9492d8e Compare January 21, 2025 13:33
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
CHANGELOG.md (1)

17-24: Maintain consistent capitalization in commit messages.

Some commit messages start with capital letters while others don't. For consistency, consider standardizing the capitalization:

-* add alldebrid as option in mediafusion ([42829a2])
-* add strong typed response to scrape api endpoint ([44f047e])
-* api manual scraping fixes. wip ([7fb50f8])
-* fixed alldebrid instantavail file processing ([#916]) ([d2a6b5b])
-* manual scraping updated for downloader rework ([346b352])
-* remove catalog configuration from Mediafusion settings and scraper ([#919]) ([fc7ed05])
-* Torbox Removal ([#971]) ([5d49499])
-* update ListrrAPI validate method to use correct path ([#906]) ([7659a37])
+* Add alldebrid as option in mediafusion ([42829a2])
+* Add strong typed response to scrape api endpoint ([44f047e])
+* API manual scraping fixes. wip ([7fb50f8])
+* Fixed alldebrid instantavail file processing ([#916]) ([d2a6b5b])
+* Manual scraping updated for downloader rework ([346b352])
+* Remove catalog configuration from Mediafusion settings and scraper ([#919]) ([fc7ed05])
+* Update ListrrAPI validate method to use correct path ([#906]) ([7659a37])
πŸ“œ Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 1ae0655 and 9492d8e.

πŸ“’ Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • pyproject.toml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • pyproject.toml
πŸ”‡ Additional comments (1)
CHANGELOG.md (1)

23-23: Remove duplicate Torbox entry.

The Torbox removal is already documented in the breaking changes section.

@dreulavelle dreulavelle force-pushed the release-please--branches--main branch from 9492d8e to f516abc Compare January 21, 2025 13:52
@dreulavelle dreulavelle force-pushed the release-please--branches--main branch 4 times, most recently from 83505ee to 0dd1799 Compare February 10, 2025 19:09
@dreulavelle dreulavelle force-pushed the release-please--branches--main branch from 0dd1799 to cbc76f0 Compare February 11, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant