From 9cbc0a2387753b414cfe3280bb7d3951f087c262 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Mon, 1 Dec 2025 11:19:29 -0800 Subject: [PATCH 1/5] [DOCS-1971] Release notes for v0.76.1 --- release-notes/server-releases.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/release-notes/server-releases.mdx b/release-notes/server-releases.mdx index 7421f10bf9..7266fd9873 100644 --- a/release-notes/server-releases.mdx +++ b/release-notes/server-releases.mdx @@ -11,6 +11,15 @@ This page includes release notes for supported releases of W&B Server. + +**December 3, 2025** + +## Fixes +- Fixed a bug where importing a line plot from a workspace to a report could get stuck if extreme outliers were hidden in the plot. +- Fixed a bug that could prevent a table panel from resizing correctly if its height was reduced. +- Fixed a bug where mask overlays could overflow an image with a caption. + + **November 20, 2025** From 3662abc9802ca38db703dca39922e960023caf6c Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Tue, 2 Dec 2025 15:32:09 -0800 Subject: [PATCH 2/5] Update release-notes/server-releases.mdx --- release-notes/server-releases.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/server-releases.mdx b/release-notes/server-releases.mdx index 7266fd9873..ac596ddc7e 100644 --- a/release-notes/server-releases.mdx +++ b/release-notes/server-releases.mdx @@ -18,6 +18,7 @@ This page includes release notes for supported releases of W&B Server. - Fixed a bug where importing a line plot from a workspace to a report could get stuck if extreme outliers were hidden in the plot. - Fixed a bug that could prevent a table panel from resizing correctly if its height was reduced. - Fixed a bug where mask overlays could overflow an image with a caption. +- When a client cancels a GraphQL operation, it is now correctly reported as a `4xx` HTTP client error rather than a `5xx` HTTP server error. From fa92b6aa3490b09f7462aa89100d13eb5ff94749 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Tue, 2 Dec 2025 16:07:03 -0800 Subject: [PATCH 3/5] Update release-notes/server-releases.mdx --- release-notes/server-releases.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/server-releases.mdx b/release-notes/server-releases.mdx index ac596ddc7e..f90c75f9c2 100644 --- a/release-notes/server-releases.mdx +++ b/release-notes/server-releases.mdx @@ -18,6 +18,8 @@ This page includes release notes for supported releases of W&B Server. - Fixed a bug where importing a line plot from a workspace to a report could get stuck if extreme outliers were hidden in the plot. - Fixed a bug that could prevent a table panel from resizing correctly if its height was reduced. - Fixed a bug where mask overlays could overflow an image with a caption. +- Fixed a bug where clicking the **Service Accounts** tab in the Organization Dashboard could cause the page to crash. +- Fixed a caching bug where the wrong run's logs could display when viewing run logs and switching from one run to another. - When a client cancels a GraphQL operation, it is now correctly reported as a `4xx` HTTP client error rather than a `5xx` HTTP server error. From cdc63648600223662b76ccaaa84f628ab034aaec Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Tue, 2 Dec 2025 16:42:38 -0800 Subject: [PATCH 4/5] Apply suggestion from @mdlinville --- release-notes/server-releases.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/server-releases.mdx b/release-notes/server-releases.mdx index f90c75f9c2..9de65b3207 100644 --- a/release-notes/server-releases.mdx +++ b/release-notes/server-releases.mdx @@ -18,6 +18,7 @@ This page includes release notes for supported releases of W&B Server. - Fixed a bug where importing a line plot from a workspace to a report could get stuck if extreme outliers were hidden in the plot. - Fixed a bug that could prevent a table panel from resizing correctly if its height was reduced. - Fixed a bug where mask overlays could overflow an image with a caption. +- Fixed a bug where a run note's edit box's size was too narrow for comfortable editing. Now the edit box uses the same dimensions as the text in display mode. - Fixed a bug where clicking the **Service Accounts** tab in the Organization Dashboard could cause the page to crash. - Fixed a caching bug where the wrong run's logs could display when viewing run logs and switching from one run to another. - When a client cancels a GraphQL operation, it is now correctly reported as a `4xx` HTTP client error rather than a `5xx` HTTP server error. From af15fefd732f8e79ffb01eab1905267c34b380ae Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Thu, 4 Dec 2025 17:30:16 -0800 Subject: [PATCH 5/5] Update release-notes/server-releases.mdx --- release-notes/server-releases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/server-releases.mdx b/release-notes/server-releases.mdx index 9de65b3207..fc7341d457 100644 --- a/release-notes/server-releases.mdx +++ b/release-notes/server-releases.mdx @@ -11,7 +11,7 @@ This page includes release notes for supported releases of W&B Server. - + **December 3, 2025** ## Fixes