Backfill CHANGELOG and whatsnew-2.0 for dev53-dev78 - #772
Merged
Conversation
pyproject.toml had drifted to dev77 (soon dev78) while the changelog's top entry was still an undated dev53 "unreleased" heading, leaving 22 released versions (dev54-dev77) with no entries at all. Split the bundled unreleased section into its real dev53/dev54 releases, dated each entry from pyproject.toml's version-bump commit history, and wrote the missing dev55-dev77 entries from their commit diffs plus specs/plans/steering docs. Added a new dev78 (unreleased) entry for the two commits already shipped on top of dev77.
The page hadn't been touched since the commit right before dev53, so it was missing every user-facing/breaking change since: the IVideo raw-frame endpoint and video->mjpeg rename, pyobs.utils.pipeline.Night->Reduction, HttpFileCache's Basic Auth->token auth switch, ImageProcessor.on_error, OBSNUM, and BaseCamera's exposure-progress fix. Left out internal-only perf/reliability fixes (event-loop offloads, IERS priming, log-level tweaks) as not upgrade-relevant.
thusser
added a commit
that referenced
this pull request
Sep 2, 2026
* Backfill CHANGELOG.rst for v2.0.0.dev53 through dev78 pyproject.toml had drifted to dev77 (soon dev78) while the changelog's top entry was still an undated dev53 "unreleased" heading, leaving 22 released versions (dev54-dev77) with no entries at all. Split the bundled unreleased section into its real dev53/dev54 releases, dated each entry from pyproject.toml's version-bump commit history, and wrote the missing dev55-dev77 entries from their commit diffs plus specs/plans/steering docs. Added a new dev78 (unreleased) entry for the two commits already shipped on top of dev77. * Catch up whatsnew-2.0.rst for dev53-dev78 The page hadn't been touched since the commit right before dev53, so it was missing every user-facing/breaking change since: the IVideo raw-frame endpoint and video->mjpeg rename, pyobs.utils.pipeline.Night->Reduction, HttpFileCache's Basic Auth->token auth switch, ImageProcessor.on_error, OBSNUM, and BaseCamera's exposure-progress fix. Left out internal-only perf/reliability fixes (event-loop offloads, IERS priming, log-level tweaks) as not upgrade-relevant.
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.
Summary
Test plan