Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares Sanic for the v25.12 Long Term Support (LTS) release, updating version numbers, dependencies, changelog, and documentation.
- Updates version from 25.3.0 to 25.12.0 across all relevant files
- Refactors worker process logging for better clarity on startup sequence
- Updates documentation dependencies to support newer versions (mistune>=2.0.0, adds msgspec, python-frontmatter, docstring-parser, libsass)
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
sanic/__version__.py |
Bumps version to 25.12.0 |
sanic/server/runners.py |
Refactors PID handling to pass as parameter; updates worker log messages to distinguish "Starting" from "Worker ready" |
sanic/app.py |
Removes unused loop parameter from methods; uses asyncio.get_running_loop() internally |
setup.py |
Updates mistune constraint to >=2.0.0; adds documentation dependencies |
guide/content/en/release-notes/changelog.md |
Adds v25.12.0 changelog entries; moves previous version down |
guide/content/en/release-notes/2025/v25.12.md |
Adds comprehensive v25.12 LTS release notes with feature documentation |
guide/content/en/guide/running/running.md |
Documents new daemon mode feature |
guide/content/en/guide/running/configuration.md |
Documents DetailedConverter feature |
guide/content/en/guide/basics/tasks.md |
Documents that add_task returns Task object |
guide/content/en/guide/basics/routing.md |
Documents symlink control parameters for static files |
guide/content/en/guide/advanced/commands.md |
Removes outdated version notice |
guide/config/en/sidebar.yaml |
Adds v25.12 to release notes navigation |
guide/config/en/general.yaml |
Updates current_version to 25.12 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3124 +/- ##
=============================================
+ Coverage 87.811% 87.817% +0.005%
=============================================
Files 105 105
Lines 8139 8143 +4
Branches 1290 1290
=============================================
+ Hits 7147 7151 +4
Misses 686 686
Partials 306 306 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
No description provided.