docs(release): 1.36.0 site update (version, CHANGES, news) - #21
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Code Review
This pull request updates the FreeUnit documentation, changelog, and configuration files for the release of version 1.36.0. This includes adding detailed release notes highlighting security hardening, graceful shutdown features, and dependency upgrades. The review feedback suggests keeping inline hyperlink markup on a single line in the reStructuredText (RST) release notes file to prevent potential rendering issues.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
845ae98 to
c937304
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation, changelog, and configuration files for the FreeUnit 1.36.0 and 1.35.5 releases, highlighting various security hardening fixes, graceful shutdown features, and dependency upgrades. Feedback on the changes points out that a critical security entry for the 1.35.4 release (mitigating CVE-2026-31431) was accidentally removed from the changelog history and should be restored.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
c937304 to
4bc65ad
Compare
Bump the documented version to 1.36.0 (Jul 16, 2026) in conf.py — this cascades through |version| across the site — refresh source/CHANGES.txt from the main repo (adds the 1.36.0 entry and the previously-missing 1.35.5 entry), and add the "Unit 1.36.0 Released" news announcement with the two security advisories (GHSA-768w-qrh2-jjvh, GHSA-g6v8-r577-76jm) and the full changelog. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DYcuURscruaF1yNVHJHW3C
4bc65ad to
2428a57
Compare
Documentation-site update for the 1.36.0 release (base
main, auto-deploys to docs.freeunit.org on merge).Changes
source/conf.py—version→1.36.0,release_date→Jul 16, 2026. Drives the|version|substitution used across the site (e.g. index.rst "The latest version is …").source/CHANGES.txt— refreshed from the main-repoCHANGES. Adds the 1.36.0 entry and the previously-missing 1.35.5 entry (the page had been stale at 1.35.4).source/news/2026/unit-1.36.0-released.rst— new "Unit 1.36.0 Released" announcement: security-hardening summary, the two advisories, the SIGQUIT graceful-stop feature, the wasmtime bump, and the full changelog (modelled on the 1.35.4 page).source/news/2026/index.rst—nxt_news_entryfor 1.36.0 (newest first).Advisories referenced (both published, patched in 1.36.0, backported to 1.34.x LTS):
Note: a 1.35.5 news announcement page was never created; this PR adds 1.35.5 to
CHANGES.txtbut not a standalone news page — happy to backfill that separately if wanted.