Skip to content

Release notes for v0.80.0#2569

Merged
mdlinville merged 11 commits intomainfrom
WBDOCS-2028
Apr 29, 2026
Merged

Release notes for v0.80.0#2569
mdlinville merged 11 commits intomainfrom
WBDOCS-2028

Conversation

@mdlinville
Copy link
Copy Markdown
Contributor

@mdlinville mdlinville commented Apr 28, 2026

Description

Release notes for v0.80.0

  • Archive 0.68.x
  • Move Security section below Features

Fixes WBDOCS-2028

Notion draft: https://www.notion.so/wandbai/INTERNAL-Draft-Server-0-80-0-release-notes-343e2f5c7ef38025bf1ed476679f47f9?source=copy_link

Testing

  • Local build succeeds without errors (mint dev)
  • Local link check succeeds without errors (mint broken-links)
  • PR tests succeed

@mdlinville mdlinville added the DO-NOT-MERGE For PRs that should not be merged yet label Apr 28, 2026
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Apr 28, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview Apr 28, 2026, 9:40 PM

@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 71.9%, saving 925.0 KB.

Filename Before After Improvement Visual comparison
images/release-notes/v0-80-0/media-compare-mode.png 1.0 MB 314.3 KB 70.7% View diff
images/release-notes/v0-80-0/pin-config-keys-references.png 147.5 KB 31.1 KB 78.9% View diff
images/release-notes/v0-80-0/home-page-improved.png 67.6 KB 15.9 KB 76.5% View diff

@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 5.9%, saving 20.5 KB.

Filename Before After Improvement Visual comparison
images/release-notes/v0-80-0/media-compare-mode.png 314.3 KB 296.4 KB 5.7% View diff
images/release-notes/v0-80-0/pin-config-keys-references.png 31.1 KB 28.5 KB 8.6% View diff

1 image did not require optimisation.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 28, 2026

📚 Mintlify Preview Links

🔗 View Full Preview

✨ Added (4 total)

🖼️ Images (4)

File Preview
images/release-notes/v0-80-0/home-page-improved.png View Home Page Improved
images/release-notes/v0-80-0/media-compare-mode.png View Media Compare Mode
images/release-notes/v0-80-0/pin-config-keys-references.png View Pin Config Keys References
images/release-notes/v0-80-0/weave_scorer_dashboards.gif View Weave Scorer Dashboards

📝 Changed (2 total)

📄 Pages (2)

File Preview
release-notes/server-releases-archived.mdx Server Releases Archived
release-notes/server-releases.mdx Server Releases

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: 7896ee3 at 2026-04-29 18:13:34 UTC

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 28, 2026

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Checked against: https://wb-21fd5541-wbdocs-2028.mintlify.app

@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 7.9%, saving 23.4 KB.

Filename Before After Improvement Visual comparison
images/release-notes/v0-80-0/media-compare-mode.png 296.4 KB 272.9 KB 7.9% View diff

2 images did not require optimisation.

@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 7.8%, saving 21.2 KB.

Filename Before After Improvement Visual comparison
images/release-notes/v0-80-0/media-compare-mode.png 272.9 KB 251.8 KB 7.8% View diff

2 images did not require optimisation.

@mdlinville
Copy link
Copy Markdown
Contributor Author

Images automagically compressed by Calibre's image-actions

Compression reduced images by 5.4%, saving 13.7 KB.

Filename Before After Improvement Visual comparison
images/release-notes/v0-80-0/media-compare-mode.png 251.8 KB 238.1 KB 5.4% View diff

2 images did not require optimisation.

@mdlinville
Copy link
Copy Markdown
Contributor Author

Images automagically compressed by Calibre's image-actions

Compression reduced images by 5.9%, saving 14.1 KB.

Filename Before After Improvement Visual comparison
images/release-notes/v0-80-0/media-compare-mode.png 238.1 KB 223.9 KB 5.9% View diff

2 images did not require optimisation.

mdlinville added a commit that referenced this pull request Apr 28, 2026
## Description

- Fix `validate-mdx` hanging when a commit changes no MDX files, like
when the Calibre action runs. Now:
- The action will succeed early if it sees nothing to validate, not even
bothering to install the `mint` CLI. for `mint validate` to consider,
like when the Calibre action commits an image optimization.
- The action will run if it finds files that match
`(mdx|json|ya?ml|png|jpe?g|webp)`
- Fix Calibre action's token. Actions triggered by other actions can no
longer use `GITHUB_TOKEN` to write into a PR if the image is added /
updated by a commit after the first one. I created a classic PAT owned
by `wandb` that grants read-write access only to `wandb/docs`, saved it
as a repo secret, and updated the action to use it. We were confused why
this seemed to not be a problem for `coreweave/docs` but I was actually
able to reproduce it by the second commit in
coreweave/docs#2949. CoreWeave won't be able to
use a PAT but could potentially use the same auth mechanism that is
approved for DocEngine.

## Testing
- [x] Local testing
- [x] Temporarily added these fixes in
#2569, which was impacted by these
bugs, verified that the actions work correctly there.
- [x] Local build succeeds without errors (`mint dev`)
- [x] Local link check succeeds without errors (`mint broken-links`)
- [x] PR tests succeed
@mdlinville
Copy link
Copy Markdown
Contributor Author

Images automagically compressed by Calibre's image-actions

Compression reduced images by 71.9%, saving 925.0 KB.

Filename Before After Improvement Visual comparison
images/release-notes/v0-80-0/media-compare-mode.png 1.0 MB 314.3 KB 70.7% View diff
images/release-notes/v0-80-0/pin-config-keys-references.png 147.5 KB 31.1 KB 78.9% View diff
images/release-notes/v0-80-0/home-page-improved.png 67.6 KB 15.9 KB 76.5% View diff

@mdlinville
Copy link
Copy Markdown
Contributor Author

Images automagically compressed by Calibre's image-actions

Compression reduced images by 71.9%, saving 925.0 KB.

Filename Before After Improvement Visual comparison
images/release-notes/v0-80-0/media-compare-mode.png 1.0 MB 314.3 KB 70.7% View diff
images/release-notes/v0-80-0/pin-config-keys-references.png 147.5 KB 31.1 KB 78.9% View diff
images/release-notes/v0-80-0/home-page-improved.png 67.6 KB 15.9 KB 76.5% View diff

@mdlinville mdlinville removed the DO-NOT-MERGE For PRs that should not be merged yet label Apr 29, 2026
@mdlinville mdlinville requested a review from BrenSea-wb April 29, 2026 16:25
@mdlinville
Copy link
Copy Markdown
Contributor Author

Brenda approved in Slack.

@mdlinville mdlinville merged commit 039a9b6 into main Apr 29, 2026
8 checks passed
@mdlinville mdlinville deleted the WBDOCS-2028 branch April 29, 2026 18:36
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