Skip to content

chore: bump logger interface version#3758

Merged
johanneskoester merged 3 commits intomainfrom
fix-bump-logger-interface
Sep 30, 2025
Merged

chore: bump logger interface version#3758
johanneskoester merged 3 commits intomainfrom
fix-bump-logger-interface

Conversation

@cademirch
Copy link
Copy Markdown
Contributor

The logger plugin interface is now at 2.0.0, bumping the version required here.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Sep 28, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • pyproject.toml is excluded by !pyproject.toml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

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

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-bump-logger-interface

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

2.0.0 of the logger plugin interface added a required method to the base plugin class. this is breaking for plugin authors, but not for snakemake. Thus snakemake is still compatible with plugins using any version of the interface.
@johanneskoester johanneskoester merged commit 33256e2 into main Sep 30, 2025
59 checks passed
@johanneskoester johanneskoester deleted the fix-bump-logger-interface branch September 30, 2025 16:22
kjohnsen pushed a commit to kjohnsen/snakemake that referenced this pull request Dec 15, 2025
The logger plugin interface is now at 2.0.0, bumping the version
required here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants