[epg-and-sports-editor]: Bump to v0.4.03 - #336
Merged
dispatcharr-plugins-bot[bot] merged 1 commit intoSep 23, 2026
Merged
dispatcharr-plugins-bot[bot] merged 1 commit into
dispatcharr-plugins-bot[bot] merged 1 commit into
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Release artifact | ✅ | Artifact reachable at resolved URL |
| Maintainers | ✅ | jstevenscl |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 0.4.03 |
| Version bump | ✅ | 0.4.02 → 0.4.03 |
View release v0.4.03 on GitHub · Compare v0.4.02...v0.4.03
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
dispatcharr-plugins-bot
Bot
merged commit Sep 23, 2026
891219a
into
Dispatcharr:main
10 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps
epg-and-sports-editorto v0.4.03.Fix release: the plugin was caching the fetched Sport Templates schedule
(several MB for the full multi-league feed) inside its own settings.
Dispatcharr's plugin UI silently re-uploads the entire settings blob on every
action-button click before running the action, so this cache was getting
uselessly re-sent every time — large enough to trip a body-size limit in some
deployments and surface a "failed to update plugin settings: 400" error, even
though the action itself completed successfully.
The cache now lives in Django's cache framework instead of the plugin's
settings, and already-affected installs get the bloat cleaned up automatically
on next load.
Release: https://github.com/jstevenscl/epg-and-sports-editor/releases/tag/v0.4.03
🤖 Generated with Claude Code