Skip to content

docs: move upcoming changes to released section (23 Aug 2026) - #1353

Merged
mikahanninen merged 1 commit into
masterfrom
docs/release-notes-23-aug-2026
Aug 29, 2026
Merged

docs: move upcoming changes to released section (23 Aug 2026)#1353
mikahanninen merged 1 commit into
masterfrom
docs/release-notes-23-aug-2026

Conversation

@mikahanninen

Copy link
Copy Markdown
Collaborator

The "Upcoming release" block in docs/source/releasenotes.rst was stale: every version listed in it had already been tagged and published to PyPI on 23 Aug 2026. This rolls it into the Released section under a 23 Aug 2026 heading.

Released in that wave:

Package Version
rpaframework 33.0.1 (via 33.0.0)
rpaframework-core 13.0.3 (via 13.0.2)
rpaframework-pdf 11.0.2
rpaframework-recognition 8.0.2
rpaframework-google 12.0.1
rpaframework-sema4ai 1.1.1

Approach

Follows the same pattern as the last rollover (794c4bf50, 29 Jun 2026): the section headers move rather than the content block, so the diff is +8/-3 and the entries themselves are provably untouched. docs/source/packages.rst needs no change — its "Latest versions" badges are shields.io images that read from PyPI directly.

Verification

Parsed the file with docutils before and after and compared, normalising for the 5-line offset the insertion introduces:

  • 12 messages before, 12 after — identical after the shift
  • 0 new messages introduced, 0 removed

(Those 12 are pre-existing warnings elsewhere in this long file, unrelated to this change.)

Also checked every date heading's underline length against its title: all 32 correct, including the new 23 Aug 2026.

One thing worth a second look — not changed here

The first entry credits the RPA.Desktop.Windows removal with fixes :issue:1322``, and #1343's commit message says the same. But #1322 is titled "RPA.Desktop Wait for Element does not wait for element" — a timeout bug — and #1343 only deleted RPA.Desktop.Windows.wait_for_element. `RPA.Desktop`'s own `wait_for_element` in `packages/main/src/RPA/Desktop/keywords/finder.py` was left untouched.

So either the issue was closed by removal while the reporter's actual RPA.Desktop complaint still stands, or the reference is a slip. Left exactly as-is — this PR is a pure move and that call is yours. The published release note on the docs site (robocorp/documentation#1182) omits the #1322 link rather than surfacing a confusing reference to readers.

🤖 Generated with Claude Code

Every version in the "Upcoming release" block was already tagged and
published to PyPI on 23 Aug 2026, so the section was stale. Moves the
section headers, leaving the entries themselves untouched.

Released in this wave: rpaframework 33.0.1, rpaframework-core 13.0.3,
rpaframework-pdf 11.0.2, rpaframework-recognition 8.0.2,
rpaframework-google 12.0.1, rpaframework-sema4ai 1.1.1.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@mikahanninen
mikahanninen merged commit 634fbbf into master Aug 29, 2026
2 checks passed
@mikahanninen
mikahanninen deleted the docs/release-notes-23-aug-2026 branch August 29, 2026 07:30
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.

1 participant