[codex] Add 0.6 release notes#476
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the release notes for Flame version 0.6.0, which detail major highlights, upgrade instructions, SDK updates, and other improvements. Feedback was provided regarding an inconsistency where the release notes state that the Python SDK requires Python 3.9 or newer, but the pyproject.toml configuration file still references Python 3.8 in its classifiers and mypy settings.
|
|
||
| ## Upgrade Notes | ||
|
|
||
| - Python SDK packaging is now versioned as `0.6.0` and requires Python 3.9 or newer. |
There was a problem hiding this comment.
The release notes state that the Python SDK requires Python 3.9 or newer. However, sdk/python/pyproject.toml still contains references to Python 3.8 in the classifiers (Programming Language :: Python :: 3.8 on line 21) and the mypy configuration (python_version = "3.8" on line 86). Please update sdk/python/pyproject.toml to remove these Python 3.8 references to ensure consistency with the new Python 3.9+ requirement.
424d691 to
6db1372
Compare
ddcb968 to
a8729b3
Compare
2f2432b to
a2a9445
Compare
a2a9445 to
de19929
Compare
| - `docker.io/xflops/flame-console:v0.6.0` (`sha256:02bea7f9871a28eedd09e713248d8953bd039183241a4e657acc7e5550c96bcc`) | ||
| - The `latest` Docker tags have not been moved for `0.6.0`. | ||
| - Rust crate status: `stdng 0.1.8`, `flame-rs-macros 0.6.0`, and `flame-rs 0.6.0` are published on crates.io. | ||
| - Remaining release gap: publish `linux/amd64`/multi-arch Docker artifacts before moving `latest`. |
There was a problem hiding this comment.
The amd64 was pushed, let's update accordingly.
Summary
Add release notes for Flame 0.6.0 under
docs/releases/v0.6.0.md.The notes track the final source tag
v0.6.0at12432449a82079a7773ea833f2a9ac15d9ce3c3f, which matches therelease-0.6snapshot previously taggedv0.6.0-rc2, and summarize the changes fromv0.5.0throughv0.6.0.Notes
v0.5.0...v0.6.0.flamepy 0.6.0,flame-rs-macros 0.6.0,flame-rs 0.6.0, and multi-arch Dockerv0.6.0image tags forlinux/amd64andlinux/arm64.v0.6.0artifacts no longer have a documented publication gap;latesthas not been moved.Validation
release-0.6.v0.6.0resolves to12432449a82079a7773ea833f2a9ac15d9ce3c3f, matchingupstream/release-0.6.release-0.6only addsdocs/releases/v0.6.0.md.git diff --check upstream/release-0.6...HEAD.v0.6.0tags are published for all four images and exposelinux/amd64pluslinux/arm64.flamepy==0.6.0, fresh Cargo cratecargo checkwithflame-rs@0.6.0 --features macros, and pull/run checks for all four arm64 Docker tags.f23fb53e.