From 2e2f132c4273947a4faf734a9daae9bf5444b3bf Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Thu, 30 Jan 2025 15:23:23 -0500 Subject: [PATCH 01/24] initial checkin --- content/posts/releases/0.31.0.md | 48 ++++++++++++++++++++++++ content/posts/releases/0.31.1.md | 12 ++++++ content/posts/releases/0.32.0.md | 64 ++++++++++++++++++++++++++++++++ content/posts/releases/0.33.0.md | 63 +++++++++++++++++++++++++++++++ content/posts/releases/0.34.0.md | 49 ++++++++++++++++++++++++ content/posts/releases/0.35.0.md | 26 +++++++++++++ content/posts/releases/0.36.0.md | 30 +++++++++++++++ content/posts/releases/0.38.0.md | 49 ++++++++++++++++++++++++ content/posts/releases/0.39.0.md | 31 ++++++++++++++++ content/posts/releases/0.40.0.md | 30 +++++++++++++++ content/posts/releases/0.41.0.md | 32 ++++++++++++++++ content/posts/releases/0.42.0.md | 36 ++++++++++++++++++ content/posts/releases/0.43.0.md | 23 ++++++++++++ content/posts/releases/0.44.1.md | 40 ++++++++++++++++++++ content/posts/releases/0.45.0.md | 20 ++++++++++ content/posts/releases/0.46.0.md | 31 ++++++++++++++++ content/posts/releases/0.47.2.md | 28 ++++++++++++++ content/posts/releases/0.47.3.md | 11 ++++++ content/posts/releases/0.48.0.md | 21 +++++++++++ content/posts/releases/0.49.0.md | 35 +++++++++++++++++ content/posts/releases/0.50.2.md | 26 +++++++++++++ content/posts/releases/0.51.0.md | 36 ++++++++++++++++++ content/posts/releases/0.52.2.md | 22 +++++++++++ content/posts/releases/0.54.0.md | 25 +++++++++++++ content/posts/releases/0.56.0.md | 36 ++++++++++++++++++ content/posts/releases/0.57.2.md | 35 +++++++++++++++++ content/posts/releases/0.58.1.md | 26 +++++++++++++ content/posts/releases/0.60.0.md | 28 ++++++++++++++ content/posts/releases/0.61.0.md | 21 +++++++++++ content/posts/releases/0.63.0.md | 27 ++++++++++++++ scripts/release-notes-to-hugo.py | 57 ++++++++++++++++++++++++++++ 31 files changed, 1018 insertions(+) create mode 100644 content/posts/releases/0.31.0.md create mode 100644 content/posts/releases/0.31.1.md create mode 100644 content/posts/releases/0.32.0.md create mode 100644 content/posts/releases/0.33.0.md create mode 100644 content/posts/releases/0.34.0.md create mode 100644 content/posts/releases/0.35.0.md create mode 100644 content/posts/releases/0.36.0.md create mode 100644 content/posts/releases/0.38.0.md create mode 100644 content/posts/releases/0.39.0.md create mode 100644 content/posts/releases/0.40.0.md create mode 100644 content/posts/releases/0.41.0.md create mode 100644 content/posts/releases/0.42.0.md create mode 100644 content/posts/releases/0.43.0.md create mode 100644 content/posts/releases/0.44.1.md create mode 100644 content/posts/releases/0.45.0.md create mode 100644 content/posts/releases/0.46.0.md create mode 100644 content/posts/releases/0.47.2.md create mode 100644 content/posts/releases/0.47.3.md create mode 100644 content/posts/releases/0.48.0.md create mode 100644 content/posts/releases/0.49.0.md create mode 100644 content/posts/releases/0.50.2.md create mode 100644 content/posts/releases/0.51.0.md create mode 100644 content/posts/releases/0.52.2.md create mode 100644 content/posts/releases/0.54.0.md create mode 100644 content/posts/releases/0.56.0.md create mode 100644 content/posts/releases/0.57.2.md create mode 100644 content/posts/releases/0.58.1.md create mode 100644 content/posts/releases/0.60.0.md create mode 100644 content/posts/releases/0.61.0.md create mode 100644 content/posts/releases/0.63.0.md create mode 100644 scripts/release-notes-to-hugo.py diff --git a/content/posts/releases/0.31.0.md b/content/posts/releases/0.31.0.md new file mode 100644 index 000000000..558032646 --- /dev/null +++ b/content/posts/releases/0.31.0.md @@ -0,0 +1,48 @@ + +--- +title: "Release 0.31.0" +date: 2023-04-05 +slug: "0.31.0" +draft: false +--- + +## šŸŖ„ Features + +******************New Triggers panel for registered models****************** + +Automatically re-train or re-evaluate models with Triggers. + +1. [Register](https://docs.wandb.ai/guides/models) a model +2. [Create a job](https://docs.wandb.ai/guides/launch/getting-started#create-a-job) like a training or evaluation job +3. [In your registry](http://wandb.ai/registry/model) create a trigger to automatically kick off jobs + +********************************Bounding box score controls in tables******************************** + +To pinpoint performance gaps more quickly, user can now filter bounding boxes interactively from a table. For example, only show bounding boxes for one specific class, or filter to only show low-confidence bounding boxes. + +**********************New sharing experience********************** + +Easily share your results on the social platform of your choice, with dynamic previews automatically created as a view of your experiments. Attract collaborators, gain social traction and feedback, and seamlessly collaborate with your ML teammates. + +******************************************Improved text previews and rendering options in tables****************************************** + +For all your LLM and prompt-engineering needs, we’ve upgraded how we show long text in tables. Now you’ll see a longer preview on hover, can expand a cell to choose between raw text and markdown rendering, and can easily apply a diff view to highlight how your prompts are evolving. + +## šŸ”Ø Fixes + +- Improved loading time of workspaces with a large number of metrics. Cases in which more than 10,000 metrics were logged could become unresponsive for 30+ seconds on initial load or upon changing filters; this loading time has now been reduced to approximately 500 ms. +- The option to create Triggers now appears even if the Launch feature flag has not been turned on. Creating a Trigger turns on the Launch feature flag, allowing access to [single-node Launch queues](https://docs.wandb.ai/guides/launch). +- Improved navigation for controls around registered models. +- Nested panels in cells can now be expanded to fullscreen. +- Improved +- Panels matching a search term will now remain open as the workspace is being filtered. +- Fixed sizing and alignment issues in navigation, breadcrumbs, and Model Registry. +- Fixed bug impacting sharing panels from default workspace views +- Fixed issue where some artifact diffs were not scrollable when compared side by side. +- Fixed rare issue around reports crashing when editing and collapsing bulleted lists. +- Clarified the error message when users push a run to a queue without an alias. +- Launch resource configs now override defaults as expected. +- The jobs details page now shows the job’s full version path. +- Fixed broken image in Deployer flow. +- Sweeps with no metric name will now throw an error before being run +- Fixed a bug where changing a user’s team-level role would also change their organization-level role. diff --git a/content/posts/releases/0.31.1.md b/content/posts/releases/0.31.1.md new file mode 100644 index 000000000..0487242cf --- /dev/null +++ b/content/posts/releases/0.31.1.md @@ -0,0 +1,12 @@ + +--- +title: "Release 0.31.1" +date: 2023-04-06 +slug: "0.31.1" +draft: false +--- + +## šŸ”Ø Fixes + + - Issue with user sessions expiring + diff --git a/content/posts/releases/0.32.0.md b/content/posts/releases/0.32.0.md new file mode 100644 index 000000000..1b0322410 --- /dev/null +++ b/content/posts/releases/0.32.0.md @@ -0,0 +1,64 @@ + +--- +title: "Release 0.32.0" +date: 2023-04-27 +slug: "0.32.0" +draft: false +--- + +## šŸŖ„ Feature +- Universal Search on W&B! Use ⌘/Ctrl + K to quickly search and navigate between your Projects and Reports +- W&B Server now supports View only seats +- W&B Launch is GA; Launch lets you create reusable, configurable run templates called Jobs to easily scale and replicate your training runs; Better triggers workflow +- Navigation improvements in the model registry; /models now points to the main registry view; automation panels now have links between them +- Trace panel for LLMs allows you to track and visualize the inputs and outputs, execution flow, model architecture, and any intermediate results of your LLM chains; You can use your own LLM chaining implementation or use a W&B integration for LLM libraries such as LangChain. +- Better string visualization and hover behavior in tables + +## šŸ”Ø Fixes + +- Remove panelbank pagination +- Artifact files s3 multipart upload support +- Weird behavior related to GQL queries +- Timeout exception +- Don't filter out old run queue items if still pending +- Make panelplot runColors match runColors of grouped runs in run selector +- Triggers: run "create artifact" triggers on artifact commit +- Breadcrumbs being misaligned in firefox +- Prevent empty state before loading model registry +- Overflow handling for alias list in version overview +- Input outline on safari +- Display toast message upon linking version to registry +- Redirect users to login to view the mr +- Correctly load URL in PanelHTML to prevent XSS +- Email copy +- String tooltips now open closer to text +- Update score for stringcompare to make it less than string histogram +- Filter nulls from launch sweep suggested values +- Correctly measure Markdown height +- Triggers table error handling +- Triggers: fix overrides JSON +- Tooltips sometimes don't appear for markdown +- Add filemeta logs +- Runs search regex popup for reports view +- Tooltips for string comparison panel +- Make PanelStringCompare work with weave1 +- Add GKE in parentheses for kubernetes +- Issue where tooltips don't appear when they should +- Remove "Add to Launch queue" options from Runs Table +- Add loading state for PanelPreviewDir +- Broken GitHub link when remote info had .git suffix +- Loading panel netron with weave1 +- Formatting issues in String, StringEditor +- Swap order of input / output artifacts in run Overview tab +- Reduce z-index of artifacts version menu +- Update create trigger to new trigger +- LocalStorage bug preventing iframe rendering +- Unnest table row types in panel merge to fix rendering join tables from weave python +- Make sure sweeps table renders display names when available. +- Issue with user sessions expiring +- Filter collection triggers if not on the selected collection +- Set name of downloaded file to be filename (instead of hash) +- Increase z-index of artifact dropdown menu +- Trim runs search query + +Release Type: minor diff --git a/content/posts/releases/0.33.0.md b/content/posts/releases/0.33.0.md new file mode 100644 index 000000000..c95aeeb54 --- /dev/null +++ b/content/posts/releases/0.33.0.md @@ -0,0 +1,63 @@ + +--- +title: "Release 0.33.0" +date: 2023-05-10 +slug: "0.33.0" +draft: false +--- + +## šŸŖ„ Features + +### Prompts: Zoom and pan + +![Untitled-3](https://github.com/wandb/server/assets/97066933/c6580dff-f003-4767-86f2-ad26d40108fb) + + +Explore complex chains of LLM prompts more easily with new zoom and pan controls in our prompts tracer. Learn more [here](https://docs.wandb.ai/guides/prompts#trace-timeline). + +### Model registry admin role + +![Untitled-4](https://github.com/wandb/server/assets/97066933/b0fc6389-b8a6-437a-91a3-a991e69bca0d) + + +Control your model promotion process with a new role for model registry admins. These users can manage the list of protected aliases (for example, ā€œchallengerā€ or ā€œprodā€), as well as apply or remove protected aliases for model versions. + +### Viewer role + +You can now share your W&B findings with a broader audience with the introduction of a Viewer role for W&B Server. Users with this role can view anything their team(s) make, but not create, edit, or delete anything. These seats are measured separately from traditional W&B Server seats, so reach out your W&B account team to request an updated license. + +### Improved sharing: optional magic link, and easier signup for viewers + +Team admins can now disable magic link sharing for a team and its members. Disable public sharing on the team setting allows you increase team privacy controls. Meanwhile, it’s now easier for users who receive a report link to access the report in W&B after signing up. + +### Improved report composition + +Untitled-5 + + +Reports help share your findings W&B further throughout an organization, including with people outside the ML team. We’ve made several investments to ensure it’s as simple and frictionless as possible to create and share them—including an improved report drafting experience with enhanced draft publication, editing, management, and sharing UX to improve how teams collaborate with Reports. + +### Updated navigation + +As W&B has expanded the parts of the ML workflow we cover, we’ve heard your feedback that it can be hard to move around the application. So we’ve updated the navigation sidebar to include clearer labels on the product area, and added backlinks to certain detail screens. We’ve also renamed ā€œTriggersā€ to ā€œAutomationsā€ to better reflect the power of the feature. + +## šŸ”Ø Fixes + +- When hovering over a plot in workspaces or a report, you can now use Cmd+C or Ctrl+C to copy run names and plot values shown in the hover control. +- Changes to default workspaces are now no longer auto-saved. +- Metrics in the Overview → Summary section now are formatted with commas. +- Added an install-level option to allow non-admin users to create teams (default off; contact W&B support to enable it). +- Weave plots now support log scales. +- The Launch panel can now be expanded horizontally to give more space for viewing parameters. +- The Launch panel now indicates whether a queue is active +- The Launch panel now allows you to choose a project for the run to be logged in. +- Launch queues can now only be created by team admins. +- Improved Markdown support in Launch panel. +- Improved error message on empty Launch queue configurations. +- Filters on the Sweeps parallel coordinates plot will now apply to all selected runsets. +- Sweeps now no longer require a metric. +- Added support for tracking reference artifact files saved outside W&B in Azure Blob Storage. +- Fixed bug in Markdown editing in Reports +- Fullscreen Weave panels can now share config changes with the original panel. +- Improved display of empty tables +- Fixed bug in which the first several characters of logs were cut off diff --git a/content/posts/releases/0.34.0.md b/content/posts/releases/0.34.0.md new file mode 100644 index 000000000..332dee3a0 --- /dev/null +++ b/content/posts/releases/0.34.0.md @@ -0,0 +1,49 @@ + +--- +title: "Release 0.34.0" +date: 2023-05-31 +slug: "0.34.0" +draft: false +--- + +## šŸŖ„ Features + +**********New Model Registry UI********** + +Untitled-6 + +We’re making it easier for users to manage a long list of models, and navigate seamlessly between entities in the model registry. With this new UI, users can: + +- Look at all your registered models +- Filter to registered models within a specific team +- With the new list view, users can expand each panel to see the individual versions inside of it, including each version's aliases, and metadata or run metrics. Clicking on a version from this quick view can take you to it's version-view +- Look at an overview directly by clicking ā€œView Detailsā€ +- See a preview of how many version, consumers, and automations are present for each registered model +- Create Automations directly +- See some metadata columns and details in preview +- Change Model Access Controls + +## šŸ”Ø Fixes + +- Improved search functionality for better universal search ranking results. +- Added functionality to add/delete multiple tags at once in the model registry +- Enhanced the FileMarkdown feature to correctly scroll long content. +- Made the default team selection dropdown scrollable. +- Removed the UI access restriction for Tier 1/2/3 plans based on tracked hour usage. +- Added tooltips to for LLM trace viewer spans +- LLM trace timeline/detail now splits horizontally in fullscreen +- Added entity / team badges to Model Registry entries. +- Improved the navigation bar experience for logged out users +- Disabled storage/artifact banners to avoid issue where UI blocks for orgs with excess artifacts. +- Fixed issues where user avatars were not being displayed correctly. +- Fixed issue using Launch with Azure Git URLs +- Launch configuration boxes now work in airgapped environments +- In Launch queue creation, show teams as disabled (rather than hidden) for non-admins. +- Fixed issue with embedding projector rendering +- Fixes issue that prevented users from being able to reset their password in some cases involving mixed-case usernames. +- Files with special characters now show up in the media panel in Azure +- Added the ability to override the inline display format for timestamps. +- Reports with custom charts now load when not logged in. +- Wide GIFs no longer overflow fullscreen view +- Increase default automations limit from 20 to 200. +- Fixed bug allowing the appearance of deleting the version alias of a registered model (in fact, this could not be deleted on the backend). diff --git a/content/posts/releases/0.35.0.md b/content/posts/releases/0.35.0.md new file mode 100644 index 000000000..8403f878c --- /dev/null +++ b/content/posts/releases/0.35.0.md @@ -0,0 +1,26 @@ + +--- +title: "Release 0.35.0" +date: 2023-06-07 +slug: "0.35.0" +draft: false +--- + +## šŸ”’ Security Issue + +Fixed issue where API keys were logged for recently logged in users. Check for `FetchAuthUserByAPIKey` in the logs which you can find in `gorilla.log` from a debug bundle and rotate any keys that are found. + +## šŸŖ„ Features + +### Launch Agent Logs Now in the GUI + +![Untitled-7](https://github.com/wandb/server/assets/97066933/9d68dc0d-54c9-4024-a108-ffb5a1500fa8) + +[W&B Launch](https://docs.wandb.ai/guides/launch) allows you to push machine learning jobs to a wide range of specialized compute environments. With this update, you can now use W&B to monitor and debug jobs running in these remote environments, without needing to log into your AWS or GCP console. + +## šŸ”Ø Fixes + +- Logs tab is no longer trimmed to 1000 rows. +- Fixed scenario where artifact files pagination could get into an infinite loop +- Fixed bug where success toast messages were not appearing +- The Runs table will now correctly show the git commit value diff --git a/content/posts/releases/0.36.0.md b/content/posts/releases/0.36.0.md new file mode 100644 index 000000000..7d8fc2dfd --- /dev/null +++ b/content/posts/releases/0.36.0.md @@ -0,0 +1,30 @@ + +--- +title: "Release 0.36.0" +date: 2023-06-14 +slug: "0.36.0" +draft: false +--- + +### šŸŖ„ Features + +**Clone Runs with Launch** +image + + +If you want to repeat a run but tweak a couple hyperparameters--say bump the batch size to take advantage of a larger machine--it's now easy to clone a run using W&B Launch. Go to the run overview, click Clone, and you'll be able to select new infrastructure to execute the job on, with new hyperparameters. Learn more [here](https://docs.wandb.ai/guides/launch). + +### šŸ”Ø Fixes + + - Added report creation and update action to audit logs. + - Artifacts read through the SDK will now be captured in the [audit logs](https://docs.wandb.ai/guides/hosting/audit-logging). + - In report creation, added button to select all plots to add to the new report + - New view-only users signing up via a report link will now be fast tracked to the report, rather than going through the normal signup process. + - Team admins can now add protected aliases. + - Improved media panel handling of intermediate steps. + - Removed inactive 'New Model' button from Model Registry homepage for anonymous users + - Ability to copy data from plot legends has been rolled out to all users. + - Fixed incorrect progress indicator in Model Registry onboarding checklist. + - Fixed issue where the Automations page could crash when job name had slashes. + - Fixed issue where a user could update the wrong user profiles. + - Added option to permanently delete runs and their associated metrics after a duration specified in an environment variable. diff --git a/content/posts/releases/0.38.0.md b/content/posts/releases/0.38.0.md new file mode 100644 index 000000000..dc39f5eac --- /dev/null +++ b/content/posts/releases/0.38.0.md @@ -0,0 +1,49 @@ + +--- +title: "Release 0.38.0" +date: 2023-07-13 +slug: "0.38.0" +draft: false +--- + +### Features + +**Metric visualization enhancements** + +image + + +We're continuing to enhance our core metric visualization experience. You can now define which metrics from regular expressions to render in your plots, up to 100 metrics at once. And to more accurately represent data at high scale, we've add a new time-weighted exponential moving average smoothing algorithm for plots ([check out all of our supported algorithms here](https://docs.wandb.ai/guides/app/features/panels/line-plot/smoothing#docusaurus_skipToContent_fallback)). + +**Feedback surveys** + +W&B has always built our product based on customer feedback. Now, we're happy to introduce a new way for you to shape the future of W&B: in-app feedback surveys in your Dedicated Cloud or Customer-Managed W&B install. Starting July 17th, W&B users will start periodically seeing simple 1 - 10 Net Promoter Score surveys in the application. All identifying information is anonymized. We appreciate all your feedback and look forward to making W&B even better, together. + +### Fixes + +* Major improvement to artifact download speed: over a 6x speedup on our 1-million-file artifact benchmark. Please upgrade to SDK version 0.15.5+. +* (Launch) Optuna is now available as [a sweeps scheduler with Sweeps on Launch](https://docs.wandb.ai/guides/launch/sweeps-on-launch#create-a-custom-sweep-scheduler), allowing more efficient exploration of hyperparameters. +* Run data permadeletion is now available (default off). This can be enabled with the GORILLA_DATA_RETENTION_PERIOD environment variable, specified in hours. Please take care before updating this variable and/or chat with W&B Support, since the deletion is permanent. Artifacts will not be deleted by this setting. +* Updated report sharing emails to include a preview. +* Relaxed HTML sanitation rules for reports in projects; this had been causing rare problems with report rendering. +* Expanded the maximum number of metrics that can be matched by a regex in chart configuration; previously this had been always 10, the maximum is now 100. +* Fixed issue with media panel step slider becoming unsynced with the media shown. +* Added time-weighted exponential moving average as an option for smoothing in plots. +* The "Search panels" textbox in workspaces now preserves the user's last search. +* Applying a username filter when runs are grouped will no longer error. +* (Launch) The loading of the Launch tab should now be much faster, typically under two seconds. +* (Launch) There’s now an option to edit queue configs using YAML instead of JSON. It’s also now more clear how to edit queue configs. +* (Launch) Runs will now show error messages in the UI when they crash or fail. +* (Launch) If you don’t specify a project when creating a job, we’ll now use the value for WANDB_PROJECT from your wandb.init. +* (Launch) Updated support for custom accelerator images—these will run in noninteractive mode when building, which had been blocking some images. +* (Launch) Fixed issue where the run author for sweeps was the agent service account, rather than the real author +* (Launch) Clicking outside the Launch drawer will no longer close the drawer automatically. +* (Launch) Fixed issue where training jobs that had been enqueued by a sweep but not run yet were not correctly removed from the queue if you later stopped the sweep. +* (Launch) The Launch navigation link is now hidden for users who aren't part of the team. +* (Launch) Fixed formatting and display issues on Agent logs. +* Fixed scrolling, resizing, and cloning issues in Automations panel. +* Fixed pagination on artifact action history. +* Added support for pre-signed URLs using a VPC endpoint URL if the AWS_S3_ENDPOINT_URL env var is set and passed in from the SDK side. +* Fixed enterprise dashboard link when organization name contains "&" +* Updated tag colors to be consistent + diff --git a/content/posts/releases/0.39.0.md b/content/posts/releases/0.39.0.md new file mode 100644 index 000000000..97102252b --- /dev/null +++ b/content/posts/releases/0.39.0.md @@ -0,0 +1,31 @@ + +--- +title: "Release 0.39.0" +date: 2023-07-27 +slug: "0.39.0" +draft: false +--- + +## Features + +**Revamped Organization Dashboard** + +image + +We've made it easier to see who's making the most W&B with our overhauled Organization Dashboard, accessible to W&B admins. You can now see details on who's created runs and reports, who's actively using W&B, who's invites are pending--and you can export all this in CSV to share across your organization. Learn more in [the docs](https://docs.wandb.ai/guides/hosting/manage-users). + +For Dedicated Cloud customers, this feature has been turned on. For Customer-Managed W&B customers, contact W&B support and we'll be happy to work with you to enable it. + +## Fixes + +- Restrict service API keys to team admins +- Launch agent configuration is now shown on the Agents page +- Added navigation panel while viewing a single Launch job. +- Automations can now show configuration parameters for the associated job. +- Fixed issue with grouped runs not live updating +- Removed extra `/` in magic and normal link url +- Check base for incremental artifacts +- Inviting a user into multiple teams will no longer take up too many seats in the org + + + diff --git a/content/posts/releases/0.40.0.md b/content/posts/releases/0.40.0.md new file mode 100644 index 000000000..bdd7cfe81 --- /dev/null +++ b/content/posts/releases/0.40.0.md @@ -0,0 +1,30 @@ + +--- +title: "Release 0.40.0" +date: 2023-08-18 +slug: "0.40.0" +draft: false +--- + +### šŸŖ„Features + +************Webhooks************ + +![Untitled-8](https://github.com/wandb/server/assets/97066933/88ebcb78-a2e6-42ed-8a37-1be0b7556a3a) + + +Enable a seamless model CI/CD workflow using Webhook Automations to trigger specific actions within the CI/CD pipeline when certain events occur. Use webhooks to facilitate a clean hand-off point between ML engineering and devops. To see this in practice for [Model Evaluation](https://www.youtube.com/watch?v=7j-Mtbo-E74) and [Model Deployment](https://www.youtube.com/watch?v=g5UiAFjM2nA), check out the linked demo videos. Learn more in [our docs](https://docs.wandb.ai/guides/models/automation#create-a-webhook-automation). + +**************************************New user activity dashboard on for all customers************************************** + +### šŸ”ØFixes + +- Removed limit on number of registered models an organization could have. +- Added search history to workspaces to make it easier to find commonly used plots. +- Changed reports ā€œlikeā€ icon from hearts to stars. +- Users can now change the selected run in a workspace view with a group of runs. +- Fixed issue causing duplicate panel grids. +- Users can now pass in per-job resource config overrides for Sweeps on Launch +- Added redirect from */admin/users* to new organization dashboard. +- Fixed issues with LDAP dropping connections. +- Improvements to run permadeletion. diff --git a/content/posts/releases/0.41.0.md b/content/posts/releases/0.41.0.md new file mode 100644 index 000000000..4be1c307c --- /dev/null +++ b/content/posts/releases/0.41.0.md @@ -0,0 +1,32 @@ + +--- +title: "Release 0.41.0" +date: 2023-08-28 +slug: "0.41.0" +draft: false +--- + +### šŸŖ„ Features + +**********New Launch landing page********** + +![image%20(40)](https://github.com/wandb/server/assets/97066933/3bd0ecfe-1fcb-412f-92d3-6d3ce8f849d6) + + +We’ve updated the Launch home page, so users looking to get started with Launch will have a much easier way to get setup quickly. Easily access detailed documentation, or simply follow the three Quickstart steps to create a Launch queue, agent, and start launching jobs immediately. + +Here are the other new features included in this release: + +- Add new reverse proxy to track OpenAI requests and responses +- Show agent version on agent overview page +- New model registry workflow removed from feature flag for all users + +### šŸ”Ø Fixes + +- Empty projects causing infinite load on storage explorer +- Runs marked failed when run queue items are failed +- Use correct bucket for storing OpenAI proxy artifacts +- SEO tags not properly rendered by host +- Trigger export in background, on context deadline as well +- Transition runs in pending state to running when run is initialized +- Query so Launch queues show most recent completed and failed jobs diff --git a/content/posts/releases/0.42.0.md b/content/posts/releases/0.42.0.md new file mode 100644 index 000000000..782a1533a --- /dev/null +++ b/content/posts/releases/0.42.0.md @@ -0,0 +1,36 @@ + +--- +title: "Release 0.42.0" +date: 2023-09-14 +slug: "0.42.0" +draft: false +--- + +### šŸŖ„Features + +**********W&B Artifacts now supports time-to-live (TTL) policies********** + +![Screen Shot 2023-09-14 at 3 55 16 PM](https://github.com/wandb/server/assets/117778861/fcfe9484-5adb-4ace-8e88-9c9a344d94ef) + +Users can now gain more control over deleting and retention of Artifacts logged with W&B, with the ability to set retention and time-to-live (TTL) policies! Determine when you want specific Artifacts to be deleted, update policies on existing Artifacts, and set TTL policies on upstream or downstream Artifacts. + +Here are the other new features include in this release: + +- Use Launch drawer when creating Sweeps +- Delete run queue items +- Min/max aggregations nested dropdown +- Allow users to connect multiple S3-compatible buckets +- Add disk i/o system metrics +- Use the legacy way to set permissions +- Enable CustomerSecretStore +- Add Kubernetes as a backend for CustomerSecretStore + +### šŸ”ØFixes +- Disable storage and artifact invoices for ongoing storage calculations refractors +- Panel deletion bug +- Remove link-version event type from project automation slider +- Remove upper case styling for artifact type names +- Keep uncolored tags from changing color on render +- Stale defaults stuck in Launch drawer on reopen +- Trigger alias automations while creating artifact +- Edge case failure in infinite loading tag filters diff --git a/content/posts/releases/0.43.0.md b/content/posts/releases/0.43.0.md new file mode 100644 index 000000000..7418020c1 --- /dev/null +++ b/content/posts/releases/0.43.0.md @@ -0,0 +1,23 @@ + +--- +title: "Release 0.43.0" +date: 2023-10-02 +slug: "0.43.0" +draft: false +--- + +Release 0.43.0 contains a number of minor bug fixes and performance improvements, including fixing the bottom of runs tables when there's a scrollbar. Check out the other fixes below: + +![269056069-61623cd1-c084-4054-ba48-9b84fed97b07](https://github.com/wandb/server/assets/117778861/e4fe9656-b382-4328-80e4-edc4fcae1c88) + +## Fixes + + - Dramatically improve workspace loading perf + - Fixing broken docs link in disabled add panel menu + - Render childPanel without editor in report + - Copying text from a panel grid when editing + - Run overview crashing with 'length' key + - Padding for bottom of runs table when there's a scrollbar + - Eliminate unnecessary history key cache read + - Error handling for Teams Checkout modal + - Memory leak, excess filestream sending, and orphaned processes in Weave Python autotracer diff --git a/content/posts/releases/0.44.1.md b/content/posts/releases/0.44.1.md new file mode 100644 index 000000000..9198e832c --- /dev/null +++ b/content/posts/releases/0.44.1.md @@ -0,0 +1,40 @@ + +--- +title: "Release 0.44.1" +date: 2023-10-12 +slug: "0.44.1" +draft: false +--- + +## Feature + +**Add OpenAI proxy UI to SaaS and Server** + +![openai_proxy_ui](https://github.com/wandb/server/assets/7208315/8bc78df9-e0e7-455e-8c74-975caa96eccf) + +**Also:** + +* New version v1.19.0 of our AWS Terraform module terraform-google-wandb is available +* Add support for AWS Secret Manager for Customer Secret Store, which can be enabled after the terraform module terrraform-aws-wandb is updated and released +* Add support for Azure Key Vault for Customer Secret Store, which can be enabled after the terraform module terrraform-azurerm-wandb is updated and released + +## Fixes + +* Quality-of-life improvements in the model registry ui +* int values no longer ignored when determining if a run achieved a sweep's optimization goal +* Cache runs data to improve workspace loading perf +* Improve TTL rendering in collection table +* Allow service accounts to be made workflow (registry) admins +* Add tooltip for truncated run tags in workspaces +* Fix report page scrolling +* Copy `y` data values for chart tooltip +* Query secrets for webhooks in local +* Fixing broken domain zoom in panel config +* Hide Customer Secret Store UI if GORILLA_CUSTOMER_SECRET_STORE_SOURCE env var not set + +## Chores + +* Bump langchain to latest +* Adding WB Prompts to quickstart +* Update AWS MIs to use terraform-kubernetes-wandb v1.12.0 +* Show correct Teams Plan tracked hours teams settings page and hide on usage page diff --git a/content/posts/releases/0.45.0.md b/content/posts/releases/0.45.0.md new file mode 100644 index 000000000..62175e644 --- /dev/null +++ b/content/posts/releases/0.45.0.md @@ -0,0 +1,20 @@ + +--- +title: "Release 0.45.0" +date: 2023-10-25 +slug: "0.45.0" +draft: false +--- + +## Feature + +* Enable artifact garbage collection using environment variable GORILLA_ARTIFACT_GC_ENABLED=true and cloud object versioning or soft deletion. +* The terraform module terrraform-azurerm-wandb now supports Azure Key Vault as a secrets store. + * Deployments on Azure can now use W&B Secrets with Webhooks and Automations. Secrets are stored securely in Azure Key Vault. + +## Fixes + +* Remove invalid early exit preventing history deletion +* When moving/copying runs, don't drop key-set info +* Update mutations to no longer use defunct storage plan or artifacts billing plan at all +* Respect skip flag in useRemoteServer diff --git a/content/posts/releases/0.46.0.md b/content/posts/releases/0.46.0.md new file mode 100644 index 000000000..c6b1c392f --- /dev/null +++ b/content/posts/releases/0.46.0.md @@ -0,0 +1,31 @@ + +--- +title: "Release 0.46.0" +date: 2023-11-15 +slug: "0.46.0" +draft: false +--- + +## Feature + +* Deployments on AWS can now use W&B Secrets with Webhooks and Automations + * Secrets are stored securely in AWS Secret Manager - please use the terraform-aws-wandb module to provision one and +* Update webhooks table to display more information +* Better truncation of long strings to improve the usability of strings in the UI +* Reduce delay for scroll to report section +* Add white background to weave1 panels +* Allow deep link for weave1 panels in reports +* Allow weave1 panel resizing in reports +* Homepage banner will now show CLI login instructions +* User invites will now succeed if invite email can't be sent for some reason +* Add list of associated queues to agent overview page + +## Fixes + +* Copy function on panel overlay was dropping values +* CSS cleanup for import modal when creating report +* Fixes regression to hide legend when toggled off +* Report comment highlighting +* Remove all caching for view's LoadMetadataList() +* Let run search stretch +* Associate launch agents with user id from `X-WANDB-USERNAME` header diff --git a/content/posts/releases/0.47.2.md b/content/posts/releases/0.47.2.md new file mode 100644 index 000000000..dc05b4142 --- /dev/null +++ b/content/posts/releases/0.47.2.md @@ -0,0 +1,28 @@ + +--- +title: "Release v0.47.2" +date: 2023-12-01 +slug: "0.47.2" +draft: false +--- + +## Feature + +**Use custom roles with specific permissions to customize access control within a team** +* Available in preview to enterprise customers. Please reach out to your Weights & Biases account team or support for any questions. + +![custom_roles_ui](custom_roles_ui.png) + +**Also:** + +* Minor runs search improvements +* Auto-resize runs search for long texts +* View webhook details, including URL, secrets, date created directly from the automations table for webhook automations + +## Fixes + +* Grouping of runs when group value is a string that looks like a number +* Janky report panel dragging behavior +* Update bar chart spec to match the one on public cloud +* Clean up panel padding and plot margins +* Restores workspace settings beta diff --git a/content/posts/releases/0.47.3.md b/content/posts/releases/0.47.3.md new file mode 100644 index 000000000..53dc46fb5 --- /dev/null +++ b/content/posts/releases/0.47.3.md @@ -0,0 +1,11 @@ + +--- +title: "Release v0.47.3" +date: 2023-12-08 +slug: "0.47.3" +draft: false +--- + +# Fixes + +We're releasing a couple of important fixes for the _**Custom Roles**_ preview capability that was launched as part of v0.47.2. If you're interested in using that feature to create fine-grained roles and better align with least privilege principle, please use this latest server release and reach out to your Weights & Biases team for an updated enterprise license. diff --git a/content/posts/releases/0.48.0.md b/content/posts/releases/0.48.0.md new file mode 100644 index 000000000..4ad46490f --- /dev/null +++ b/content/posts/releases/0.48.0.md @@ -0,0 +1,21 @@ + +--- +title: "Release 0.48.0" +date: 2023-12-20 +slug: "0.48.0" +draft: false +--- + +## Feature + +* All required frontend changes for launch prioritization + * Refer to [this blog](https://wandb.ai/wandb_fc/launch-releases/reports/Introducing-Priority-Based-Job-Management-with-W-B-Launch--Vmlldzo2MzE2NjI2) on how you can run more important jobs than others using Launch. +* Refer to below changes for access control and user attribution behavior of team service accounts: + * When a team is configured in the training environment, a service account from that team can be used to log runs in either of private or public projects within that team, and additionally attribute those runs to a user only if `WANDB_USERNAME` or `WANDB_USER_EMAIL` variable is configured in the environment and the user is part of that team. + * When a team is not configured in the training environment and a service account is used, the runs would be logged to the named project within the service account's team, and those would be attributed to a user only if `WANDB_USERNAME` or `WANDB_USER_EMAIL` variable is configured in the environment and the user is part of that team. + * A team service account **can not** log runs in a private project in another team, but it can log runs to public projects in other teams. + +## Fixes + + * Reduce column widths for oversized runs selectors + * Fix a couple of bugs related to Custom Roles preview feature diff --git a/content/posts/releases/0.49.0.md b/content/posts/releases/0.49.0.md new file mode 100644 index 000000000..b8124c555 --- /dev/null +++ b/content/posts/releases/0.49.0.md @@ -0,0 +1,35 @@ + +--- +title: "Release 0.49.0" +date: 2024-01-18 +slug: "0.49.0" +draft: false +--- + +## Feature + +* Set a default TTL (time-to-live or scheduled deletion) policy for a team in the team settings page. + * Restrict setting or editing of a TTL policy to either of admin only or admin plus members. +* Test and debug a webhook during webhook creation or after in the team settings UI. + * W&B will send a dummy payload and display the receiving server's response. +* View Automation properties in the View Details slider. + * This includes a summary of the triggering event and action, action configs, creation date, and a copy-able curl command to test webhook automations. +* Replace agent heartbeat with last successful run time in launch overview. +* Service accounts can now use the Report API to create reports. +* Use the new role management API to automate managing the custom roles. +* Enable Kubernetes Operator for Dedicated Cloud deployments on AWS. +* Configure a non-conflicting IP address range for managed cache used in Dedicated Cloud deployments on GCP. + +## Fixes + +* Update the add runset button clickable area in reports +* Show proper truncate grouping message +* Prevent flashing of publish button in reports +* Horizonal Rule get collapsed in report section +* Add section button hidden in certain views +* Allow things like semantic versioning in the plot as string +* Remove requirements for quotes when using template variables in queue config definitions +* Improve Launch queue sorting order +* Don't auto-open panel sections when searching large workspaces +* Change label text for grouped runs +* Open/close all sections while searching diff --git a/content/posts/releases/0.50.2.md b/content/posts/releases/0.50.2.md new file mode 100644 index 000000000..dc0417262 --- /dev/null +++ b/content/posts/releases/0.50.2.md @@ -0,0 +1,26 @@ + +--- +title: "Release 0.50.2" +date: 2024-02-26 +slug: "0.50.2" +draft: false +--- + +## Feature + +* Add panel bank setting to auto-expand search results +* Better visibility for run queue item issues +* Dedicated Cloud customers on AWS can now use Privatelink to securely connect to their deployments. + * The feature is in private preview and will be part of an advanced pricing tier at GA. Reach out to your W&B team if interested. +* You can now automate user role assignment for organization or team scopes using the [SCIM role assignment API](https://docs.wandb.ai/guides/hosting/manage-users#role-assignment-api) +* All Dedicated Cloud instances on AWS & Azure are now managed using the new W&B Kubernetes Operator. With that, the new Parquet Store service is also available. The service allows for performant & cost efficient storage of run history data in parquet format in the blob storage. That in turn leads to faster loading of relevant history data in charts & plots that are used to evaluate the runs. +* W&B Kubernetes Operator and along with that the Parquet Store service are now available for use in customer-managed instances. We encourage customers that already use Kubernetes to host W&B, to reach out to their W&B team on how they can use the operator. And we highly recommend others to migrate to Kubernetes in order to receive the latest performance improvements and new services in future via operator. We're happy to assist with planning such a migration. + + +## Fixes + +* Properly pass template variables through sweep scheduler +* Scheduler polluting sweep yaml generator +* Display user roles correctly on team members page when search or sort is applied +* Org admins can again delete personal projects in their Dedicated Cloud or Self-managed server instance +* Add validation for SCIM GET groups API for pending users diff --git a/content/posts/releases/0.51.0.md b/content/posts/releases/0.51.0.md new file mode 100644 index 000000000..55dbad08c --- /dev/null +++ b/content/posts/releases/0.51.0.md @@ -0,0 +1,36 @@ + +--- +title: "Release 0.51.0" +date: 2024-03-20 +slug: "0.51.0" +draft: false +--- + +## Features + +**You can now save multiple views of any workspace by clicking "Save as a new view" in the overflow menu of the workspace bar.** + +[Learn more](https://docs.wandb.ai/guides/app/pages/workspaces#create-saved-workspace-views) about how Saved views can enhance your team's collaboration and project organization. + +![saved_views](https://github.com/wandb/server/assets/7208315/862a36ac-8ce4-49e7-8677-d87d54ab1e54) + +The release also includes these capabilities: +* You can now [set a project's visibility scope to Restricted](https://docs.wandb.ai/guides/hosting/restricted-projects) if you want to collaborate on AI workflows related to sensitive or confidential data. + * When you create a **restricted project** within a team, you can add specific members from the team. Unlike other project visibility scopes, all members of a team do not get implicit access to a restricted project. +* **Enhanced Run Overview page performance**: now 91% faster on load, with search functionality improved by 99.9%. Also enjoy RegEx search for Config and Summary data. +* **New UX for Artifacts Lineage DAG** introduces clustering for 5+ nodes at the same level, preview window to examine a node's details, and a significant speedup in the graph's loading time. +* The template variable values used for a run executed by launch, for example GPU type and quantity, are now shown on the queue's list of runs. This makes it easier to see which runs are requesting which resources. +* Cloning a run with Launch now pre-selects the overrides, queue, and template variable values used by the cloned run. +* Instance admins will now see a `Teams` tab in the organization dashboard. It can be used to join a specific team when needed, whether it's to monitor the team activity as per organizational guidelines or to help the team when team admins are not available. +* SCIM User API now returns the `groups` attribute as part of the GET endpoint, which includes the id of the groups / teams a user is part of. +* All Dedicated Cloud instances on GCP are now managed using the new [W&B Kubernetes Operator](https://docs.wandb.ai/guides/hosting/how-to-guides/operator). With that, the new Parquet Store service is also available. + * Parquet store allows performant & cost efficient storage of run history data in parquet format in the blob storage. Dedicated Cloud instances on AWS & Azure are already managed using the operator and include the parquet store. +* Dedicated Cloud instances on AWS have been updated to use the latest version of the relational data storage, and the compute infrastructure has been upgraded to a newer generation with better performance. + +> **Advanced Notice**: We urge all customers who use Webhooks with Automations to add a valid A-record for their endpoints as we are going to disallow using IP address based Webhook URLs from the next release onwards. This is being done to protect against SSRF vulnerability and other related threat vectors. + +## Fixes + +* Fixed issue where expressions tab was not rendering for line plots. +* Use display name for sweeps when grouped by sweeps in charts and runs table. +* Auto navigation to runs page when selecting job version. diff --git a/content/posts/releases/0.52.2.md b/content/posts/releases/0.52.2.md new file mode 100644 index 000000000..91b4d921f --- /dev/null +++ b/content/posts/releases/0.52.2.md @@ -0,0 +1,22 @@ + +--- +title: "Release 0.52.2" +date: 2024-04-25 +slug: "0.52.2" +draft: false +--- + +## Features + +* You can now enforce username and full name for users in your organization, by using OIDC claims from your SSO provider. Reach out to your W&B team or support if interested. +* You can now disable use of personal projects in your organization to ensure that all projects are created within W&B teams and governed using admin-enforced guidelines. Reach out to your W&B team or support if interested. +* Option to expand all versions in a cluster of runs or artifacts in the Artifacts Lineage DAG view. +* UI improvements to Artifacts Lineage DAG - the type will now be visible for each entry in a cluster. + +## Fixes + +* Added pagination to image panels in media banks, displaying up to 32 images per page with enhanced grid aesthetics and improved pagination controls, while introducing a workaround for potential offset inconsistencies. +* Resolved an issue where tooltips on system charts were not displaying by enforcing the `isHovered` parameter, which is essential for the crosshair UI visibility. +* Unset the max-width property for images within media panels, addressing unintended style constraints previously applied to all images. +* Fixed broken config overrides in launch drawer. +* Fixed Launch drawer's behavior when cloning from a run. diff --git a/content/posts/releases/0.54.0.md b/content/posts/releases/0.54.0.md new file mode 100644 index 000000000..c4aa7de20 --- /dev/null +++ b/content/posts/releases/0.54.0.md @@ -0,0 +1,25 @@ + +--- +title: "Release 0.54.0" +date: 2024-05-24 +slug: "0.54.0" +draft: false +--- + +## Features + +* You can now configure Secure storage connector (BYOB) at team-level in Dedicated Cloud or Self-managed instances on Microsoft Azure. + * Refer to [this Terraform Module](https://github.com/wandb/terraform-azurerm-wandb/tree/main/modules/secure_storage_connector) and reach out to your W&B team for any questions. +* Organization admins can now enforce privacy settings across all W&B teams by setting those at the organization level, from within the `Settings` tab in the Organization Dashboard. + * W&B recommends to notify team admins and other users before making such enforcement changes. +* Enable direct lineage option for artifact lineage DAG +* It's now possible to restrict Organization or Instance Admins from self-joining or adding themselves to a W&B team, thus ensuring that only Data & AI personas have access to the projects within the teams. + * W&B advises to exercise caution and understand all implications before enabling this setting. Reach out to your W&B team for any questions. +* Dedicated Cloud on AWS is now also available in the Seoul (S. Korea) region. + + +## Fixes + +* Fix issue where Reports where failing to load on Mobile. +* Fix link to git diff file in run overview. +* Fixed the intermittently occurring issue related to loading of Organization Dashboard for certain users. diff --git a/content/posts/releases/0.56.0.md b/content/posts/releases/0.56.0.md new file mode 100644 index 000000000..070c94bd8 --- /dev/null +++ b/content/posts/releases/0.56.0.md @@ -0,0 +1,36 @@ + +--- +title: "Release 0.56.0" +date: 2024-06-29 +slug: "0.56.0" +draft: false +--- + +## Features + +**The new Full Fidelity line plot in W&B Experiments enhances the visibility of training metrics by aggregating all data along the x-axis, displaying the minimum, maximum, and average values within each bucket, allowing users to easily spot outliers and zoom into high-fidelity details without downsampling loss.** [Learn more in our documentation](https://docs.wandb.ai/guides/app/features/panels/line-plot/sampling). + +Note: Due to a release versioning issue, 0.56.0 is the next major release after 0.54.0. The 0.55.0 was a patch release for 0.54.0. + +The 0.56.0 release also includes these capabilities: +* You can now use [cross-cloud storage buckets for team-level BYOB (secure storage connector)](https://docs.wandb.ai/guides/hosting/data-security/secure-storage-connector#cross-cloud-or-s3-compatible-storage-for-team-level-byob) in Dedicated Cloud and Self-managed instances. For example, in a W&B instance on AWS, you can now configure Azure Blob Storage or Google Cloud Storage for team-level BYOB, and so on for each cross-cloud combination. +* In the same vein, you can now use [S3-compatible storage buckets like MinIO for team-level BYOB (secure storage connector)](https://docs.wandb.ai/guides/hosting/data-security/secure-storage-connector#cross-cloud-or-s3-compatible-storage-for-team-level-byob) in Dedicated Cloud and Self-managed instances. For example, in a W&B instance on GCP, you can configure a MinIO bucket hosted in cloud or on-prem for team-level BYOB. +* Admins can now automate full deletion of users in their Dedicated Cloud or Self-managed instances using the [SCIM API's DELETE User endpoint](https://docs.wandb.ai/guides/hosting/iam/scim#delete-user). The user deactivation operation has been reimplemented using the [PATCH User endpoint](https://docs.wandb.ai/guides/hosting/iam/scim#deactivate-user), along with the introduction of [user reactivation operation](https://docs.wandb.ai/guides/hosting/iam/scim#reactivate-user). +* If you use the SCIM API, you will also see a couple of minor improvements: + * The API now has a more pertinent error message in case of authentication failures. + * Relevant endpoints now return the full name of a user in the SCIM User object if it's available. + + +## Fixes + +* The fix resolves an issue where deleting a search term from a runset in a report could delete the panel or cause the report to crash by ensuring proper handling of selected text during copy/paste operations. +* The fix addresses a problem with indenting bulleted items in reports, which was caused by an upgrade of slate and an additional check in the normalization process for elements. +* The fix resolves an issue where text could not be selected from a panel when the report was in edit mode. +* The fix addresses an issue where copy-pasting an entire panel grid in a Report using command-c was broken. +* The fix resolves an issue where report sharing with a magic link was broken when a team had the `Hide this team from all non-members` setting enabled. +* The fix introduces proper handling for restricted projects by allowing only explicitly invited users to access them, and implementing permissions based on project members and team roles. +* The fix allows instance admins to write to their own named workspaces, read other personal and shared workspaces, and write to shared views in private and public projects. +* The fix resolves an issue where the report would crash when trying to edit filters due to an out-of-bounds filter index caused by skipping non-individual filters while keeping the index count incremental. +* The fix addresses an issue where unselecting a runset caused media panels to crash in a report by ensuring only runs in enabled runsets are returned. +* The fix resolves an issue where the parameter importance panel crashes on initial load due to a violation of hooks error caused by a change in the order of hooks. +* The fix prevents chart data from being reloaded when scrolling down and then back up in small workspaces, enhancing performance and eliminating the feeling of slowness. diff --git a/content/posts/releases/0.57.2.md b/content/posts/releases/0.57.2.md new file mode 100644 index 000000000..cc4cade8f --- /dev/null +++ b/content/posts/releases/0.57.2.md @@ -0,0 +1,35 @@ + +--- +title: "Release 0.57.2" +date: 2024-07-24 +slug: "0.57.2" +draft: false +--- + +## Features + +**You can now use JWTs (JSON Web Tokens) to access your W&B instance from the wandb SDK or CLI, using the identity federation capability. The feature is in preview.** Refer to [this document](https://docs.wandb.ai/guides/hosting/iam/identity_federation) and reach out to your W&B team for any questions. + +The 0.57.2 release also includes these capabilities: +* New `Add to reports` drawer improvements for exporting Workspace panels into Reports. +* Artifacts metadata filtering in the artifact project browser. +* Pass in artifact metadata in webhook payload via `${artifact_metadata.KEY}`. +* Added GPU memory usage panels to the RunSystemMetrics component, enhancing GPU metrics visualization for runs in the app frontend. +* Mobile users now enjoy a much smoother, more intuitive Workspace experience. +* If you're using W&B Dedicated Cloud on GCP or Azure, you can now enable private connectivity for your instance, thus ensuring that all traffic from your AI workloads and optionally browser clients only transit the cloud provider private network. Refer to [this document](https://docs.wandb.ai/guides/hosting/data-security/private-connectivity) and reach out to your W&B team for any questions. +* Team-level service accounts are now shown separately in a new tab in the team settings view. The service accounts are not listed in the Members tab anymore. Also, the API key is now hidden and can only be copied by team admins. +* Dedicated Cloud is now available in GCP's Seoul region. + +## Fixes + +* Gaussian smoothing was extremely aggressive on many plots. +* Fixed issue where pressing the `Ignore Outliers in Chart Scaling` button currently has no effect in the UI workspace. +* Disallow inviting deactivated users to an organization. +* Fixed an issue where users added to an instance using SCIM API could not onbioard successfully. + +## Performance improvements + +* Significantly improved performance when editing a panel's settings and applying the changes. +* Improved the responsiveness of run visibility toggling in large workspaces. +* Improved chart hovering and brushing performance on plots in large workspaces. +* Reduced workspace memory usage and loading times in workspaces with many keys. diff --git a/content/posts/releases/0.58.1.md b/content/posts/releases/0.58.1.md new file mode 100644 index 000000000..49537edda --- /dev/null +++ b/content/posts/releases/0.58.1.md @@ -0,0 +1,26 @@ + +--- +title: "Release 0.58.1" +date: 2024-09-04 +slug: "0.58.1" +draft: false +--- + +## Features + +* W&B now supports sub-path for **Secure storage connector i.e. Bring your own bucket** capability. You can now provide a sub-path when configuring a bucket at the instance or team level. This is only available for new bucket configurations and not for existing configured buckets. +* W&B-managed storage on newer Dedicated Cloud instances in GCP & Azure will by default be encrypted with **W&B managed cloud-native keys**. This is already available on AWS instances. Each instance storage is encrypted with a key unique to the instance. Until now, all instances on GCP & Azure relied on default cloud provider-managed encryption keys. +* Makes the fields in the run config and summary copyable on click. +* If you're using W&B kubernetes operator for a customer-managed instance, you can now optionally use a custom CA for the controller manager. +* We've modified the W&B kubernetes operator to run in a non-root context by default, aligning with OpenShift's Security Context Constraints (SCCs). This change ensures smoother deployment of customer-managed instances on OpenShift by adhering to its security policies. + +## Fixes + +* Fixed an issue where exporting panels from a workspace to a report now correctly respects the panel search regex. +* Fixed an issue where setting `GORILLA_DISABLE_PERSONAL_ENTITY` to `true` was not disabling users from creating projects and writing to existing projects in their personal entities. + +## Performance improvements + +* We have significantly improved performance and stability for experiments with 100k+ logged points. If you've a customer-managed instance, this is available if the deployment is managed using the W&B kubernetes operator. +* Fixed issue where saving changes in large workspaces would be very slow or fail. +* Improved latency of opening workspace sections in large workspaces. diff --git a/content/posts/releases/0.60.0.md b/content/posts/releases/0.60.0.md new file mode 100644 index 000000000..159801acf --- /dev/null +++ b/content/posts/releases/0.60.0.md @@ -0,0 +1,28 @@ + +--- +title: "Release 0.60.0" +date: 2024-09-26 +slug: "0.60.0" +draft: false +--- + +## Features + +* Final updates for 1.1.1 Compliance of Level AA 2.2 for Web Content Accessibility Guidelines (WCAG) standards. +* W&B can now disable auto-version-upgrade for customer-managed instances using the W&B kubernetes operator. You can request this to your W&B team. + * Note that W&B requires all instances to upgrade periodically to comply with the 6-month end-of-life period for each version. W&B does not support versions older than 6 months. + +**Note:** Due to a release versioning issue, 0.60.0 is the next major release after 0.58.0. The 0.59.0 was one of the patch releases for 0.58.0. + +## Fixes + +* Fixed a bug to allow instance admins on Dedicated Cloud and Customer-managed instances to access workspaces in personal entities. +* SCIM Groups and Users GET endpoints now filter out service accounts from the responses. Only non service account users are now returned by those endpoints. +* Fixed a user management bug by removing the ability of team admins to simultaneously delete a user from the overall instance while deleting them from a team. Instance or Org admins are responsible to delete a user from the overall instance / organization. + + +## Performance improvements + +* Reduced the latency when adding a panel by up to 90% in workspaces with many metrics. +* Improved the reliability and performance of parquet exports to blob storage when runs are resumed often. + * Runs export to blob storage in parquet format is available on Dedicated Cloud and on Customer-managed instances that are enabled using the W&B kubernetes operator. diff --git a/content/posts/releases/0.61.0.md b/content/posts/releases/0.61.0.md new file mode 100644 index 000000000..f610f3f11 --- /dev/null +++ b/content/posts/releases/0.61.0.md @@ -0,0 +1,21 @@ + +--- +title: "Release 0.61.0" +date: 2024-10-17 +slug: "0.61.0" +draft: false +--- + +## Features + +**This is a mini-feature and patch release, delivered at a different schedule than the monthly W&B server major releases** + +* Organization admins can now configure Models seats and access control for both Models & [Weave](https://weave-docs.wandb.ai/) in a seamless manner from their organization dashboard. This change allows for a efficient user management when [Weave](https://weave-docs.wandb.ai/) is enabled for a Dedicated Cloud or Self-managed instance. + * [Weave](https://weave-docs.wandb.ai/) pricing is consumption-based rather than based on number of seats used. Seat management only applies to the Models product. +* You can now configure [access roles at the project level for team and restricted scoped projects](https://docs.wandb.ai/guides/hosting/iam/restricted-projects#project-level-roles). It allows assigning different access roles to a user within different projects in the same team, and thus adding another strong control to conform to enterprise governance needs. + +## Fixes + +* Fixed an issue where underlying database schema changes as part of release upgrades could timeout during platform startup time. +* Added more performance improvements to the underlying parquet store service, to further improve the chart loading times for users. Parquet store service is only available on Dedicated Cloud, and Self-managed instances based on [W&B kubernetes operator](https://docs.wandb.ai/guides/hosting/operator). +* Addressed the high CPU utilization issue for the underlying parquet store service, to make the efficient chart loading more reliable for users. Parquet store service is only available on Dedicated Cloud, and Self-managed instances based on [W&B kubernetes operator](https://docs.wandb.ai/guides/hosting/operator). diff --git a/content/posts/releases/0.63.0.md b/content/posts/releases/0.63.0.md new file mode 100644 index 000000000..5a98faa36 --- /dev/null +++ b/content/posts/releases/0.63.0.md @@ -0,0 +1,27 @@ + +--- +title: "Release 0.63.0" +date: 2024-12-10 +slug: "0.63.0" +draft: false +--- + +## Features + +**[Weave](https://wandb.ai/site/weave/) is now generally available (GA) in Dedicated Cloud on AWS. Reach out to your W&B team if your teams are looking to build Generative AI apps with confidence and putting those in production.** + +Screenshot 2024-12-09 at 11 14 02 PM + +The release includes the following additional updates: + +* W&B Models now seamlessly integrates with **_Azure public cloud_**. You could now create a Dedicated Cloud instance in an Azure region directly from your Azure subscription and manage it as an Azure ISV resource. [This integration is in private preview](https://wandb.ai/site/partners/azure). +* Enable automations at the Registry level to monitor changes and events across all collections in the registry and trigger actions accordingly. This eliminates the need to configure separate webhooks and automations for individual collections. +* Ability to assign x_label, e.g. node-0, in run settings object to distinguish logs and metrics by label, e.g. node, in distributed runs. Enables grouping system metrics and console logs by label for visualization in the workspace. +* **_Coming soon_** with a patch release this week, you will be able to use organization-level service accounts to automate your W&B workloads across all teams in your instance. You would still be able to use existing team-level service accounts if you would like more control over the access scope of a service account. + * Allow org-level service accounts to interact with Registry. Such service accounts can be invited to a registry using the invite modal and are displayed in the members table along with respective organization roles. + +## Fixes + +* Fixed an issue where users creating custom roles including the `Create Artifact` permission were not able to log artifacts to a project. +* Fixed the issue with metadata logging for files in instances that have subpath support configured for BYOB. +* Block webhook deletion if used by organization registry automations. diff --git a/scripts/release-notes-to-hugo.py b/scripts/release-notes-to-hugo.py new file mode 100644 index 000000000..9a87108e8 --- /dev/null +++ b/scripts/release-notes-to-hugo.py @@ -0,0 +1,57 @@ +import os +import requests +import json +from datetime import datetime + +# Configuration +GITHUB_REPO = "wandb/server" # Replace with the actual repo (e.g., "torvalds/linux") +OUTPUT_DIR = "../content/posts/releases" # Hugo content directory +GITHUB_API_URL = f"https://api.github.com/repos/{GITHUB_REPO}/releases" +HEADERS = {"Accept": "application/vnd.github.v3+json"} # Optional: Add authorization if needed + +# Ensure output directory exists +os.makedirs(OUTPUT_DIR, exist_ok=True) + +def fetch_releases(): + response = requests.get(GITHUB_API_URL, headers=HEADERS) + if response.status_code == 200: + return response.json() + else: + print(f"Error: Unable to fetch releases (Status Code: {response.status_code})") + return [] + +def format_markdown(release): + title = release.get("name", release.get("tag_name", "Unknown Release")) + date = release.get("published_at", "") + if date: + date = datetime.strptime(date, "%Y-%m-%dT%H:%M:%SZ").strftime("%Y-%m-%d") + + content = release.get("body", "No release notes provided.") + slug = release.get("tag_name", title.replace(" ", "-").lower()) + + md_content = f""" +--- +title: "{title}" +date: {date} +slug: "{slug}" +draft: false +--- + +{content} +""" + return slug, md_content + +def save_markdown(slug, content): + file_path = os.path.join(OUTPUT_DIR, f"{slug}.md") + with open(file_path, "w", encoding="utf-8") as file: + file.write(content) + print(f"Saved: {file_path}") + +def main(): + releases = fetch_releases() + for release in releases: + slug, md_content = format_markdown(release) + save_markdown(slug, md_content) + +if __name__ == "__main__": + main() From 2b1ac03ede07d744aa4dd4a4e8b60693ff3bc696 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Thu, 10 Apr 2025 17:34:35 -0400 Subject: [PATCH 02/24] Fixes, navigation exposure --- content/posts/releases/0.31.0.md | 48 -------------- content/posts/releases/0.31.1.md | 12 ---- content/posts/releases/0.32.0.md | 64 ------------------- content/release-notes/_index.md | 10 +++ .../releases/0.33.0.md | 1 + .../releases/0.34.0.md | 1 + .../releases/0.35.0.md | 1 + .../releases/0.36.0.md | 1 + .../releases/0.38.0.md | 1 + .../releases/0.39.0.md | 1 + .../releases/0.40.0.md | 1 + .../releases/0.41.0.md | 1 + .../releases/0.42.0.md | 1 + .../releases/0.43.0.md | 1 + .../releases/0.44.1.md | 1 + .../releases/0.45.0.md | 1 + .../releases/0.46.0.md | 1 + .../releases/0.47.2.md | 1 + .../releases/0.47.3.md | 1 + .../releases/0.48.0.md | 1 + .../releases/0.49.0.md | 1 + .../releases/0.50.2.md | 1 + .../releases/0.51.0.md | 1 + .../releases/0.52.2.md | 1 + .../releases/0.54.0.md | 1 + .../releases/0.56.0.md | 1 + .../releases/0.57.2.md | 1 + .../releases/0.58.1.md | 1 + .../releases/0.60.0.md | 1 + .../releases/0.61.0.md | 1 + .../releases/0.63.0.md | 1 + content/release-notes/releases/0.65.0.md | 17 +++++ content/release-notes/releases/0.66.0.md | 15 +++++ content/release-notes/releases/0.67.0.md | 60 +++++++++++++++++ hugo.yaml | 2 +- scripts/release-notes-to-hugo.py | 15 +++-- 36 files changed, 139 insertions(+), 131 deletions(-) delete mode 100644 content/posts/releases/0.31.0.md delete mode 100644 content/posts/releases/0.31.1.md delete mode 100644 content/posts/releases/0.32.0.md create mode 100644 content/release-notes/_index.md rename content/{posts => release-notes}/releases/0.33.0.md (97%) rename content/{posts => release-notes}/releases/0.34.0.md (97%) rename content/{posts => release-notes}/releases/0.35.0.md (95%) rename content/{posts => release-notes}/releases/0.36.0.md (97%) rename content/{posts => release-notes}/releases/0.38.0.md (98%) rename content/{posts => release-notes}/releases/0.39.0.md (96%) rename content/{posts => release-notes}/releases/0.40.0.md (96%) rename content/{posts => release-notes}/releases/0.41.0.md (95%) rename content/{posts => release-notes}/releases/0.42.0.md (95%) rename content/{posts => release-notes}/releases/0.43.0.md (95%) rename content/{posts => release-notes}/releases/0.44.1.md (95%) rename content/{posts => release-notes}/releases/0.45.0.md (94%) rename content/{posts => release-notes}/releases/0.46.0.md (95%) rename content/{posts => release-notes}/releases/0.47.2.md (94%) rename content/{posts => release-notes}/releases/0.47.3.md (92%) rename content/{posts => release-notes}/releases/0.48.0.md (96%) rename content/{posts => release-notes}/releases/0.49.0.md (96%) rename content/{posts => release-notes}/releases/0.50.2.md (97%) rename content/{posts => release-notes}/releases/0.51.0.md (98%) rename content/{posts => release-notes}/releases/0.52.2.md (96%) rename content/{posts => release-notes}/releases/0.54.0.md (96%) rename content/{posts => release-notes}/releases/0.56.0.md (98%) rename content/{posts => release-notes}/releases/0.57.2.md (97%) rename content/{posts => release-notes}/releases/0.58.1.md (97%) rename content/{posts => release-notes}/releases/0.60.0.md (96%) rename content/{posts => release-notes}/releases/0.61.0.md (97%) rename content/{posts => release-notes}/releases/0.63.0.md (97%) create mode 100644 content/release-notes/releases/0.65.0.md create mode 100644 content/release-notes/releases/0.66.0.md create mode 100644 content/release-notes/releases/0.67.0.md diff --git a/content/posts/releases/0.31.0.md b/content/posts/releases/0.31.0.md deleted file mode 100644 index 558032646..000000000 --- a/content/posts/releases/0.31.0.md +++ /dev/null @@ -1,48 +0,0 @@ - ---- -title: "Release 0.31.0" -date: 2023-04-05 -slug: "0.31.0" -draft: false ---- - -## šŸŖ„ Features - -******************New Triggers panel for registered models****************** - -Automatically re-train or re-evaluate models with Triggers. - -1. [Register](https://docs.wandb.ai/guides/models) a model -2. [Create a job](https://docs.wandb.ai/guides/launch/getting-started#create-a-job) like a training or evaluation job -3. [In your registry](http://wandb.ai/registry/model) create a trigger to automatically kick off jobs - -********************************Bounding box score controls in tables******************************** - -To pinpoint performance gaps more quickly, user can now filter bounding boxes interactively from a table. For example, only show bounding boxes for one specific class, or filter to only show low-confidence bounding boxes. - -**********************New sharing experience********************** - -Easily share your results on the social platform of your choice, with dynamic previews automatically created as a view of your experiments. Attract collaborators, gain social traction and feedback, and seamlessly collaborate with your ML teammates. - -******************************************Improved text previews and rendering options in tables****************************************** - -For all your LLM and prompt-engineering needs, we’ve upgraded how we show long text in tables. Now you’ll see a longer preview on hover, can expand a cell to choose between raw text and markdown rendering, and can easily apply a diff view to highlight how your prompts are evolving. - -## šŸ”Ø Fixes - -- Improved loading time of workspaces with a large number of metrics. Cases in which more than 10,000 metrics were logged could become unresponsive for 30+ seconds on initial load or upon changing filters; this loading time has now been reduced to approximately 500 ms. -- The option to create Triggers now appears even if the Launch feature flag has not been turned on. Creating a Trigger turns on the Launch feature flag, allowing access to [single-node Launch queues](https://docs.wandb.ai/guides/launch). -- Improved navigation for controls around registered models. -- Nested panels in cells can now be expanded to fullscreen. -- Improved -- Panels matching a search term will now remain open as the workspace is being filtered. -- Fixed sizing and alignment issues in navigation, breadcrumbs, and Model Registry. -- Fixed bug impacting sharing panels from default workspace views -- Fixed issue where some artifact diffs were not scrollable when compared side by side. -- Fixed rare issue around reports crashing when editing and collapsing bulleted lists. -- Clarified the error message when users push a run to a queue without an alias. -- Launch resource configs now override defaults as expected. -- The jobs details page now shows the job’s full version path. -- Fixed broken image in Deployer flow. -- Sweeps with no metric name will now throw an error before being run -- Fixed a bug where changing a user’s team-level role would also change their organization-level role. diff --git a/content/posts/releases/0.31.1.md b/content/posts/releases/0.31.1.md deleted file mode 100644 index 0487242cf..000000000 --- a/content/posts/releases/0.31.1.md +++ /dev/null @@ -1,12 +0,0 @@ - ---- -title: "Release 0.31.1" -date: 2023-04-06 -slug: "0.31.1" -draft: false ---- - -## šŸ”Ø Fixes - - - Issue with user sessions expiring - diff --git a/content/posts/releases/0.32.0.md b/content/posts/releases/0.32.0.md deleted file mode 100644 index 1b0322410..000000000 --- a/content/posts/releases/0.32.0.md +++ /dev/null @@ -1,64 +0,0 @@ - ---- -title: "Release 0.32.0" -date: 2023-04-27 -slug: "0.32.0" -draft: false ---- - -## šŸŖ„ Feature -- Universal Search on W&B! Use ⌘/Ctrl + K to quickly search and navigate between your Projects and Reports -- W&B Server now supports View only seats -- W&B Launch is GA; Launch lets you create reusable, configurable run templates called Jobs to easily scale and replicate your training runs; Better triggers workflow -- Navigation improvements in the model registry; /models now points to the main registry view; automation panels now have links between them -- Trace panel for LLMs allows you to track and visualize the inputs and outputs, execution flow, model architecture, and any intermediate results of your LLM chains; You can use your own LLM chaining implementation or use a W&B integration for LLM libraries such as LangChain. -- Better string visualization and hover behavior in tables - -## šŸ”Ø Fixes - -- Remove panelbank pagination -- Artifact files s3 multipart upload support -- Weird behavior related to GQL queries -- Timeout exception -- Don't filter out old run queue items if still pending -- Make panelplot runColors match runColors of grouped runs in run selector -- Triggers: run "create artifact" triggers on artifact commit -- Breadcrumbs being misaligned in firefox -- Prevent empty state before loading model registry -- Overflow handling for alias list in version overview -- Input outline on safari -- Display toast message upon linking version to registry -- Redirect users to login to view the mr -- Correctly load URL in PanelHTML to prevent XSS -- Email copy -- String tooltips now open closer to text -- Update score for stringcompare to make it less than string histogram -- Filter nulls from launch sweep suggested values -- Correctly measure Markdown height -- Triggers table error handling -- Triggers: fix overrides JSON -- Tooltips sometimes don't appear for markdown -- Add filemeta logs -- Runs search regex popup for reports view -- Tooltips for string comparison panel -- Make PanelStringCompare work with weave1 -- Add GKE in parentheses for kubernetes -- Issue where tooltips don't appear when they should -- Remove "Add to Launch queue" options from Runs Table -- Add loading state for PanelPreviewDir -- Broken GitHub link when remote info had .git suffix -- Loading panel netron with weave1 -- Formatting issues in String, StringEditor -- Swap order of input / output artifacts in run Overview tab -- Reduce z-index of artifacts version menu -- Update create trigger to new trigger -- LocalStorage bug preventing iframe rendering -- Unnest table row types in panel merge to fix rendering join tables from weave python -- Make sure sweeps table renders display names when available. -- Issue with user sessions expiring -- Filter collection triggers if not on the selected collection -- Set name of downloaded file to be filename (instead of hash) -- Increase z-index of artifact dropdown menu -- Trim runs search query - -Release Type: minor diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md new file mode 100644 index 000000000..a34bdcfae --- /dev/null +++ b/content/release-notes/_index.md @@ -0,0 +1,10 @@ +--- +title: Releases +type: docs +cascade: + type: docs +menu: + main: + identifier: release-notes + weight: 5 +--- \ No newline at end of file diff --git a/content/posts/releases/0.33.0.md b/content/release-notes/releases/0.33.0.md similarity index 97% rename from content/posts/releases/0.33.0.md rename to content/release-notes/releases/0.33.0.md index c95aeeb54..54c66dabd 100644 --- a/content/posts/releases/0.33.0.md +++ b/content/release-notes/releases/0.33.0.md @@ -4,6 +4,7 @@ title: "Release 0.33.0" date: 2023-05-10 slug: "0.33.0" draft: false +description: "May 10, 2023" --- ## šŸŖ„ Features diff --git a/content/posts/releases/0.34.0.md b/content/release-notes/releases/0.34.0.md similarity index 97% rename from content/posts/releases/0.34.0.md rename to content/release-notes/releases/0.34.0.md index 332dee3a0..ccad55113 100644 --- a/content/posts/releases/0.34.0.md +++ b/content/release-notes/releases/0.34.0.md @@ -4,6 +4,7 @@ title: "Release 0.34.0" date: 2023-05-31 slug: "0.34.0" draft: false +description: "May 31, 2023" --- ## šŸŖ„ Features diff --git a/content/posts/releases/0.35.0.md b/content/release-notes/releases/0.35.0.md similarity index 95% rename from content/posts/releases/0.35.0.md rename to content/release-notes/releases/0.35.0.md index 8403f878c..09c2854d8 100644 --- a/content/posts/releases/0.35.0.md +++ b/content/release-notes/releases/0.35.0.md @@ -4,6 +4,7 @@ title: "Release 0.35.0" date: 2023-06-07 slug: "0.35.0" draft: false +description: "June 07, 2023" --- ## šŸ”’ Security Issue diff --git a/content/posts/releases/0.36.0.md b/content/release-notes/releases/0.36.0.md similarity index 97% rename from content/posts/releases/0.36.0.md rename to content/release-notes/releases/0.36.0.md index 7d8fc2dfd..5d7e47ef9 100644 --- a/content/posts/releases/0.36.0.md +++ b/content/release-notes/releases/0.36.0.md @@ -4,6 +4,7 @@ title: "Release 0.36.0" date: 2023-06-14 slug: "0.36.0" draft: false +description: "June 14, 2023" --- ### šŸŖ„ Features diff --git a/content/posts/releases/0.38.0.md b/content/release-notes/releases/0.38.0.md similarity index 98% rename from content/posts/releases/0.38.0.md rename to content/release-notes/releases/0.38.0.md index dc39f5eac..c8f7a38c9 100644 --- a/content/posts/releases/0.38.0.md +++ b/content/release-notes/releases/0.38.0.md @@ -4,6 +4,7 @@ title: "Release 0.38.0" date: 2023-07-13 slug: "0.38.0" draft: false +description: "July 13, 2023" --- ### Features diff --git a/content/posts/releases/0.39.0.md b/content/release-notes/releases/0.39.0.md similarity index 96% rename from content/posts/releases/0.39.0.md rename to content/release-notes/releases/0.39.0.md index 97102252b..2581eb22c 100644 --- a/content/posts/releases/0.39.0.md +++ b/content/release-notes/releases/0.39.0.md @@ -4,6 +4,7 @@ title: "Release 0.39.0" date: 2023-07-27 slug: "0.39.0" draft: false +description: "July 27, 2023" --- ## Features diff --git a/content/posts/releases/0.40.0.md b/content/release-notes/releases/0.40.0.md similarity index 96% rename from content/posts/releases/0.40.0.md rename to content/release-notes/releases/0.40.0.md index bdd7cfe81..025708694 100644 --- a/content/posts/releases/0.40.0.md +++ b/content/release-notes/releases/0.40.0.md @@ -4,6 +4,7 @@ title: "Release 0.40.0" date: 2023-08-18 slug: "0.40.0" draft: false +description: "August 18, 2023" --- ### šŸŖ„Features diff --git a/content/posts/releases/0.41.0.md b/content/release-notes/releases/0.41.0.md similarity index 95% rename from content/posts/releases/0.41.0.md rename to content/release-notes/releases/0.41.0.md index 4be1c307c..2f2b924d1 100644 --- a/content/posts/releases/0.41.0.md +++ b/content/release-notes/releases/0.41.0.md @@ -4,6 +4,7 @@ title: "Release 0.41.0" date: 2023-08-28 slug: "0.41.0" draft: false +description: "August 28, 2023" --- ### šŸŖ„ Features diff --git a/content/posts/releases/0.42.0.md b/content/release-notes/releases/0.42.0.md similarity index 95% rename from content/posts/releases/0.42.0.md rename to content/release-notes/releases/0.42.0.md index 782a1533a..dc4bc2a92 100644 --- a/content/posts/releases/0.42.0.md +++ b/content/release-notes/releases/0.42.0.md @@ -4,6 +4,7 @@ title: "Release 0.42.0" date: 2023-09-14 slug: "0.42.0" draft: false +description: "September 14, 2023" --- ### šŸŖ„Features diff --git a/content/posts/releases/0.43.0.md b/content/release-notes/releases/0.43.0.md similarity index 95% rename from content/posts/releases/0.43.0.md rename to content/release-notes/releases/0.43.0.md index 7418020c1..50cd3dc35 100644 --- a/content/posts/releases/0.43.0.md +++ b/content/release-notes/releases/0.43.0.md @@ -4,6 +4,7 @@ title: "Release 0.43.0" date: 2023-10-02 slug: "0.43.0" draft: false +description: "October 02, 2023" --- Release 0.43.0 contains a number of minor bug fixes and performance improvements, including fixing the bottom of runs tables when there's a scrollbar. Check out the other fixes below: diff --git a/content/posts/releases/0.44.1.md b/content/release-notes/releases/0.44.1.md similarity index 95% rename from content/posts/releases/0.44.1.md rename to content/release-notes/releases/0.44.1.md index 9198e832c..3d6150ec0 100644 --- a/content/posts/releases/0.44.1.md +++ b/content/release-notes/releases/0.44.1.md @@ -4,6 +4,7 @@ title: "Release 0.44.1" date: 2023-10-12 slug: "0.44.1" draft: false +description: "October 12, 2023" --- ## Feature diff --git a/content/posts/releases/0.45.0.md b/content/release-notes/releases/0.45.0.md similarity index 94% rename from content/posts/releases/0.45.0.md rename to content/release-notes/releases/0.45.0.md index 62175e644..a5f297828 100644 --- a/content/posts/releases/0.45.0.md +++ b/content/release-notes/releases/0.45.0.md @@ -4,6 +4,7 @@ title: "Release 0.45.0" date: 2023-10-25 slug: "0.45.0" draft: false +description: "October 25, 2023" --- ## Feature diff --git a/content/posts/releases/0.46.0.md b/content/release-notes/releases/0.46.0.md similarity index 95% rename from content/posts/releases/0.46.0.md rename to content/release-notes/releases/0.46.0.md index c6b1c392f..ee30779d8 100644 --- a/content/posts/releases/0.46.0.md +++ b/content/release-notes/releases/0.46.0.md @@ -4,6 +4,7 @@ title: "Release 0.46.0" date: 2023-11-15 slug: "0.46.0" draft: false +description: "November 15, 2023" --- ## Feature diff --git a/content/posts/releases/0.47.2.md b/content/release-notes/releases/0.47.2.md similarity index 94% rename from content/posts/releases/0.47.2.md rename to content/release-notes/releases/0.47.2.md index dc05b4142..2b9f3a79b 100644 --- a/content/posts/releases/0.47.2.md +++ b/content/release-notes/releases/0.47.2.md @@ -4,6 +4,7 @@ title: "Release v0.47.2" date: 2023-12-01 slug: "0.47.2" draft: false +description: "December 01, 2023" --- ## Feature diff --git a/content/posts/releases/0.47.3.md b/content/release-notes/releases/0.47.3.md similarity index 92% rename from content/posts/releases/0.47.3.md rename to content/release-notes/releases/0.47.3.md index 53dc46fb5..76e7fdc33 100644 --- a/content/posts/releases/0.47.3.md +++ b/content/release-notes/releases/0.47.3.md @@ -4,6 +4,7 @@ title: "Release v0.47.3" date: 2023-12-08 slug: "0.47.3" draft: false +description: "December 08, 2023" --- # Fixes diff --git a/content/posts/releases/0.48.0.md b/content/release-notes/releases/0.48.0.md similarity index 96% rename from content/posts/releases/0.48.0.md rename to content/release-notes/releases/0.48.0.md index 4ad46490f..f95ee37b1 100644 --- a/content/posts/releases/0.48.0.md +++ b/content/release-notes/releases/0.48.0.md @@ -4,6 +4,7 @@ title: "Release 0.48.0" date: 2023-12-20 slug: "0.48.0" draft: false +description: "December 20, 2023" --- ## Feature diff --git a/content/posts/releases/0.49.0.md b/content/release-notes/releases/0.49.0.md similarity index 96% rename from content/posts/releases/0.49.0.md rename to content/release-notes/releases/0.49.0.md index b8124c555..18ab7b511 100644 --- a/content/posts/releases/0.49.0.md +++ b/content/release-notes/releases/0.49.0.md @@ -4,6 +4,7 @@ title: "Release 0.49.0" date: 2024-01-18 slug: "0.49.0" draft: false +description: "January 18, 2024" --- ## Feature diff --git a/content/posts/releases/0.50.2.md b/content/release-notes/releases/0.50.2.md similarity index 97% rename from content/posts/releases/0.50.2.md rename to content/release-notes/releases/0.50.2.md index dc0417262..3df060336 100644 --- a/content/posts/releases/0.50.2.md +++ b/content/release-notes/releases/0.50.2.md @@ -4,6 +4,7 @@ title: "Release 0.50.2" date: 2024-02-26 slug: "0.50.2" draft: false +description: "February 26, 2024" --- ## Feature diff --git a/content/posts/releases/0.51.0.md b/content/release-notes/releases/0.51.0.md similarity index 98% rename from content/posts/releases/0.51.0.md rename to content/release-notes/releases/0.51.0.md index 55dbad08c..79d2efc98 100644 --- a/content/posts/releases/0.51.0.md +++ b/content/release-notes/releases/0.51.0.md @@ -4,6 +4,7 @@ title: "Release 0.51.0" date: 2024-03-20 slug: "0.51.0" draft: false +description: "March 20, 2024" --- ## Features diff --git a/content/posts/releases/0.52.2.md b/content/release-notes/releases/0.52.2.md similarity index 96% rename from content/posts/releases/0.52.2.md rename to content/release-notes/releases/0.52.2.md index 91b4d921f..8dfab8a80 100644 --- a/content/posts/releases/0.52.2.md +++ b/content/release-notes/releases/0.52.2.md @@ -4,6 +4,7 @@ title: "Release 0.52.2" date: 2024-04-25 slug: "0.52.2" draft: false +description: "April 25, 2024" --- ## Features diff --git a/content/posts/releases/0.54.0.md b/content/release-notes/releases/0.54.0.md similarity index 96% rename from content/posts/releases/0.54.0.md rename to content/release-notes/releases/0.54.0.md index c4aa7de20..3e2bdb2bd 100644 --- a/content/posts/releases/0.54.0.md +++ b/content/release-notes/releases/0.54.0.md @@ -4,6 +4,7 @@ title: "Release 0.54.0" date: 2024-05-24 slug: "0.54.0" draft: false +description: "May 24, 2024" --- ## Features diff --git a/content/posts/releases/0.56.0.md b/content/release-notes/releases/0.56.0.md similarity index 98% rename from content/posts/releases/0.56.0.md rename to content/release-notes/releases/0.56.0.md index 070c94bd8..d02e2143f 100644 --- a/content/posts/releases/0.56.0.md +++ b/content/release-notes/releases/0.56.0.md @@ -4,6 +4,7 @@ title: "Release 0.56.0" date: 2024-06-29 slug: "0.56.0" draft: false +description: "June 29, 2024" --- ## Features diff --git a/content/posts/releases/0.57.2.md b/content/release-notes/releases/0.57.2.md similarity index 97% rename from content/posts/releases/0.57.2.md rename to content/release-notes/releases/0.57.2.md index cc4cade8f..20f15244f 100644 --- a/content/posts/releases/0.57.2.md +++ b/content/release-notes/releases/0.57.2.md @@ -4,6 +4,7 @@ title: "Release 0.57.2" date: 2024-07-24 slug: "0.57.2" draft: false +description: "July 24, 2024" --- ## Features diff --git a/content/posts/releases/0.58.1.md b/content/release-notes/releases/0.58.1.md similarity index 97% rename from content/posts/releases/0.58.1.md rename to content/release-notes/releases/0.58.1.md index 49537edda..9e3d42637 100644 --- a/content/posts/releases/0.58.1.md +++ b/content/release-notes/releases/0.58.1.md @@ -4,6 +4,7 @@ title: "Release 0.58.1" date: 2024-09-04 slug: "0.58.1" draft: false +description: "September 04, 2024" --- ## Features diff --git a/content/posts/releases/0.60.0.md b/content/release-notes/releases/0.60.0.md similarity index 96% rename from content/posts/releases/0.60.0.md rename to content/release-notes/releases/0.60.0.md index 159801acf..b9c1e2957 100644 --- a/content/posts/releases/0.60.0.md +++ b/content/release-notes/releases/0.60.0.md @@ -4,6 +4,7 @@ title: "Release 0.60.0" date: 2024-09-26 slug: "0.60.0" draft: false +description: "September 26, 2024" --- ## Features diff --git a/content/posts/releases/0.61.0.md b/content/release-notes/releases/0.61.0.md similarity index 97% rename from content/posts/releases/0.61.0.md rename to content/release-notes/releases/0.61.0.md index f610f3f11..deb2d0898 100644 --- a/content/posts/releases/0.61.0.md +++ b/content/release-notes/releases/0.61.0.md @@ -4,6 +4,7 @@ title: "Release 0.61.0" date: 2024-10-17 slug: "0.61.0" draft: false +description: "October 17, 2024" --- ## Features diff --git a/content/posts/releases/0.63.0.md b/content/release-notes/releases/0.63.0.md similarity index 97% rename from content/posts/releases/0.63.0.md rename to content/release-notes/releases/0.63.0.md index 5a98faa36..5840d4cab 100644 --- a/content/posts/releases/0.63.0.md +++ b/content/release-notes/releases/0.63.0.md @@ -4,6 +4,7 @@ title: "Release 0.63.0" date: 2024-12-10 slug: "0.63.0" draft: false +description: "December 10, 2024" --- ## Features diff --git a/content/release-notes/releases/0.65.0.md b/content/release-notes/releases/0.65.0.md new file mode 100644 index 000000000..27f975176 --- /dev/null +++ b/content/release-notes/releases/0.65.0.md @@ -0,0 +1,17 @@ + +--- +title: "Release 0.65.0" +date: 2025-01-30 +slug: "0.65.0" +draft: false +description: "January 30, 2025" +--- + +## Features +- From a registry's **Settings**, you can now update the owner to a different user with the Admin role. Select **Owner** from the user's **Role** menu. +- You can now move a run to a different group in the same project. Hover over a run in the run list, click the three-vertical-dots menu, and choose **Move to another group**. +- You can now configure whether the **Log Scale setting** for line plots is enabled by default at the level of the workspace or section. + - To configure the behavior for a workspace, click the action `...` menu for the workspace, click **Line plots**, then toggle **Log scale** for the X or Y axis. + - To configure the behavior for a section, click the gear icon for the section, then toggle **Log scale** for the X or Y axis. + + diff --git a/content/release-notes/releases/0.66.0.md b/content/release-notes/releases/0.66.0.md new file mode 100644 index 000000000..faaaee5a3 --- /dev/null +++ b/content/release-notes/releases/0.66.0.md @@ -0,0 +1,15 @@ + +--- +title: "Release 0.66.0" +date: 2025-03-06 +slug: "0.66.0" +draft: false +description: "March 06, 2025" +--- + +## Features +- In tables and query panels, columns you derive from other columns now persist, so you can use them for filtering or in query panel plots. + +## Security +- Limited the maximum depth for a GraphQL document to 20. +- Upgraded pyarrow to v17.0.0. diff --git a/content/release-notes/releases/0.67.0.md b/content/release-notes/releases/0.67.0.md new file mode 100644 index 000000000..4e5807e73 --- /dev/null +++ b/content/release-notes/releases/0.67.0.md @@ -0,0 +1,60 @@ + +--- +title: "Release 0.67.0" +date: 2025-03-28 +slug: "0.67.0" +draft: false +description: "March 28, 2025" +--- + +## Features + +- In Reports, you can now give a run a custom display name per panel grid. This allows you to replace the run’s (often long and opaque) training-time name with one that is more meaningful to your audience. The report updates the name in all panel grids, helping you to explain your hard-won experimental insights to your colleagues in a concise and readable way. The original run name remain intact in the project, so doing this won’t disrupt your collaborators. +- When you expand a panel in the workspace, it now opens in full screen mode with more space. In this view, line plots now render with more granular detail, using up 10,000 bins. The run selector appear next to the panel, letting you easily toggle, group, or filter runs in context. +- From any panel, you can now copy a unique URL that links directly to that panel's full screen view. This makes it even easier to share a link to dig into interesting or pathological patterns in your plots. +- Run Comparer is a powerful tool you can use to compare the configurations and key metrics of important runs alongside their loss curves. Run Comparer has been updated: + - Faster to add a Run Comparer panel, as an expanded option in **Add Panels**. + - By default, a Run Comparer panel takes up more space, so you can see the values right away. + - Improved readability and legibility of a Run Comparer panel. You can use new controls to quickly change row and column sizes so you can read long or nested values. + - You can copy any value in the panel to your clipboard with a single click. + - You can search keys with regular expressions to quickly find exactly the subset of metrics you want to compare across. Your search history is saved to help you iterate efficiently between views. + - Run Comparer is now more reliable at scale, and handles larger workspaces more efficiently, reducing the likelihood of poor performance or a crashed panel. +- Segmentation mask controls have been updated: + - You can now toggle each mask type on or off in bulk, or toggle all masks or all images on or off. + - You can now change each class’s assigned color, helping to avoid confusion if multiple classes use the same color. +- When you open a media panel in full screen mode, you can now use the left or right arrows on your keyboard to step through the images, *without* first clicking on the step slider. +- Media panels now color run names, matching the run selector. This makes it easier to associate a run’s media values with related metrics and plots. +- In the run selector, you can now filter by whether a run has certain media key or not. +- You can now move runs between groups in the W&B App UI, and you can create new groups after the run is logged. +- Automations can now be edited in the UI +- An automation can now notify a Slack channel for artifact events. When creating an automation, select ā€œSlack notificationā€ for the Action type. +- Registry now supports global search by default, allowing you to search across all registries by registry name, collection name, alias, or tag. +- In Tables and Query panels that use the `runs` expression, you can use the new Runs History step slider and drop-down controls to view a table of metrics at each step of a run. +- Playground in Weave supports new models: OpenAI’s `gpt-4.5-preview` and Deepseek’s `deepseek-chat` and `deepseek-reasoner`. +- Weave tracing has two new agent framework integrations: CrewAI and OpenAI’s Agent SDK. +- In the Weave UI, you can now build Datasets from traces. Learn more:Ā https://weave-docs.wandb.ai/guides/core-types/datasets#create-edit-and-delete-a-dataset-in-the-ui +- The Weave Python SDK now provides a way to filter the inputs and outputs of your Weave data to ensure sensitive data does not leave your network perimeter. You can configure to redact sensitive data. Learn more:Ā https://weave-docs.wandb.ai/guides/tracking/redact-pii/ +- To streamline your experience, the System tab in the individual run workspace view will be removed in an upcoming release. View full information about system metrics in the System section of the workspace. For questions, contact [support@wandb.com](mailto:support@wandb.com). + +## Security + +- `golang crypto` has been upgraded to v0.36.0. +- `golang oauth2` has been upgraded to v0.28.0. +- In Weave, `pyarrow` is now pinned to v17.0.0. + +## Performance + +- Frontend updates significantly reduce workspace reload times by storing essential data in the browser cache across visits. The update optimizes loading of saved views, metric names, the run selector, run counts, W&B’s configuration details, and the recomputation of workspace views. +- Registry overview pages now load significantly faster. +- Improved the performance of selecting metrics for the X, Y, or Z values in a scatter plot in a workspace with thousands of runs or hundreds of metrics. +- Performance improvements to Weave evaluation logging. + +## Fixes + +- Fixed a bug in Reports where following a link to a section in the report would not open to that section. +- Improved the behavior of how Gaussian smoothing handles index reflection, matching SciPy's default "reflect" mode. +- A Report comment link sent via email now opens directly to the comment. +- Fixed a bug that could crash a workspace if a sweep takes longer than 2 billion compute seconds by changing the variable type for sweep compute seconds to `int64` rather than `int32`. +- Fixed display bugs that could occur when a report included multiple run sets. +- Fixed a bug where panels Quick Added to an alphabetically sorted section were sorted incorrectly. +- Fixed a bug that generated malformed user invitation links. diff --git a/hugo.yaml b/hugo.yaml index 9ddcc109d..07196a076 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -29,7 +29,7 @@ pygmentsStyle: monokai # Configure how URLs look like per section. permalinks: - blog: /:section/:year/:month/:day/:slug/ + release-notes: /release-notes/:year/:month/:day/:slug/ # Image processing configuration. imaging: diff --git a/scripts/release-notes-to-hugo.py b/scripts/release-notes-to-hugo.py index 9a87108e8..878c88674 100644 --- a/scripts/release-notes-to-hugo.py +++ b/scripts/release-notes-to-hugo.py @@ -2,10 +2,11 @@ import requests import json from datetime import datetime +from datetime import date # Configuration GITHUB_REPO = "wandb/server" # Replace with the actual repo (e.g., "torvalds/linux") -OUTPUT_DIR = "../content/posts/releases" # Hugo content directory +OUTPUT_DIR = "./content/release-notes/releases" # Hugo content directory GITHUB_API_URL = f"https://api.github.com/repos/{GITHUB_REPO}/releases" HEADERS = {"Accept": "application/vnd.github.v3+json"} # Optional: Add authorization if needed @@ -22,19 +23,21 @@ def fetch_releases(): def format_markdown(release): title = release.get("name", release.get("tag_name", "Unknown Release")) - date = release.get("published_at", "") - if date: - date = datetime.strptime(date, "%Y-%m-%dT%H:%M:%SZ").strftime("%Y-%m-%d") - + rawdate = release.get("published_at", "") + if rawdate: + rawdate = datetime.strptime(rawdate, "%Y-%m-%dT%H:%M:%SZ").strftime("%Y-%m-%d") + date_obj = datetime.strptime(rawdate, "%Y-%m-%d") + formatted_date = date_obj.strftime("%B %d, %Y") content = release.get("body", "No release notes provided.") slug = release.get("tag_name", title.replace(" ", "-").lower()) md_content = f""" --- title: "{title}" -date: {date} +date: {rawdate} slug: "{slug}" draft: false +description: "{formatted_date}" --- {content} From d7cb409f523b7377310dd25c602b6bb7c03365ef Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 11 Apr 2025 13:11:43 -0700 Subject: [PATCH 03/24] Simplify page titles and frontmatter, remove dates from URLs --- content/release-notes/_index.md | 9 +++++---- content/release-notes/releases/0.33.0.md | 17 +++++++---------- content/release-notes/releases/0.34.0.md | 17 +++++++---------- content/release-notes/releases/0.35.0.md | 17 +++++++---------- content/release-notes/releases/0.36.0.md | 17 +++++++---------- content/release-notes/releases/0.38.0.md | 18 ++++++++---------- content/release-notes/releases/0.39.0.md | 17 +++++++---------- content/release-notes/releases/0.40.0.md | 17 +++++++---------- content/release-notes/releases/0.41.0.md | 17 +++++++---------- content/release-notes/releases/0.42.0.md | 17 +++++++---------- content/release-notes/releases/0.43.0.md | 17 +++++++---------- content/release-notes/releases/0.44.1.md | 17 +++++++---------- content/release-notes/releases/0.45.0.md | 17 +++++++---------- content/release-notes/releases/0.46.0.md | 17 +++++++---------- content/release-notes/releases/0.47.2.md | 17 +++++++---------- content/release-notes/releases/0.47.3.md | 9 +++------ content/release-notes/releases/0.48.0.md | 17 +++++++---------- content/release-notes/releases/0.49.0.md | 17 +++++++---------- content/release-notes/releases/0.50.2.md | 17 +++++++---------- content/release-notes/releases/0.51.0.md | 17 +++++++---------- content/release-notes/releases/0.52.2.md | 17 +++++++---------- content/release-notes/releases/0.54.0.md | 17 +++++++---------- content/release-notes/releases/0.56.0.md | 17 +++++++---------- content/release-notes/releases/0.57.2.md | 17 +++++++---------- content/release-notes/releases/0.58.1.md | 17 +++++++---------- content/release-notes/releases/0.60.0.md | 17 +++++++---------- content/release-notes/releases/0.61.0.md | 17 +++++++---------- content/release-notes/releases/0.63.0.md | 17 +++++++---------- content/release-notes/releases/0.65.0.md | 19 ++++++++----------- content/release-notes/releases/0.66.0.md | 15 ++++++--------- content/release-notes/releases/0.67.0.md | 17 +++++++---------- 31 files changed, 212 insertions(+), 300 deletions(-) diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md index a34bdcfae..b6eb8f858 100644 --- a/content/release-notes/_index.md +++ b/content/release-notes/_index.md @@ -2,9 +2,10 @@ title: Releases type: docs cascade: - type: docs +- url: /release-notes/:title +- type: docs menu: - main: - identifier: release-notes - weight: 5 + main: + identifier: release-notes + weight: 5 --- \ No newline at end of file diff --git a/content/release-notes/releases/0.33.0.md b/content/release-notes/releases/0.33.0.md index 54c66dabd..a255c5d43 100644 --- a/content/release-notes/releases/0.33.0.md +++ b/content/release-notes/releases/0.33.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.33.0" -date: 2023-05-10 -slug: "0.33.0" -draft: false -description: "May 10, 2023" ---- - +--- +title: "0.33.0" +date: 2023-05-10 +description: "May 10, 2023" +--- + ## šŸŖ„ Features ### Prompts: Zoom and pan @@ -61,4 +58,4 @@ As W&B has expanded the parts of the ML workflow we cover, we’ve heard your fe - Fixed bug in Markdown editing in Reports - Fullscreen Weave panels can now share config changes with the original panel. - Improved display of empty tables -- Fixed bug in which the first several characters of logs were cut off +- Fixed bug in which the first several characters of logs were cut off diff --git a/content/release-notes/releases/0.34.0.md b/content/release-notes/releases/0.34.0.md index ccad55113..4ad98c0a6 100644 --- a/content/release-notes/releases/0.34.0.md +++ b/content/release-notes/releases/0.34.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.34.0" -date: 2023-05-31 -slug: "0.34.0" -draft: false -description: "May 31, 2023" ---- - +--- +title: "0.34.0" +date: 2023-05-31 +description: "May 31, 2023" +--- + ## šŸŖ„ Features **********New Model Registry UI********** @@ -47,4 +44,4 @@ We’re making it easier for users to manage a long list of models, and navigate - Reports with custom charts now load when not logged in. - Wide GIFs no longer overflow fullscreen view - Increase default automations limit from 20 to 200. -- Fixed bug allowing the appearance of deleting the version alias of a registered model (in fact, this could not be deleted on the backend). +- Fixed bug allowing the appearance of deleting the version alias of a registered model (in fact, this could not be deleted on the backend). diff --git a/content/release-notes/releases/0.35.0.md b/content/release-notes/releases/0.35.0.md index 09c2854d8..d68d0b880 100644 --- a/content/release-notes/releases/0.35.0.md +++ b/content/release-notes/releases/0.35.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.35.0" -date: 2023-06-07 -slug: "0.35.0" -draft: false -description: "June 07, 2023" ---- - +--- +title: "0.35.0" +date: 2023-06-07 +description: "June 07, 2023" +--- + ## šŸ”’ Security Issue Fixed issue where API keys were logged for recently logged in users. Check for `FetchAuthUserByAPIKey` in the logs which you can find in `gorilla.log` from a debug bundle and rotate any keys that are found. @@ -24,4 +21,4 @@ Fixed issue where API keys were logged for recently logged in users. Check for ` - Logs tab is no longer trimmed to 1000 rows. - Fixed scenario where artifact files pagination could get into an infinite loop - Fixed bug where success toast messages were not appearing -- The Runs table will now correctly show the git commit value +- The Runs table will now correctly show the git commit value diff --git a/content/release-notes/releases/0.36.0.md b/content/release-notes/releases/0.36.0.md index 5d7e47ef9..cf4e5847e 100644 --- a/content/release-notes/releases/0.36.0.md +++ b/content/release-notes/releases/0.36.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.36.0" -date: 2023-06-14 -slug: "0.36.0" -draft: false -description: "June 14, 2023" ---- - +--- +title: "0.36.0" +date: 2023-06-14 +description: "June 14, 2023" +--- + ### šŸŖ„ Features **Clone Runs with Launch** @@ -28,4 +25,4 @@ If you want to repeat a run but tweak a couple hyperparameters--say bump the bat - Fixed incorrect progress indicator in Model Registry onboarding checklist. - Fixed issue where the Automations page could crash when job name had slashes. - Fixed issue where a user could update the wrong user profiles. - - Added option to permanently delete runs and their associated metrics after a duration specified in an environment variable. + - Added option to permanently delete runs and their associated metrics after a duration specified in an environment variable. diff --git a/content/release-notes/releases/0.38.0.md b/content/release-notes/releases/0.38.0.md index c8f7a38c9..938a02f74 100644 --- a/content/release-notes/releases/0.38.0.md +++ b/content/release-notes/releases/0.38.0.md @@ -1,12 +1,10 @@ - ---- -title: "Release 0.38.0" -date: 2023-07-13 -slug: "0.38.0" -draft: false -description: "July 13, 2023" ---- - +--- +title: "0.38.0" +date: 2023-07-13 +slug: "0.38.0" +description: "July 13, 2023" +--- + ### Features **Metric visualization enhancements** @@ -47,4 +45,4 @@ W&B has always built our product based on customer feedback. Now, we're happy t * Added support for pre-signed URLs using a VPC endpoint URL if the AWS_S3_ENDPOINT_URL env var is set and passed in from the SDK side. * Fixed enterprise dashboard link when organization name contains "&" * Updated tag colors to be consistent - + diff --git a/content/release-notes/releases/0.39.0.md b/content/release-notes/releases/0.39.0.md index 2581eb22c..b0763297a 100644 --- a/content/release-notes/releases/0.39.0.md +++ b/content/release-notes/releases/0.39.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.39.0" -date: 2023-07-27 -slug: "0.39.0" -draft: false -description: "July 27, 2023" ---- - +--- +title: "0.39.0" +date: 2023-07-27 +description: "July 27, 2023" +--- + ## Features **Revamped Organization Dashboard** @@ -29,4 +26,4 @@ For Dedicated Cloud customers, this feature has been turned on. For Customer-Ma - Inviting a user into multiple teams will no longer take up too many seats in the org - + diff --git a/content/release-notes/releases/0.40.0.md b/content/release-notes/releases/0.40.0.md index 025708694..afa672d1a 100644 --- a/content/release-notes/releases/0.40.0.md +++ b/content/release-notes/releases/0.40.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.40.0" -date: 2023-08-18 -slug: "0.40.0" -draft: false -description: "August 18, 2023" ---- - +--- +title: "Release 0.40.0" +date: 2023-08-18 +description: "August 18, 2023" +--- + ### šŸŖ„Features ************Webhooks************ @@ -28,4 +25,4 @@ Enable a seamless model CI/CD workflow using Webhook Automations to trigger spec - Users can now pass in per-job resource config overrides for Sweeps on Launch - Added redirect from */admin/users* to new organization dashboard. - Fixed issues with LDAP dropping connections. -- Improvements to run permadeletion. +- Improvements to run permadeletion. diff --git a/content/release-notes/releases/0.41.0.md b/content/release-notes/releases/0.41.0.md index 2f2b924d1..b7ac7b4b8 100644 --- a/content/release-notes/releases/0.41.0.md +++ b/content/release-notes/releases/0.41.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.41.0" -date: 2023-08-28 -slug: "0.41.0" -draft: false -description: "August 28, 2023" ---- - +--- +title: "0.41.0" +date: 2023-08-28 +description: "August 28, 2023" +--- + ### šŸŖ„ Features **********New Launch landing page********** @@ -30,4 +27,4 @@ Here are the other new features included in this release: - SEO tags not properly rendered by host - Trigger export in background, on context deadline as well - Transition runs in pending state to running when run is initialized -- Query so Launch queues show most recent completed and failed jobs +- Query so Launch queues show most recent completed and failed jobs diff --git a/content/release-notes/releases/0.42.0.md b/content/release-notes/releases/0.42.0.md index dc4bc2a92..2c7b71206 100644 --- a/content/release-notes/releases/0.42.0.md +++ b/content/release-notes/releases/0.42.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.42.0" -date: 2023-09-14 -slug: "0.42.0" -draft: false -description: "September 14, 2023" ---- - +--- +title: "0.42.0" +date: 2023-09-14 +description: "September 14, 2023" +--- + ### šŸŖ„Features **********W&B Artifacts now supports time-to-live (TTL) policies********** @@ -34,4 +31,4 @@ Here are the other new features include in this release: - Keep uncolored tags from changing color on render - Stale defaults stuck in Launch drawer on reopen - Trigger alias automations while creating artifact -- Edge case failure in infinite loading tag filters +- Edge case failure in infinite loading tag filters diff --git a/content/release-notes/releases/0.43.0.md b/content/release-notes/releases/0.43.0.md index 50cd3dc35..8faad247c 100644 --- a/content/release-notes/releases/0.43.0.md +++ b/content/release-notes/releases/0.43.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.43.0" -date: 2023-10-02 -slug: "0.43.0" -draft: false -description: "October 02, 2023" ---- - +--- +title: "0.43.0" +date: 2023-10-02 +description: "October 02, 2023" +--- + Release 0.43.0 contains a number of minor bug fixes and performance improvements, including fixing the bottom of runs tables when there's a scrollbar. Check out the other fixes below: ![269056069-61623cd1-c084-4054-ba48-9b84fed97b07](https://github.com/wandb/server/assets/117778861/e4fe9656-b382-4328-80e4-edc4fcae1c88) @@ -21,4 +18,4 @@ Release 0.43.0 contains a number of minor bug fixes and performance improvements - Padding for bottom of runs table when there's a scrollbar - Eliminate unnecessary history key cache read - Error handling for Teams Checkout modal - - Memory leak, excess filestream sending, and orphaned processes in Weave Python autotracer + - Memory leak, excess filestream sending, and orphaned processes in Weave Python autotracer diff --git a/content/release-notes/releases/0.44.1.md b/content/release-notes/releases/0.44.1.md index 3d6150ec0..7b79a9458 100644 --- a/content/release-notes/releases/0.44.1.md +++ b/content/release-notes/releases/0.44.1.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.44.1" -date: 2023-10-12 -slug: "0.44.1" -draft: false -description: "October 12, 2023" ---- - +--- +title: "0.44.1" +date: 2023-10-12 +description: "October 12, 2023" +--- + ## Feature **Add OpenAI proxy UI to SaaS and Server** @@ -38,4 +35,4 @@ description: "October 12, 2023" * Bump langchain to latest * Adding WB Prompts to quickstart * Update AWS MIs to use terraform-kubernetes-wandb v1.12.0 -* Show correct Teams Plan tracked hours teams settings page and hide on usage page +* Show correct Teams Plan tracked hours teams settings page and hide on usage page diff --git a/content/release-notes/releases/0.45.0.md b/content/release-notes/releases/0.45.0.md index a5f297828..b4f541fd2 100644 --- a/content/release-notes/releases/0.45.0.md +++ b/content/release-notes/releases/0.45.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.45.0" -date: 2023-10-25 -slug: "0.45.0" -draft: false -description: "October 25, 2023" ---- - +--- +title: "0.45.0" +date: 2023-10-25 +description: "October 25, 2023" +--- + ## Feature * Enable artifact garbage collection using environment variable GORILLA_ARTIFACT_GC_ENABLED=true and cloud object versioning or soft deletion. @@ -18,4 +15,4 @@ description: "October 25, 2023" * Remove invalid early exit preventing history deletion * When moving/copying runs, don't drop key-set info * Update mutations to no longer use defunct storage plan or artifacts billing plan at all -* Respect skip flag in useRemoteServer +* Respect skip flag in useRemoteServer diff --git a/content/release-notes/releases/0.46.0.md b/content/release-notes/releases/0.46.0.md index ee30779d8..784027f62 100644 --- a/content/release-notes/releases/0.46.0.md +++ b/content/release-notes/releases/0.46.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.46.0" -date: 2023-11-15 -slug: "0.46.0" -draft: false -description: "November 15, 2023" ---- - +--- +title: "0.46.0" +date: 2023-11-15 +description: "November 15, 2023" +--- + ## Feature * Deployments on AWS can now use W&B Secrets with Webhooks and Automations @@ -29,4 +26,4 @@ description: "November 15, 2023" * Report comment highlighting * Remove all caching for view's LoadMetadataList() * Let run search stretch -* Associate launch agents with user id from `X-WANDB-USERNAME` header +* Associate launch agents with user id from `X-WANDB-USERNAME` header diff --git a/content/release-notes/releases/0.47.2.md b/content/release-notes/releases/0.47.2.md index 2b9f3a79b..aecd8f042 100644 --- a/content/release-notes/releases/0.47.2.md +++ b/content/release-notes/releases/0.47.2.md @@ -1,12 +1,9 @@ - ---- -title: "Release v0.47.2" -date: 2023-12-01 -slug: "0.47.2" -draft: false -description: "December 01, 2023" ---- - +--- +title: "0.47.2" +date: 2023-12-01 +description: "December 01, 2023" +--- + ## Feature **Use custom roles with specific permissions to customize access control within a team** @@ -26,4 +23,4 @@ description: "December 01, 2023" * Janky report panel dragging behavior * Update bar chart spec to match the one on public cloud * Clean up panel padding and plot margins -* Restores workspace settings beta +* Restores workspace settings beta diff --git a/content/release-notes/releases/0.47.3.md b/content/release-notes/releases/0.47.3.md index 76e7fdc33..077402ea5 100644 --- a/content/release-notes/releases/0.47.3.md +++ b/content/release-notes/releases/0.47.3.md @@ -1,12 +1,9 @@ - --- -title: "Release v0.47.3" +title: "0.47.3" date: 2023-12-08 -slug: "0.47.3" -draft: false description: "December 08, 2023" --- -# Fixes - +# Fixes + We're releasing a couple of important fixes for the _**Custom Roles**_ preview capability that was launched as part of v0.47.2. If you're interested in using that feature to create fine-grained roles and better align with least privilege principle, please use this latest server release and reach out to your Weights & Biases team for an updated enterprise license. diff --git a/content/release-notes/releases/0.48.0.md b/content/release-notes/releases/0.48.0.md index f95ee37b1..e39613b95 100644 --- a/content/release-notes/releases/0.48.0.md +++ b/content/release-notes/releases/0.48.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.48.0" -date: 2023-12-20 -slug: "0.48.0" -draft: false -description: "December 20, 2023" ---- - +--- +title: "0.48.0" +date: 2023-12-20 +description: "December 20, 2023" +--- + ## Feature * All required frontend changes for launch prioritization @@ -19,4 +16,4 @@ description: "December 20, 2023" ## Fixes * Reduce column widths for oversized runs selectors - * Fix a couple of bugs related to Custom Roles preview feature + * Fix a couple of bugs related to Custom Roles preview feature diff --git a/content/release-notes/releases/0.49.0.md b/content/release-notes/releases/0.49.0.md index 18ab7b511..733c7c5cb 100644 --- a/content/release-notes/releases/0.49.0.md +++ b/content/release-notes/releases/0.49.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.49.0" -date: 2024-01-18 -slug: "0.49.0" -draft: false -description: "January 18, 2024" ---- - +--- +title: "0.49.0" +date: 2024-01-18 +description: "January 18, 2024" +--- + ## Feature * Set a default TTL (time-to-live or scheduled deletion) policy for a team in the team settings page. @@ -33,4 +30,4 @@ description: "January 18, 2024" * Improve Launch queue sorting order * Don't auto-open panel sections when searching large workspaces * Change label text for grouped runs -* Open/close all sections while searching +* Open/close all sections while searching diff --git a/content/release-notes/releases/0.50.2.md b/content/release-notes/releases/0.50.2.md index 3df060336..db6971b52 100644 --- a/content/release-notes/releases/0.50.2.md +++ b/content/release-notes/releases/0.50.2.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.50.2" -date: 2024-02-26 -slug: "0.50.2" -draft: false -description: "February 26, 2024" ---- - +--- +title: "0.50.2" +date: 2024-02-26 +description: "February 26, 2024" +--- + ## Feature * Add panel bank setting to auto-expand search results @@ -24,4 +21,4 @@ description: "February 26, 2024" * Scheduler polluting sweep yaml generator * Display user roles correctly on team members page when search or sort is applied * Org admins can again delete personal projects in their Dedicated Cloud or Self-managed server instance -* Add validation for SCIM GET groups API for pending users +* Add validation for SCIM GET groups API for pending users diff --git a/content/release-notes/releases/0.51.0.md b/content/release-notes/releases/0.51.0.md index 79d2efc98..0e2387595 100644 --- a/content/release-notes/releases/0.51.0.md +++ b/content/release-notes/releases/0.51.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.51.0" -date: 2024-03-20 -slug: "0.51.0" -draft: false -description: "March 20, 2024" ---- - +--- +title: "0.51.0" +date: 2024-03-20 +description: "March 20, 2024" +--- + ## Features **You can now save multiple views of any workspace by clicking "Save as a new view" in the overflow menu of the workspace bar.** @@ -34,4 +31,4 @@ The release also includes these capabilities: * Fixed issue where expressions tab was not rendering for line plots. * Use display name for sweeps when grouped by sweeps in charts and runs table. -* Auto navigation to runs page when selecting job version. +* Auto navigation to runs page when selecting job version. diff --git a/content/release-notes/releases/0.52.2.md b/content/release-notes/releases/0.52.2.md index 8dfab8a80..03bd3934c 100644 --- a/content/release-notes/releases/0.52.2.md +++ b/content/release-notes/releases/0.52.2.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.52.2" -date: 2024-04-25 -slug: "0.52.2" -draft: false -description: "April 25, 2024" ---- - +--- +title: "Release 0.52.2" +date: 2024-04-25 +description: "April 25, 2024" +--- + ## Features * You can now enforce username and full name for users in your organization, by using OIDC claims from your SSO provider. Reach out to your W&B team or support if interested. @@ -20,4 +17,4 @@ description: "April 25, 2024" * Resolved an issue where tooltips on system charts were not displaying by enforcing the `isHovered` parameter, which is essential for the crosshair UI visibility. * Unset the max-width property for images within media panels, addressing unintended style constraints previously applied to all images. * Fixed broken config overrides in launch drawer. -* Fixed Launch drawer's behavior when cloning from a run. +* Fixed Launch drawer's behavior when cloning from a run. diff --git a/content/release-notes/releases/0.54.0.md b/content/release-notes/releases/0.54.0.md index 3e2bdb2bd..6497b202f 100644 --- a/content/release-notes/releases/0.54.0.md +++ b/content/release-notes/releases/0.54.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.54.0" -date: 2024-05-24 -slug: "0.54.0" -draft: false -description: "May 24, 2024" ---- - +--- +title: "0.54.0" +date: 2024-05-24 +description: "May 24, 2024" +--- + ## Features * You can now configure Secure storage connector (BYOB) at team-level in Dedicated Cloud or Self-managed instances on Microsoft Azure. @@ -23,4 +20,4 @@ description: "May 24, 2024" * Fix issue where Reports where failing to load on Mobile. * Fix link to git diff file in run overview. -* Fixed the intermittently occurring issue related to loading of Organization Dashboard for certain users. +* Fixed the intermittently occurring issue related to loading of Organization Dashboard for certain users. diff --git a/content/release-notes/releases/0.56.0.md b/content/release-notes/releases/0.56.0.md index d02e2143f..0142b9904 100644 --- a/content/release-notes/releases/0.56.0.md +++ b/content/release-notes/releases/0.56.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.56.0" -date: 2024-06-29 -slug: "0.56.0" -draft: false -description: "June 29, 2024" ---- - +--- +title: "0.56.0" +date: 2024-06-29 +description: "June 29, 2024" +--- + ## Features **The new Full Fidelity line plot in W&B Experiments enhances the visibility of training metrics by aggregating all data along the x-axis, displaying the minimum, maximum, and average values within each bucket, allowing users to easily spot outliers and zoom into high-fidelity details without downsampling loss.** [Learn more in our documentation](https://docs.wandb.ai/guides/app/features/panels/line-plot/sampling). @@ -34,4 +31,4 @@ The 0.56.0 release also includes these capabilities: * The fix resolves an issue where the report would crash when trying to edit filters due to an out-of-bounds filter index caused by skipping non-individual filters while keeping the index count incremental. * The fix addresses an issue where unselecting a runset caused media panels to crash in a report by ensuring only runs in enabled runsets are returned. * The fix resolves an issue where the parameter importance panel crashes on initial load due to a violation of hooks error caused by a change in the order of hooks. -* The fix prevents chart data from being reloaded when scrolling down and then back up in small workspaces, enhancing performance and eliminating the feeling of slowness. +* The fix prevents chart data from being reloaded when scrolling down and then back up in small workspaces, enhancing performance and eliminating the feeling of slowness. diff --git a/content/release-notes/releases/0.57.2.md b/content/release-notes/releases/0.57.2.md index 20f15244f..ec9a855b7 100644 --- a/content/release-notes/releases/0.57.2.md +++ b/content/release-notes/releases/0.57.2.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.57.2" -date: 2024-07-24 -slug: "0.57.2" -draft: false -description: "July 24, 2024" ---- - +--- +title: "0.57.2" +date: 2024-07-24 +description: "July 24, 2024" +--- + ## Features **You can now use JWTs (JSON Web Tokens) to access your W&B instance from the wandb SDK or CLI, using the identity federation capability. The feature is in preview.** Refer to [this document](https://docs.wandb.ai/guides/hosting/iam/identity_federation) and reach out to your W&B team for any questions. @@ -33,4 +30,4 @@ The 0.57.2 release also includes these capabilities: * Significantly improved performance when editing a panel's settings and applying the changes. * Improved the responsiveness of run visibility toggling in large workspaces. * Improved chart hovering and brushing performance on plots in large workspaces. -* Reduced workspace memory usage and loading times in workspaces with many keys. +* Reduced workspace memory usage and loading times in workspaces with many keys. diff --git a/content/release-notes/releases/0.58.1.md b/content/release-notes/releases/0.58.1.md index 9e3d42637..b0d489e12 100644 --- a/content/release-notes/releases/0.58.1.md +++ b/content/release-notes/releases/0.58.1.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.58.1" -date: 2024-09-04 -slug: "0.58.1" -draft: false -description: "September 04, 2024" ---- - +--- +title: "0.58.1" +date: 2024-09-04 +description: "September 04, 2024" +--- + ## Features * W&B now supports sub-path for **Secure storage connector i.e. Bring your own bucket** capability. You can now provide a sub-path when configuring a bucket at the instance or team level. This is only available for new bucket configurations and not for existing configured buckets. @@ -24,4 +21,4 @@ description: "September 04, 2024" * We have significantly improved performance and stability for experiments with 100k+ logged points. If you've a customer-managed instance, this is available if the deployment is managed using the W&B kubernetes operator. * Fixed issue where saving changes in large workspaces would be very slow or fail. -* Improved latency of opening workspace sections in large workspaces. +* Improved latency of opening workspace sections in large workspaces. diff --git a/content/release-notes/releases/0.60.0.md b/content/release-notes/releases/0.60.0.md index b9c1e2957..f2d44742c 100644 --- a/content/release-notes/releases/0.60.0.md +++ b/content/release-notes/releases/0.60.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.60.0" -date: 2024-09-26 -slug: "0.60.0" -draft: false -description: "September 26, 2024" ---- - +--- +title: "0.60.0" +date: 2024-09-26 +description: "September 26, 2024" +--- + ## Features * Final updates for 1.1.1 Compliance of Level AA 2.2 for Web Content Accessibility Guidelines (WCAG) standards. @@ -26,4 +23,4 @@ description: "September 26, 2024" * Reduced the latency when adding a panel by up to 90% in workspaces with many metrics. * Improved the reliability and performance of parquet exports to blob storage when runs are resumed often. - * Runs export to blob storage in parquet format is available on Dedicated Cloud and on Customer-managed instances that are enabled using the W&B kubernetes operator. + * Runs export to blob storage in parquet format is available on Dedicated Cloud and on Customer-managed instances that are enabled using the W&B kubernetes operator. diff --git a/content/release-notes/releases/0.61.0.md b/content/release-notes/releases/0.61.0.md index deb2d0898..4ec4fad0b 100644 --- a/content/release-notes/releases/0.61.0.md +++ b/content/release-notes/releases/0.61.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.61.0" -date: 2024-10-17 -slug: "0.61.0" -draft: false -description: "October 17, 2024" ---- - +--- +title: "0.61.0" +date: 2024-10-17 +description: "October 17, 2024" +--- + ## Features **This is a mini-feature and patch release, delivered at a different schedule than the monthly W&B server major releases** @@ -19,4 +16,4 @@ description: "October 17, 2024" * Fixed an issue where underlying database schema changes as part of release upgrades could timeout during platform startup time. * Added more performance improvements to the underlying parquet store service, to further improve the chart loading times for users. Parquet store service is only available on Dedicated Cloud, and Self-managed instances based on [W&B kubernetes operator](https://docs.wandb.ai/guides/hosting/operator). -* Addressed the high CPU utilization issue for the underlying parquet store service, to make the efficient chart loading more reliable for users. Parquet store service is only available on Dedicated Cloud, and Self-managed instances based on [W&B kubernetes operator](https://docs.wandb.ai/guides/hosting/operator). +* Addressed the high CPU utilization issue for the underlying parquet store service, to make the efficient chart loading more reliable for users. Parquet store service is only available on Dedicated Cloud, and Self-managed instances based on [W&B kubernetes operator](https://docs.wandb.ai/guides/hosting/operator). diff --git a/content/release-notes/releases/0.63.0.md b/content/release-notes/releases/0.63.0.md index 5840d4cab..9585023be 100644 --- a/content/release-notes/releases/0.63.0.md +++ b/content/release-notes/releases/0.63.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.63.0" -date: 2024-12-10 -slug: "0.63.0" -draft: false -description: "December 10, 2024" ---- - +--- +title: "0.63.0" +date: 2024-12-10 +description: "December 10, 2024" +--- + ## Features **[Weave](https://wandb.ai/site/weave/) is now generally available (GA) in Dedicated Cloud on AWS. Reach out to your W&B team if your teams are looking to build Generative AI apps with confidence and putting those in production.** @@ -25,4 +22,4 @@ The release includes the following additional updates: * Fixed an issue where users creating custom roles including the `Create Artifact` permission were not able to log artifacts to a project. * Fixed the issue with metadata logging for files in instances that have subpath support configured for BYOB. -* Block webhook deletion if used by organization registry automations. +* Block webhook deletion if used by organization registry automations. diff --git a/content/release-notes/releases/0.65.0.md b/content/release-notes/releases/0.65.0.md index 27f975176..682d4e3b9 100644 --- a/content/release-notes/releases/0.65.0.md +++ b/content/release-notes/releases/0.65.0.md @@ -1,17 +1,14 @@ - --- -title: "Release 0.65.0" +title: "0.65.0" date: 2025-01-30 -slug: "0.65.0" -draft: false description: "January 30, 2025" --- -## Features -- From a registry's **Settings**, you can now update the owner to a different user with the Admin role. Select **Owner** from the user's **Role** menu. -- You can now move a run to a different group in the same project. Hover over a run in the run list, click the three-vertical-dots menu, and choose **Move to another group**. -- You can now configure whether the **Log Scale setting** for line plots is enabled by default at the level of the workspace or section. - - To configure the behavior for a workspace, click the action `...` menu for the workspace, click **Line plots**, then toggle **Log scale** for the X or Y axis. - - To configure the behavior for a section, click the gear icon for the section, then toggle **Log scale** for the X or Y axis. - +## Features +- From a registry's **Settings**, you can now update the owner to a different user with the Admin role. Select **Owner** from the user's **Role** menu. +- You can now move a run to a different group in the same project. Hover over a run in the run list, click the three-vertical-dots menu, and choose **Move to another group**. +- You can now configure whether the **Log Scale setting** for line plots is enabled by default at the level of the workspace or section. + - To configure the behavior for a workspace, click the action `...` menu for the workspace, click **Line plots**, then toggle **Log scale** for the X or Y axis. + - To configure the behavior for a section, click the gear icon for the section, then toggle **Log scale** for the X or Y axis. + diff --git a/content/release-notes/releases/0.66.0.md b/content/release-notes/releases/0.66.0.md index faaaee5a3..3c78e0c93 100644 --- a/content/release-notes/releases/0.66.0.md +++ b/content/release-notes/releases/0.66.0.md @@ -1,15 +1,12 @@ - --- -title: "Release 0.66.0" +title: "0.66.0" date: 2025-03-06 -slug: "0.66.0" -draft: false description: "March 06, 2025" --- -## Features -- In tables and query panels, columns you derive from other columns now persist, so you can use them for filtering or in query panel plots. - -## Security -- Limited the maximum depth for a GraphQL document to 20. +## Features +- In tables and query panels, columns you derive from other columns now persist, so you can use them for filtering or in query panel plots. + +## Security +- Limited the maximum depth for a GraphQL document to 20. - Upgraded pyarrow to v17.0.0. diff --git a/content/release-notes/releases/0.67.0.md b/content/release-notes/releases/0.67.0.md index 4e5807e73..6bc51fbc8 100644 --- a/content/release-notes/releases/0.67.0.md +++ b/content/release-notes/releases/0.67.0.md @@ -1,12 +1,9 @@ - ---- -title: "Release 0.67.0" -date: 2025-03-28 -slug: "0.67.0" -draft: false -description: "March 28, 2025" ---- - +--- +title: "0.67.0" +date: 2025-03-28 +description: "March 28, 2025" +--- + ## Features - In Reports, you can now give a run a custom display name per panel grid. This allows you to replace the run’s (often long and opaque) training-time name with one that is more meaningful to your audience. The report updates the name in all panel grids, helping you to explain your hard-won experimental insights to your colleagues in a concise and readable way. The original run name remain intact in the project, so doing this won’t disrupt your collaborators. @@ -57,4 +54,4 @@ description: "March 28, 2025" - Fixed a bug that could crash a workspace if a sweep takes longer than 2 billion compute seconds by changing the variable type for sweep compute seconds to `int64` rather than `int32`. - Fixed display bugs that could occur when a report included multiple run sets. - Fixed a bug where panels Quick Added to an alphabetically sorted section were sorted incorrectly. -- Fixed a bug that generated malformed user invitation links. +- Fixed a bug that generated malformed user invitation links. From a80a65e1fa9c457086023f74fa37469b98038bf3 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 11 Apr 2025 14:02:33 -0700 Subject: [PATCH 04/24] Move EOL releases to archive --- content/release-notes/_index.md | 4 +++- .../releases/{ => archived}/0.33.0.md | 2 ++ .../releases/{ => archived}/0.34.0.md | 2 ++ .../releases/{ => archived}/0.35.0.md | 2 ++ .../releases/{ => archived}/0.36.0.md | 2 ++ .../releases/{ => archived}/0.38.0.md | 2 ++ .../releases/{ => archived}/0.39.0.md | 2 ++ .../releases/{ => archived}/0.40.0.md | 4 +++- .../releases/{ => archived}/0.41.0.md | 2 ++ .../releases/{ => archived}/0.42.0.md | 2 ++ .../releases/{ => archived}/0.43.0.md | 2 ++ .../releases/{ => archived}/0.44.1.md | 2 ++ .../releases/{ => archived}/0.45.0.md | 2 ++ .../releases/{ => archived}/0.46.0.md | 2 ++ .../releases/{ => archived}/0.47.2.md | 2 ++ .../releases/{ => archived}/0.47.3.md | 2 ++ .../releases/{ => archived}/0.48.0.md | 2 ++ .../releases/{ => archived}/0.49.0.md | 2 ++ .../releases/{ => archived}/0.50.2.md | 2 ++ .../releases/{ => archived}/0.51.0.md | 2 ++ .../releases/{ => archived}/0.52.2.md | 4 +++- .../releases/{ => archived}/0.54.0.md | 2 ++ .../releases/{ => archived}/0.56.0.md | 2 ++ .../releases/{ => archived}/0.57.2.md | 2 ++ .../releases/{ => archived}/0.58.1.md | 2 ++ .../releases/{ => archived}/0.60.0.md | 2 ++ .../releases/{ => archived}/0.61.0.md | 2 ++ .../release-notes/releases/archived/_index.md | 23 +++++++++++++++++++ content/release-notes/releases/unsupported.md | 3 +++ 29 files changed, 83 insertions(+), 3 deletions(-) rename content/release-notes/releases/{ => archived}/0.33.0.md (96%) rename content/release-notes/releases/{ => archived}/0.34.0.md (95%) rename content/release-notes/releases/{ => archived}/0.35.0.md (90%) rename content/release-notes/releases/{ => archived}/0.36.0.md (93%) rename content/release-notes/releases/{ => archived}/0.38.0.md (96%) rename content/release-notes/releases/{ => archived}/0.39.0.md (91%) rename content/release-notes/releases/{ => archived}/0.40.0.md (91%) rename content/release-notes/releases/{ => archived}/0.41.0.md (91%) rename content/release-notes/releases/{ => archived}/0.42.0.md (92%) rename content/release-notes/releases/{ => archived}/0.43.0.md (89%) rename content/release-notes/releases/{ => archived}/0.44.1.md (92%) rename content/release-notes/releases/{ => archived}/0.45.0.md (87%) rename content/release-notes/releases/{ => archived}/0.46.0.md (90%) rename content/release-notes/releases/{ => archived}/0.47.2.md (88%) rename content/release-notes/releases/{ => archived}/0.47.3.md (84%) rename content/release-notes/releases/{ => archived}/0.48.0.md (93%) rename content/release-notes/releases/{ => archived}/0.49.0.md (93%) rename content/release-notes/releases/{ => archived}/0.50.2.md (94%) rename content/release-notes/releases/{ => archived}/0.51.0.md (96%) rename content/release-notes/releases/{ => archived}/0.52.2.md (91%) rename content/release-notes/releases/{ => archived}/0.54.0.md (92%) rename content/release-notes/releases/{ => archived}/0.56.0.md (97%) rename content/release-notes/releases/{ => archived}/0.57.2.md (95%) rename content/release-notes/releases/{ => archived}/0.58.1.md (94%) rename content/release-notes/releases/{ => archived}/0.60.0.md (93%) rename content/release-notes/releases/{ => archived}/0.61.0.md (94%) create mode 100644 content/release-notes/releases/archived/_index.md create mode 100644 content/release-notes/releases/unsupported.md diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md index b6eb8f858..478c10717 100644 --- a/content/release-notes/_index.md +++ b/content/release-notes/_index.md @@ -4,8 +4,10 @@ type: docs cascade: - url: /release-notes/:title - type: docs +- weight: 1 menu: main: identifier: release-notes weight: 5 ---- \ No newline at end of file +--- +This section includes release notes for supported W&B Server releases. For releases that have reached end of life and are no longer supported, refer to [Archived releases]({{< relref "releases/archived/" >}}). \ No newline at end of file diff --git a/content/release-notes/releases/0.33.0.md b/content/release-notes/releases/archived/0.33.0.md similarity index 96% rename from content/release-notes/releases/0.33.0.md rename to content/release-notes/releases/archived/0.33.0.md index a255c5d43..2fe038e69 100644 --- a/content/release-notes/releases/0.33.0.md +++ b/content/release-notes/releases/archived/0.33.0.md @@ -4,6 +4,8 @@ date: 2023-05-10 description: "May 10, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## šŸŖ„ Features ### Prompts: Zoom and pan diff --git a/content/release-notes/releases/0.34.0.md b/content/release-notes/releases/archived/0.34.0.md similarity index 95% rename from content/release-notes/releases/0.34.0.md rename to content/release-notes/releases/archived/0.34.0.md index 4ad98c0a6..c5ebe7306 100644 --- a/content/release-notes/releases/0.34.0.md +++ b/content/release-notes/releases/archived/0.34.0.md @@ -4,6 +4,8 @@ date: 2023-05-31 description: "May 31, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## šŸŖ„ Features **********New Model Registry UI********** diff --git a/content/release-notes/releases/0.35.0.md b/content/release-notes/releases/archived/0.35.0.md similarity index 90% rename from content/release-notes/releases/0.35.0.md rename to content/release-notes/releases/archived/0.35.0.md index d68d0b880..3d2e9df25 100644 --- a/content/release-notes/releases/0.35.0.md +++ b/content/release-notes/releases/archived/0.35.0.md @@ -4,6 +4,8 @@ date: 2023-06-07 description: "June 07, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## šŸ”’ Security Issue Fixed issue where API keys were logged for recently logged in users. Check for `FetchAuthUserByAPIKey` in the logs which you can find in `gorilla.log` from a debug bundle and rotate any keys that are found. diff --git a/content/release-notes/releases/0.36.0.md b/content/release-notes/releases/archived/0.36.0.md similarity index 93% rename from content/release-notes/releases/0.36.0.md rename to content/release-notes/releases/archived/0.36.0.md index cf4e5847e..7c82bff11 100644 --- a/content/release-notes/releases/0.36.0.md +++ b/content/release-notes/releases/archived/0.36.0.md @@ -4,6 +4,8 @@ date: 2023-06-14 description: "June 14, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ### šŸŖ„ Features **Clone Runs with Launch** diff --git a/content/release-notes/releases/0.38.0.md b/content/release-notes/releases/archived/0.38.0.md similarity index 96% rename from content/release-notes/releases/0.38.0.md rename to content/release-notes/releases/archived/0.38.0.md index 938a02f74..383b8c1aa 100644 --- a/content/release-notes/releases/0.38.0.md +++ b/content/release-notes/releases/archived/0.38.0.md @@ -5,6 +5,8 @@ slug: "0.38.0" description: "July 13, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ### Features **Metric visualization enhancements** diff --git a/content/release-notes/releases/0.39.0.md b/content/release-notes/releases/archived/0.39.0.md similarity index 91% rename from content/release-notes/releases/0.39.0.md rename to content/release-notes/releases/archived/0.39.0.md index b0763297a..7f02433c7 100644 --- a/content/release-notes/releases/0.39.0.md +++ b/content/release-notes/releases/archived/0.39.0.md @@ -4,6 +4,8 @@ date: 2023-07-27 description: "July 27, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Features **Revamped Organization Dashboard** diff --git a/content/release-notes/releases/0.40.0.md b/content/release-notes/releases/archived/0.40.0.md similarity index 91% rename from content/release-notes/releases/0.40.0.md rename to content/release-notes/releases/archived/0.40.0.md index afa672d1a..c6532553f 100644 --- a/content/release-notes/releases/0.40.0.md +++ b/content/release-notes/releases/archived/0.40.0.md @@ -1,9 +1,11 @@ --- -title: "Release 0.40.0" +title: "0.40.0" date: 2023-08-18 description: "August 18, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ### šŸŖ„Features ************Webhooks************ diff --git a/content/release-notes/releases/0.41.0.md b/content/release-notes/releases/archived/0.41.0.md similarity index 91% rename from content/release-notes/releases/0.41.0.md rename to content/release-notes/releases/archived/0.41.0.md index b7ac7b4b8..d8e2febbd 100644 --- a/content/release-notes/releases/0.41.0.md +++ b/content/release-notes/releases/archived/0.41.0.md @@ -4,6 +4,8 @@ date: 2023-08-28 description: "August 28, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ### šŸŖ„ Features **********New Launch landing page********** diff --git a/content/release-notes/releases/0.42.0.md b/content/release-notes/releases/archived/0.42.0.md similarity index 92% rename from content/release-notes/releases/0.42.0.md rename to content/release-notes/releases/archived/0.42.0.md index 2c7b71206..919e14cf3 100644 --- a/content/release-notes/releases/0.42.0.md +++ b/content/release-notes/releases/archived/0.42.0.md @@ -4,6 +4,8 @@ date: 2023-09-14 description: "September 14, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ### šŸŖ„Features **********W&B Artifacts now supports time-to-live (TTL) policies********** diff --git a/content/release-notes/releases/0.43.0.md b/content/release-notes/releases/archived/0.43.0.md similarity index 89% rename from content/release-notes/releases/0.43.0.md rename to content/release-notes/releases/archived/0.43.0.md index 8faad247c..8764c0f3e 100644 --- a/content/release-notes/releases/0.43.0.md +++ b/content/release-notes/releases/archived/0.43.0.md @@ -4,6 +4,8 @@ date: 2023-10-02 description: "October 02, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + Release 0.43.0 contains a number of minor bug fixes and performance improvements, including fixing the bottom of runs tables when there's a scrollbar. Check out the other fixes below: ![269056069-61623cd1-c084-4054-ba48-9b84fed97b07](https://github.com/wandb/server/assets/117778861/e4fe9656-b382-4328-80e4-edc4fcae1c88) diff --git a/content/release-notes/releases/0.44.1.md b/content/release-notes/releases/archived/0.44.1.md similarity index 92% rename from content/release-notes/releases/0.44.1.md rename to content/release-notes/releases/archived/0.44.1.md index 7b79a9458..5f068671b 100644 --- a/content/release-notes/releases/0.44.1.md +++ b/content/release-notes/releases/archived/0.44.1.md @@ -4,6 +4,8 @@ date: 2023-10-12 description: "October 12, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Feature **Add OpenAI proxy UI to SaaS and Server** diff --git a/content/release-notes/releases/0.45.0.md b/content/release-notes/releases/archived/0.45.0.md similarity index 87% rename from content/release-notes/releases/0.45.0.md rename to content/release-notes/releases/archived/0.45.0.md index b4f541fd2..7e89b181d 100644 --- a/content/release-notes/releases/0.45.0.md +++ b/content/release-notes/releases/archived/0.45.0.md @@ -4,6 +4,8 @@ date: 2023-10-25 description: "October 25, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Feature * Enable artifact garbage collection using environment variable GORILLA_ARTIFACT_GC_ENABLED=true and cloud object versioning or soft deletion. diff --git a/content/release-notes/releases/0.46.0.md b/content/release-notes/releases/archived/0.46.0.md similarity index 90% rename from content/release-notes/releases/0.46.0.md rename to content/release-notes/releases/archived/0.46.0.md index 784027f62..a31a4be3e 100644 --- a/content/release-notes/releases/0.46.0.md +++ b/content/release-notes/releases/archived/0.46.0.md @@ -4,6 +4,8 @@ date: 2023-11-15 description: "November 15, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Feature * Deployments on AWS can now use W&B Secrets with Webhooks and Automations diff --git a/content/release-notes/releases/0.47.2.md b/content/release-notes/releases/archived/0.47.2.md similarity index 88% rename from content/release-notes/releases/0.47.2.md rename to content/release-notes/releases/archived/0.47.2.md index aecd8f042..a568b060d 100644 --- a/content/release-notes/releases/0.47.2.md +++ b/content/release-notes/releases/archived/0.47.2.md @@ -4,6 +4,8 @@ date: 2023-12-01 description: "December 01, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Feature **Use custom roles with specific permissions to customize access control within a team** diff --git a/content/release-notes/releases/0.47.3.md b/content/release-notes/releases/archived/0.47.3.md similarity index 84% rename from content/release-notes/releases/0.47.3.md rename to content/release-notes/releases/archived/0.47.3.md index 077402ea5..b028ca2d0 100644 --- a/content/release-notes/releases/0.47.3.md +++ b/content/release-notes/releases/archived/0.47.3.md @@ -4,6 +4,8 @@ date: 2023-12-08 description: "December 08, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + # Fixes We're releasing a couple of important fixes for the _**Custom Roles**_ preview capability that was launched as part of v0.47.2. If you're interested in using that feature to create fine-grained roles and better align with least privilege principle, please use this latest server release and reach out to your Weights & Biases team for an updated enterprise license. diff --git a/content/release-notes/releases/0.48.0.md b/content/release-notes/releases/archived/0.48.0.md similarity index 93% rename from content/release-notes/releases/0.48.0.md rename to content/release-notes/releases/archived/0.48.0.md index e39613b95..fa8089846 100644 --- a/content/release-notes/releases/0.48.0.md +++ b/content/release-notes/releases/archived/0.48.0.md @@ -4,6 +4,8 @@ date: 2023-12-20 description: "December 20, 2023" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Feature * All required frontend changes for launch prioritization diff --git a/content/release-notes/releases/0.49.0.md b/content/release-notes/releases/archived/0.49.0.md similarity index 93% rename from content/release-notes/releases/0.49.0.md rename to content/release-notes/releases/archived/0.49.0.md index 733c7c5cb..359ce7767 100644 --- a/content/release-notes/releases/0.49.0.md +++ b/content/release-notes/releases/archived/0.49.0.md @@ -4,6 +4,8 @@ date: 2024-01-18 description: "January 18, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Feature * Set a default TTL (time-to-live or scheduled deletion) policy for a team in the team settings page. diff --git a/content/release-notes/releases/0.50.2.md b/content/release-notes/releases/archived/0.50.2.md similarity index 94% rename from content/release-notes/releases/0.50.2.md rename to content/release-notes/releases/archived/0.50.2.md index db6971b52..39586de9d 100644 --- a/content/release-notes/releases/0.50.2.md +++ b/content/release-notes/releases/archived/0.50.2.md @@ -4,6 +4,8 @@ date: 2024-02-26 description: "February 26, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Feature * Add panel bank setting to auto-expand search results diff --git a/content/release-notes/releases/0.51.0.md b/content/release-notes/releases/archived/0.51.0.md similarity index 96% rename from content/release-notes/releases/0.51.0.md rename to content/release-notes/releases/archived/0.51.0.md index 0e2387595..620d6973c 100644 --- a/content/release-notes/releases/0.51.0.md +++ b/content/release-notes/releases/archived/0.51.0.md @@ -4,6 +4,8 @@ date: 2024-03-20 description: "March 20, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Features **You can now save multiple views of any workspace by clicking "Save as a new view" in the overflow menu of the workspace bar.** diff --git a/content/release-notes/releases/0.52.2.md b/content/release-notes/releases/archived/0.52.2.md similarity index 91% rename from content/release-notes/releases/0.52.2.md rename to content/release-notes/releases/archived/0.52.2.md index 03bd3934c..4d09f41b4 100644 --- a/content/release-notes/releases/0.52.2.md +++ b/content/release-notes/releases/archived/0.52.2.md @@ -1,9 +1,11 @@ --- -title: "Release 0.52.2" +title: "0.52.2" date: 2024-04-25 description: "April 25, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Features * You can now enforce username and full name for users in your organization, by using OIDC claims from your SSO provider. Reach out to your W&B team or support if interested. diff --git a/content/release-notes/releases/0.54.0.md b/content/release-notes/releases/archived/0.54.0.md similarity index 92% rename from content/release-notes/releases/0.54.0.md rename to content/release-notes/releases/archived/0.54.0.md index 6497b202f..e02374692 100644 --- a/content/release-notes/releases/0.54.0.md +++ b/content/release-notes/releases/archived/0.54.0.md @@ -4,6 +4,8 @@ date: 2024-05-24 description: "May 24, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Features * You can now configure Secure storage connector (BYOB) at team-level in Dedicated Cloud or Self-managed instances on Microsoft Azure. diff --git a/content/release-notes/releases/0.56.0.md b/content/release-notes/releases/archived/0.56.0.md similarity index 97% rename from content/release-notes/releases/0.56.0.md rename to content/release-notes/releases/archived/0.56.0.md index 0142b9904..30f2a8d60 100644 --- a/content/release-notes/releases/0.56.0.md +++ b/content/release-notes/releases/archived/0.56.0.md @@ -4,6 +4,8 @@ date: 2024-06-29 description: "June 29, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Features **The new Full Fidelity line plot in W&B Experiments enhances the visibility of training metrics by aggregating all data along the x-axis, displaying the minimum, maximum, and average values within each bucket, allowing users to easily spot outliers and zoom into high-fidelity details without downsampling loss.** [Learn more in our documentation](https://docs.wandb.ai/guides/app/features/panels/line-plot/sampling). diff --git a/content/release-notes/releases/0.57.2.md b/content/release-notes/releases/archived/0.57.2.md similarity index 95% rename from content/release-notes/releases/0.57.2.md rename to content/release-notes/releases/archived/0.57.2.md index ec9a855b7..0e8f76fb8 100644 --- a/content/release-notes/releases/0.57.2.md +++ b/content/release-notes/releases/archived/0.57.2.md @@ -4,6 +4,8 @@ date: 2024-07-24 description: "July 24, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Features **You can now use JWTs (JSON Web Tokens) to access your W&B instance from the wandb SDK or CLI, using the identity federation capability. The feature is in preview.** Refer to [this document](https://docs.wandb.ai/guides/hosting/iam/identity_federation) and reach out to your W&B team for any questions. diff --git a/content/release-notes/releases/0.58.1.md b/content/release-notes/releases/archived/0.58.1.md similarity index 94% rename from content/release-notes/releases/0.58.1.md rename to content/release-notes/releases/archived/0.58.1.md index b0d489e12..f84fec860 100644 --- a/content/release-notes/releases/0.58.1.md +++ b/content/release-notes/releases/archived/0.58.1.md @@ -4,6 +4,8 @@ date: 2024-09-04 description: "September 04, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Features * W&B now supports sub-path for **Secure storage connector i.e. Bring your own bucket** capability. You can now provide a sub-path when configuring a bucket at the instance or team level. This is only available for new bucket configurations and not for existing configured buckets. diff --git a/content/release-notes/releases/0.60.0.md b/content/release-notes/releases/archived/0.60.0.md similarity index 93% rename from content/release-notes/releases/0.60.0.md rename to content/release-notes/releases/archived/0.60.0.md index f2d44742c..f0cb78d68 100644 --- a/content/release-notes/releases/0.60.0.md +++ b/content/release-notes/releases/archived/0.60.0.md @@ -4,6 +4,8 @@ date: 2024-09-26 description: "September 26, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Features * Final updates for 1.1.1 Compliance of Level AA 2.2 for Web Content Accessibility Guidelines (WCAG) standards. diff --git a/content/release-notes/releases/0.61.0.md b/content/release-notes/releases/archived/0.61.0.md similarity index 94% rename from content/release-notes/releases/0.61.0.md rename to content/release-notes/releases/archived/0.61.0.md index 4ec4fad0b..d7acdeeaf 100644 --- a/content/release-notes/releases/0.61.0.md +++ b/content/release-notes/releases/archived/0.61.0.md @@ -4,6 +4,8 @@ date: 2024-10-17 description: "October 17, 2024" --- +{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} + ## Features **This is a mini-feature and patch release, delivered at a different schedule than the monthly W&B server major releases** diff --git a/content/release-notes/releases/archived/_index.md b/content/release-notes/releases/archived/_index.md new file mode 100644 index 000000000..8a03e16d6 --- /dev/null +++ b/content/release-notes/releases/archived/_index.md @@ -0,0 +1,23 @@ +--- +title: Archived releases +type: docs +menu: + default: + identifier: archived-release-notes + parent: release-notes +title: Archived releases +weight: 99 +url: /release-notes/releases/archived +cascade: +- url: /release-notes/archived/:title +- type: docs +- weight: 1 +--- +For historical purposes, this page archives release notes for releases that have reached end of life and are no longer supported. A major release and its patches are supported for six months from the initial release date. + +{{% alert color="warning" %}} +Customers using [Self-managed](/guides/hosting/hosting-options/self-managed/) are responsible to upgrade to a [supported release](/releases-notes/) in time to maintain support. For assistance or questions, contact [support](mailto:support@wandb.com). +{{% /alert %}} + + + diff --git a/content/release-notes/releases/unsupported.md b/content/release-notes/releases/unsupported.md new file mode 100644 index 000000000..c2d38e6bb --- /dev/null +++ b/content/release-notes/releases/unsupported.md @@ -0,0 +1,3 @@ +This release is no longer supported. A major release and its patches are supported for six months from the initial release date. + +Customers using [Self-managed](/guides/hosting/hosting-options/self-managed/) are responsible to upgrade to a [supported release](/releases-notes/) in time to maintain support. For assistance or questions, contact [support](mailto:support@wandb.com). \ No newline at end of file From 301698be025a972cd14e424683ae1fac75727f71 Mon Sep 17 00:00:00 2001 From: travis-the-dragon Date: Thu, 10 Apr 2025 16:22:36 -0600 Subject: [PATCH 05/24] Use run.log(), not wandb.log() (#1203) [DOCS-1340](https://wandb.atlassian.net/browse/DOCS-1340) Just what it says on the tin. -- Remove this line and following from the merge commit message -- {JIRA / GitHub issue, or remove this line} {Upstream code PR, or remove this line} [DOCS-1340]: https://wandb.atlassian.net/browse/DOCS-1340?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- content/guides/models/track/log/log-tables.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/guides/models/track/log/log-tables.md b/content/guides/models/track/log/log-tables.md index f912b2f76..b21a662a6 100644 --- a/content/guides/models/track/log/log-tables.md +++ b/content/guides/models/track/log/log-tables.md @@ -102,8 +102,11 @@ best_checkpt_table = wandb.Table( columns=["col1", "col2", "col3"], data=best_checkpt_table.data ) +# Initialize the Run +run = wandb.init() + # Log the updated table to Weights & Biases -wandb.log({table_name: best_checkpt_table}) +run.log({table_name: best_checkpt_table}) ``` ## Retrieve data @@ -119,7 +122,7 @@ After you generate a table of data in your script, for example a table of model ### Log a table to a run -Use `wandb.log()` to save your table to the run, like so: +Use `run.log()` to save your table to the run, like so: ```python run = wandb.init() @@ -207,4 +210,4 @@ join_at.add(join_table, "synth_explore") run.log_artifact(join_at) ``` -[Read this tutorial](https://wandb.ai/stacey/cshanty/reports/Whale2Song-W-B-Tables-for-Audio--Vmlldzo4NDI3NzM) for an example on how to combine two previously stored tables stored in different Artifact objects. \ No newline at end of file +[Read this tutorial](https://wandb.ai/stacey/cshanty/reports/Whale2Song-W-B-Tables-for-Audio--Vmlldzo4NDI3NzM) for an example on how to combine two previously stored tables stored in different Artifact objects. From 7d051f423f47e23347e342c747321d51eef2fa44 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 11 Apr 2025 15:09:55 -0700 Subject: [PATCH 06/24] Repurpose server release process page for release policies - Move and rename - Add redirects - Update links - Rewrites --- content/release-notes/release-policies.md | 64 +++++++++++++++++++++++ static/_redirects | 1 + 2 files changed, 65 insertions(+) create mode 100644 content/release-notes/release-policies.md diff --git a/content/release-notes/release-policies.md b/content/release-notes/release-policies.md new file mode 100644 index 000000000..34a2f3f15 --- /dev/null +++ b/content/release-notes/release-policies.md @@ -0,0 +1,64 @@ +--- +description: Release process for W&B Server +menu: + default: + identifier: server-release-process + parent: w-b-platform +title: Release policies and processes +toc_start_level: 2 +toc_end_level: 2 +--- +This page gives details about W&B Server releases and W&B's release policies. This page relates to [W&B Dedicated Cloud]({{< relref "/guides/hosting/hosting-options/dedicated_cloud/" >}}) and [Self-Managed]({{< relref "/guides/hosting/hosting-options/self-managed/" >}}) deployments. To learn more about an individual W&B Server release, refer to [W&B release notes]({{< relref "/release-notes/" >}}). + +W&B fully manages [W&B Multi-tenant Cloud]({{< relref "/guides/hosting/hosting-options/saas_cloud.md" >}}) and the details in this page do not apply. + +## Release support and end of life policy +W&B supports a major W&B Server release for 6 months from its initial release date. +- **Dedicated Cloud** instances are automatically updated to maintain support. +- Customers with **Self-managed** instances are responsible for upgrading in time to maintain support. Avoid staying on an unsupported version. + + {{% alert %}} + W&B strongly recommends customers with **Self-managed** instances to update their deployments with the latest release at minimum once per quarter to maintain support and receive the latest features, performance improvements, and fixes. + {{% /alert %}} + +## Release types and frequencies +- **Major releases** are produced monthly, and may include new features, enhancements, performance improvements, medium and low severity bug fixes, and deprecations. An example of a major release is `0.68.0`. +- **Patch releases** within a major version are produced as needed, and include critical and high severity bug fixes. An example of a patch release is `0.67.1`. + +## Release rollout +1. After testing and validation are complete, a release is first rolled out to all **Dedicated Cloud** instances to keep them fully updated. +1. After additional observation, the release is published, and **Self-managed** deployments can upgrade to it on their own schedule, and are responsible for upgrading in time to comply with the [Release support and End of Life (EOL) policy]({{< relref "#release-support-and-end-of-life-policy" >}}). Learn more about [upgrading W&B Server]({{< relref "/guides/hosting/hosting-options/self-managed/server-upgrade-process.md" >}}). + +## Downtime during upgrades +- When a **Dedicated Cloud** instance is upgraded, downtime is generally not expected, but may occur in certain situations: + - If a new feature or enhancement requires changes to the underlying infrastructure, such as compute, storage or network. + - To roll out a critical infrastructure change such as a security fix. + - If the instance's current version has reached its [End of Life (EOL)]({{< relref "/guides/hosting/hosting-options/self-managed/server-upgrade-process.md" >}}) and is upgraded by W&B to maintain support. +- For **Self-managed** deployments, the customer is responsible for implementing a rolling update process that meets their service level objectives (SLOs), such as by [running W&B Server on Kubernetes]({{< relref "/guides/hosting/hosting-options/self-managed/kubernetes-operator/" >}}). + +## Feature availability +After installing or upgrading, certain features may not be immediately available. + +### Enterprise features +An Enterprise license includes support for important security capabilities and other enterprise-friendly functionality. Some advanced features require an Enterprise license. + +- **Dedicated Cloud** includes an Enterprise license and no action is required. +- On **Self-managed** deployments, features that require an Enterprise license are not available until it is set. To learn more or obtain an Enterprise license, refer to [Obtain your W&B Server license]({{< relref "/guides/hosting/hosting-options/self-managed.md#obtain-your-wb-server-license" >}}). + +### Private preview and opt-in features +Most features are available immediately after installing or upgrading W&B Server. The W&B team must enable certain features before you can use them in your instance. + +{{% alert color="warning" %}} +Any feature in a preview phase is subject to change. A preview feature is not guaranteed to become generally available. +{{% /alert %}} + +- **Private preview**: W&B invites design partners and early adopters to test these features and provide feedback. Private preview features are not recommended for production environments. + + The W&B team must enable a private preview feature for your instance before you can use it. Public documentation is not available; instructions are provided directly. Interfaces and APIs may change, and the feature may not be fully implemented. +- **Public preview**: Contact W&B to opt in to a public preview to try it out before it is generally available. + + The W&B team must enable a public preview feature before you can use it in your instance. Documentation may not be complete, interfaces and APIs may change, and the feature may not be fully implemented. + +To learn more about an individual W&B Server release, including any limitations, refer to [W&B Release notes]({{< relref "/release-notes/" >}}). + + diff --git a/static/_redirects b/static/_redirects index eab296779..41b62cad1 100644 --- a/static/_redirects +++ b/static/_redirects @@ -149,6 +149,7 @@ /guides/hosting/restricted-projects /guides/hosting/iam/restricted-projects 301 /guides/hosting/scim /guides/hosting/iam/scim 301 /guides/hosting/secure-storage-connector /guides/hosting/data-security/secure-storage-connector 301 +/guides/hosting/server-release-process /release-notes/release-policies 301 /guides/hosting/setup/configuration /guides/hosting 301 /guides/hosting/setup/intro /guides/hosting 301 /guides/hosting/setup /guides/hosting 301 From 248d9f62827cf8e92bb1681130c04a3eb69caaed Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 11 Apr 2025 15:24:46 -0700 Subject: [PATCH 07/24] Try to fix individual RN pages downloading as text instead of loading in browser --- content/release-notes/_index.md | 2 +- content/release-notes/releases/archived/_index.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md index 478c10717..c9710f871 100644 --- a/content/release-notes/_index.md +++ b/content/release-notes/_index.md @@ -2,7 +2,7 @@ title: Releases type: docs cascade: -- url: /release-notes/:title +- url: /release-notes/:title/ - type: docs - weight: 1 menu: diff --git a/content/release-notes/releases/archived/_index.md b/content/release-notes/releases/archived/_index.md index 8a03e16d6..8e7a78ea0 100644 --- a/content/release-notes/releases/archived/_index.md +++ b/content/release-notes/releases/archived/_index.md @@ -7,9 +7,8 @@ menu: parent: release-notes title: Archived releases weight: 99 -url: /release-notes/releases/archived cascade: -- url: /release-notes/archived/:title +- url: /release-notes/archived/:title/ - type: docs - weight: 1 --- From be31f6788e7fc85956a4decaea45452eaa41f84a Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 11 Apr 2025 15:28:09 -0700 Subject: [PATCH 08/24] Actually remove old page, adjust weight of Release Policies --- .../guides/hosting/server-release-process.md | 44 ------------------- content/release-notes/release-policies.md | 3 +- 2 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 content/guides/hosting/server-release-process.md diff --git a/content/guides/hosting/server-release-process.md b/content/guides/hosting/server-release-process.md deleted file mode 100644 index 825a6738f..000000000 --- a/content/guides/hosting/server-release-process.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -description: Release process for W&B Server -menu: - default: - identifier: server-release-process - parent: w-b-platform -title: Release process for W&B Server ---- - -## Frequency and deployment types -W&B Server releases apply to the **Dedicated Cloud** and **Self-managed** deployments. There are three kinds of server releases: - -| Release type | Description | -|--------------|-------------| -| Monthly | Monthly releases include new features, enhancements, plus medium and low severity bug fixes. | -| Patch | Patch releases include critical and high severity bug fixes. Patches are only rarely released, as needed. | -| Feature | The feature release targets a specific release date for a new product feature, which occasionally happens before the standard monthly release. | - -All releases are immediately deployed to all **Dedicated Cloud** instances once the acceptance testing phase is complete. It keeps those managed instances fully updated, making the latest features and fixes available to relevant customers. Customers with **Self-managed** instances are responsible for the [update process]({{< relref "/guides/hosting/hosting-options/self-managed/server-upgrade-process.md" >}}) on their own schedule, where they can use [the latest Docker image](https://hub.docker.com/r/wandb/local). Refer to [release support and end of life]({{< relref "#release-support-and-end-of-life-policy" >}}). - -{{% alert %}} -- Some advanced features are available only with the enterprise license. So even if you get the latest Docker image but don't have an enterprise license, you would not be able to take advantage of the relevant advanced capabilities. - -- Some new features start in private preview, which means they are only available to design partners or early adopters. The W&B team must enable a private preview feature before you can use it in your instance. -{{% /alert %}} - -## Release notes -The release notes for all releases are available at [W&B Server Releases on GitHub](https://github.com/wandb/server/releases). Customers who use Slack can receive automatic release announcements in their W&B Slack channel. Ask your W&B team to enable these updates. - -## Release update and downtime -A server release does not generally require instance downtime for **Dedicated Cloud** instances and for customers with **Self-managed** deployments who have implemented a proper rolling update process. - -Downtime might occur for the following scenarios: -* A new feature or enhancement requires changes to the underlying infrastructure such as compute, storage or network. W&B tries to send relevant advance notifications to **Dedicated Cloud** customers. -* An infrastructure change due to a security patch or to avoid `support end-of-life` for a particular version. For urgent changes, **Dedicated Cloud** customers may not receive advance notifications. The priority here is to keep the fleet secure and fully supported. - -For both cases, updates roll out to all **Dedicated Cloud** instances without exception. Customers with **Self-managed** instances are responsible to manage such updates on their own schedule. Refer to [release support and end of life]({{< relref "#release-support-and-end-of-life-policy" >}}). - -## Release support and end of life policy -W&B supports every server release for six months from the release date. **Dedicated Cloud** instances are automatically updated. Customers with **Self-managed** instances are responsible to update their deployments in time to comply with the support policy. Avoid staying on a version older than six months as it would significantly limit support from W&B. - -{{% alert %}} -W&B strongly recommends customers with **Self-managed** instances to update their deployments with the latest release at least every quarter. This ensures that you are using the latest and greatest capabilities while also keeping well ahead of the release end of life. -{{% /alert %}} \ No newline at end of file diff --git a/content/release-notes/release-policies.md b/content/release-notes/release-policies.md index 34a2f3f15..dafadb9cc 100644 --- a/content/release-notes/release-policies.md +++ b/content/release-notes/release-policies.md @@ -5,8 +5,7 @@ menu: identifier: server-release-process parent: w-b-platform title: Release policies and processes -toc_start_level: 2 -toc_end_level: 2 +weight: -1 --- This page gives details about W&B Server releases and W&B's release policies. This page relates to [W&B Dedicated Cloud]({{< relref "/guides/hosting/hosting-options/dedicated_cloud/" >}}) and [Self-Managed]({{< relref "/guides/hosting/hosting-options/self-managed/" >}}) deployments. To learn more about an individual W&B Server release, refer to [W&B release notes]({{< relref "/release-notes/" >}}). From 9183a8761afabf14f47b15046274fa29e7205c7d Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 11 Apr 2025 15:49:58 -0700 Subject: [PATCH 09/24] Copyedits to release notes - Add alt text to image tags - Remove emojis from titles - Correct title heading levels - Fix egregious whitespace errors - Move alerts to use the shortcode - Make some link text like 'here' more accessible --- content/release-notes/releases/0.63.0.md | 2 +- content/release-notes/releases/archived/0.33.0.md | 10 +++++----- content/release-notes/releases/archived/0.34.0.md | 6 +++--- content/release-notes/releases/archived/0.35.0.md | 8 ++++---- content/release-notes/releases/archived/0.36.0.md | 8 ++++---- content/release-notes/releases/archived/0.38.0.md | 8 ++++---- content/release-notes/releases/archived/0.39.0.md | 2 +- content/release-notes/releases/archived/0.40.0.md | 6 +++--- content/release-notes/releases/archived/0.41.0.md | 6 +++--- content/release-notes/releases/archived/0.42.0.md | 6 +++--- content/release-notes/releases/archived/0.43.0.md | 2 +- content/release-notes/releases/archived/0.44.1.md | 4 ++-- content/release-notes/releases/archived/0.45.0.md | 2 +- content/release-notes/releases/archived/0.46.0.md | 2 +- content/release-notes/releases/archived/0.47.2.md | 2 +- content/release-notes/releases/archived/0.50.2.md | 1 - content/release-notes/releases/archived/0.51.0.md | 2 +- content/release-notes/releases/archived/0.54.0.md | 1 - content/release-notes/releases/archived/0.56.0.md | 5 +++-- content/release-notes/releases/archived/0.57.2.md | 4 ++-- content/release-notes/releases/archived/0.60.0.md | 5 +++-- 21 files changed, 46 insertions(+), 46 deletions(-) diff --git a/content/release-notes/releases/0.63.0.md b/content/release-notes/releases/0.63.0.md index 9585023be..354275178 100644 --- a/content/release-notes/releases/0.63.0.md +++ b/content/release-notes/releases/0.63.0.md @@ -8,7 +8,7 @@ description: "December 10, 2024" **[Weave](https://wandb.ai/site/weave/) is now generally available (GA) in Dedicated Cloud on AWS. Reach out to your W&B team if your teams are looking to build Generative AI apps with confidence and putting those in production.** -Screenshot 2024-12-09 at 11 14 02 PM +Image showing the Weave UI The release includes the following additional updates: diff --git a/content/release-notes/releases/archived/0.33.0.md b/content/release-notes/releases/archived/0.33.0.md index 2fe038e69..409f515d0 100644 --- a/content/release-notes/releases/archived/0.33.0.md +++ b/content/release-notes/releases/archived/0.33.0.md @@ -6,18 +6,18 @@ description: "May 10, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -## šŸŖ„ Features +## Features ### Prompts: Zoom and pan -![Untitled-3](https://github.com/wandb/server/assets/97066933/c6580dff-f003-4767-86f2-ad26d40108fb) +![Demo of zooming and panning](https://github.com/wandb/server/assets/97066933/c6580dff-f003-4767-86f2-ad26d40108fb) Explore complex chains of LLM prompts more easily with new zoom and pan controls in our prompts tracer. Learn more [here](https://docs.wandb.ai/guides/prompts#trace-timeline). ### Model registry admin role -![Untitled-4](https://github.com/wandb/server/assets/97066933/b0fc6389-b8a6-437a-91a3-a991e69bca0d) +![Image showing Model registry admin role](https://github.com/wandb/server/assets/97066933/b0fc6389-b8a6-437a-91a3-a991e69bca0d) Control your model promotion process with a new role for model registry admins. These users can manage the list of protected aliases (for example, ā€œchallengerā€ or ā€œprodā€), as well as apply or remove protected aliases for model versions. @@ -32,7 +32,7 @@ Team admins can now disable magic link sharing for a team and its members. Disa ### Improved report composition -Untitled-5 +Image showing improved report composotion Reports help share your findings W&B further throughout an organization, including with people outside the ML team. We’ve made several investments to ensure it’s as simple and frictionless as possible to create and share them—including an improved report drafting experience with enhanced draft publication, editing, management, and sharing UX to improve how teams collaborate with Reports. @@ -41,7 +41,7 @@ Reports help share your findings W&B further throughout an organization, includi As W&B has expanded the parts of the ML workflow we cover, we’ve heard your feedback that it can be hard to move around the application. So we’ve updated the navigation sidebar to include clearer labels on the product area, and added backlinks to certain detail screens. We’ve also renamed ā€œTriggersā€ to ā€œAutomationsā€ to better reflect the power of the feature. -## šŸ”Ø Fixes +## Fixes - When hovering over a plot in workspaces or a report, you can now use Cmd+C or Ctrl+C to copy run names and plot values shown in the hover control. - Changes to default workspaces are now no longer auto-saved. diff --git a/content/release-notes/releases/archived/0.34.0.md b/content/release-notes/releases/archived/0.34.0.md index c5ebe7306..5ab329f51 100644 --- a/content/release-notes/releases/archived/0.34.0.md +++ b/content/release-notes/releases/archived/0.34.0.md @@ -6,11 +6,11 @@ description: "May 31, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -## šŸŖ„ Features +## Features **********New Model Registry UI********** -Untitled-6 +Image showing new Model Registry UI We’re making it easier for users to manage a long list of models, and navigate seamlessly between entities in the model registry. With this new UI, users can: @@ -23,7 +23,7 @@ We’re making it easier for users to manage a long list of models, and navigate - See some metadata columns and details in preview - Change Model Access Controls -## šŸ”Ø Fixes +## Fixes - Improved search functionality for better universal search ranking results. - Added functionality to add/delete multiple tags at once in the model registry diff --git a/content/release-notes/releases/archived/0.35.0.md b/content/release-notes/releases/archived/0.35.0.md index 3d2e9df25..e53613d3f 100644 --- a/content/release-notes/releases/archived/0.35.0.md +++ b/content/release-notes/releases/archived/0.35.0.md @@ -6,19 +6,19 @@ description: "June 07, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -## šŸ”’ Security Issue +## Security Fixed issue where API keys were logged for recently logged in users. Check for `FetchAuthUserByAPIKey` in the logs which you can find in `gorilla.log` from a debug bundle and rotate any keys that are found. -## šŸŖ„ Features +## Features ### Launch Agent Logs Now in the GUI -![Untitled-7](https://github.com/wandb/server/assets/97066933/9d68dc0d-54c9-4024-a108-ffb5a1500fa8) +![Image showing Launch agent logs in GUI](https://github.com/wandb/server/assets/97066933/9d68dc0d-54c9-4024-a108-ffb5a1500fa8) [W&B Launch](https://docs.wandb.ai/guides/launch) allows you to push machine learning jobs to a wide range of specialized compute environments. With this update, you can now use W&B to monitor and debug jobs running in these remote environments, without needing to log into your AWS or GCP console. -## šŸ”Ø Fixes +## Fixes - Logs tab is no longer trimmed to 1000 rows. - Fixed scenario where artifact files pagination could get into an infinite loop diff --git a/content/release-notes/releases/archived/0.36.0.md b/content/release-notes/releases/archived/0.36.0.md index 7c82bff11..28a9e3617 100644 --- a/content/release-notes/releases/archived/0.36.0.md +++ b/content/release-notes/releases/archived/0.36.0.md @@ -6,15 +6,15 @@ description: "June 14, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -### šŸŖ„ Features +## Features **Clone Runs with Launch** -image +Image showing cloning a run with Launch -If you want to repeat a run but tweak a couple hyperparameters--say bump the batch size to take advantage of a larger machine--it's now easy to clone a run using W&B Launch. Go to the run overview, click Clone, and you'll be able to select new infrastructure to execute the job on, with new hyperparameters. Learn more [here](https://docs.wandb.ai/guides/launch). +If you want to repeat a run but tweak a couple hyperparameters--say bump the batch size to take advantage of a larger machine--it's now easy to clone a run using W&B Launch. Go to the run overview, click Clone, and you'll be able to select new infrastructure to execute the job on, with new hyperparameters. Learn more in the [Launch documentation](https://docs.wandb.ai/guides/launch). -### šŸ”Ø Fixes +## Fixes - Added report creation and update action to audit logs. - Artifacts read through the SDK will now be captured in the [audit logs](https://docs.wandb.ai/guides/hosting/audit-logging). diff --git a/content/release-notes/releases/archived/0.38.0.md b/content/release-notes/releases/archived/0.38.0.md index 383b8c1aa..21e2309d6 100644 --- a/content/release-notes/releases/archived/0.38.0.md +++ b/content/release-notes/releases/archived/0.38.0.md @@ -7,20 +7,20 @@ description: "July 13, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -### Features +## Features **Metric visualization enhancements** -image +Image showing metric visualization enhancements -We're continuing to enhance our core metric visualization experience. You can now define which metrics from regular expressions to render in your plots, up to 100 metrics at once. And to more accurately represent data at high scale, we've add a new time-weighted exponential moving average smoothing algorithm for plots ([check out all of our supported algorithms here](https://docs.wandb.ai/guides/app/features/panels/line-plot/smoothing#docusaurus_skipToContent_fallback)). +We're continuing to enhance our core metric visualization experience. You can now define which metrics from regular expressions to render in your plots, up to 100 metrics at once. And to more accurately represent data at high scale, we've add a new time-weighted exponential moving average smoothing algorithm for plots ([check out all of our supported algorithms](https://docs.wandb.ai/guides/app/features/panels/line-plot/smoothing#docusaurus_skipToContent_fallback)). **Feedback surveys** W&B has always built our product based on customer feedback. Now, we're happy to introduce a new way for you to shape the future of W&B: in-app feedback surveys in your Dedicated Cloud or Customer-Managed W&B install. Starting July 17th, W&B users will start periodically seeing simple 1 - 10 Net Promoter Score surveys in the application. All identifying information is anonymized. We appreciate all your feedback and look forward to making W&B even better, together. -### Fixes +## Fixes * Major improvement to artifact download speed: over a 6x speedup on our 1-million-file artifact benchmark. Please upgrade to SDK version 0.15.5+. * (Launch) Optuna is now available as [a sweeps scheduler with Sweeps on Launch](https://docs.wandb.ai/guides/launch/sweeps-on-launch#create-a-custom-sweep-scheduler), allowing more efficient exploration of hyperparameters. diff --git a/content/release-notes/releases/archived/0.39.0.md b/content/release-notes/releases/archived/0.39.0.md index 7f02433c7..680f3ca8b 100644 --- a/content/release-notes/releases/archived/0.39.0.md +++ b/content/release-notes/releases/archived/0.39.0.md @@ -10,7 +10,7 @@ description: "July 27, 2023" **Revamped Organization Dashboard** -image +Image showing revamped Organization Dashboard We've made it easier to see who's making the most W&B with our overhauled Organization Dashboard, accessible to W&B admins. You can now see details on who's created runs and reports, who's actively using W&B, who's invites are pending--and you can export all this in CSV to share across your organization. Learn more in [the docs](https://docs.wandb.ai/guides/hosting/manage-users). diff --git a/content/release-notes/releases/archived/0.40.0.md b/content/release-notes/releases/archived/0.40.0.md index c6532553f..c28ce336c 100644 --- a/content/release-notes/releases/archived/0.40.0.md +++ b/content/release-notes/releases/archived/0.40.0.md @@ -6,18 +6,18 @@ description: "August 18, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -### šŸŖ„Features +## Features ************Webhooks************ -![Untitled-8](https://github.com/wandb/server/assets/97066933/88ebcb78-a2e6-42ed-8a37-1be0b7556a3a) +![Image showing webhook configuration](https://github.com/wandb/server/assets/97066933/88ebcb78-a2e6-42ed-8a37-1be0b7556a3a) Enable a seamless model CI/CD workflow using Webhook Automations to trigger specific actions within the CI/CD pipeline when certain events occur. Use webhooks to facilitate a clean hand-off point between ML engineering and devops. To see this in practice for [Model Evaluation](https://www.youtube.com/watch?v=7j-Mtbo-E74) and [Model Deployment](https://www.youtube.com/watch?v=g5UiAFjM2nA), check out the linked demo videos. Learn more in [our docs](https://docs.wandb.ai/guides/models/automation#create-a-webhook-automation). **************************************New user activity dashboard on for all customers************************************** -### šŸ”ØFixes +## Fixes - Removed limit on number of registered models an organization could have. - Added search history to workspaces to make it easier to find commonly used plots. diff --git a/content/release-notes/releases/archived/0.41.0.md b/content/release-notes/releases/archived/0.41.0.md index d8e2febbd..0b07d6a27 100644 --- a/content/release-notes/releases/archived/0.41.0.md +++ b/content/release-notes/releases/archived/0.41.0.md @@ -6,11 +6,11 @@ description: "August 28, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -### šŸŖ„ Features +## Features **********New Launch landing page********** -![image%20(40)](https://github.com/wandb/server/assets/97066933/3bd0ecfe-1fcb-412f-92d3-6d3ce8f849d6) +![Image showing the new Launch landing page](https://github.com/wandb/server/assets/97066933/3bd0ecfe-1fcb-412f-92d3-6d3ce8f849d6) We’ve updated the Launch home page, so users looking to get started with Launch will have a much easier way to get setup quickly. Easily access detailed documentation, or simply follow the three Quickstart steps to create a Launch queue, agent, and start launching jobs immediately. @@ -21,7 +21,7 @@ Here are the other new features included in this release: - Show agent version on agent overview page - New model registry workflow removed from feature flag for all users -### šŸ”Ø Fixes +## Fixes - Empty projects causing infinite load on storage explorer - Runs marked failed when run queue items are failed diff --git a/content/release-notes/releases/archived/0.42.0.md b/content/release-notes/releases/archived/0.42.0.md index 919e14cf3..94dc00acf 100644 --- a/content/release-notes/releases/archived/0.42.0.md +++ b/content/release-notes/releases/archived/0.42.0.md @@ -6,11 +6,11 @@ description: "September 14, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -### šŸŖ„Features +## Features **********W&B Artifacts now supports time-to-live (TTL) policies********** -![Screen Shot 2023-09-14 at 3 55 16 PM](https://github.com/wandb/server/assets/117778861/fcfe9484-5adb-4ace-8e88-9c9a344d94ef) +![Image illustrating TTL policies for artifacts](https://github.com/wandb/server/assets/117778861/fcfe9484-5adb-4ace-8e88-9c9a344d94ef) Users can now gain more control over deleting and retention of Artifacts logged with W&B, with the ability to set retention and time-to-live (TTL) policies! Determine when you want specific Artifacts to be deleted, update policies on existing Artifacts, and set TTL policies on upstream or downstream Artifacts. @@ -25,7 +25,7 @@ Here are the other new features include in this release: - Enable CustomerSecretStore - Add Kubernetes as a backend for CustomerSecretStore -### šŸ”ØFixes +## Fixes - Disable storage and artifact invoices for ongoing storage calculations refractors - Panel deletion bug - Remove link-version event type from project automation slider diff --git a/content/release-notes/releases/archived/0.43.0.md b/content/release-notes/releases/archived/0.43.0.md index 8764c0f3e..39dc46d73 100644 --- a/content/release-notes/releases/archived/0.43.0.md +++ b/content/release-notes/releases/archived/0.43.0.md @@ -8,7 +8,7 @@ description: "October 02, 2023" Release 0.43.0 contains a number of minor bug fixes and performance improvements, including fixing the bottom of runs tables when there's a scrollbar. Check out the other fixes below: -![269056069-61623cd1-c084-4054-ba48-9b84fed97b07](https://github.com/wandb/server/assets/117778861/e4fe9656-b382-4328-80e4-edc4fcae1c88) +![Demo of fixed Runs table](https://github.com/wandb/server/assets/117778861/e4fe9656-b382-4328-80e4-edc4fcae1c88) ## Fixes diff --git a/content/release-notes/releases/archived/0.44.1.md b/content/release-notes/releases/archived/0.44.1.md index 5f068671b..9434b0502 100644 --- a/content/release-notes/releases/archived/0.44.1.md +++ b/content/release-notes/releases/archived/0.44.1.md @@ -6,11 +6,11 @@ description: "October 12, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -## Feature +## Features **Add OpenAI proxy UI to SaaS and Server** -![openai_proxy_ui](https://github.com/wandb/server/assets/7208315/8bc78df9-e0e7-455e-8c74-975caa96eccf) +![Image showing the new OpenAI proxy UI](https://github.com/wandb/server/assets/7208315/8bc78df9-e0e7-455e-8c74-975caa96eccf) **Also:** diff --git a/content/release-notes/releases/archived/0.45.0.md b/content/release-notes/releases/archived/0.45.0.md index 7e89b181d..d48e7d195 100644 --- a/content/release-notes/releases/archived/0.45.0.md +++ b/content/release-notes/releases/archived/0.45.0.md @@ -6,7 +6,7 @@ description: "October 25, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -## Feature +## Features * Enable artifact garbage collection using environment variable GORILLA_ARTIFACT_GC_ENABLED=true and cloud object versioning or soft deletion. * The terraform module terrraform-azurerm-wandb now supports Azure Key Vault as a secrets store. diff --git a/content/release-notes/releases/archived/0.46.0.md b/content/release-notes/releases/archived/0.46.0.md index a31a4be3e..4c6a34cf7 100644 --- a/content/release-notes/releases/archived/0.46.0.md +++ b/content/release-notes/releases/archived/0.46.0.md @@ -6,7 +6,7 @@ description: "November 15, 2023" {{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} -## Feature +## Features * Deployments on AWS can now use W&B Secrets with Webhooks and Automations * Secrets are stored securely in AWS Secret Manager - please use the terraform-aws-wandb module to provision one and diff --git a/content/release-notes/releases/archived/0.47.2.md b/content/release-notes/releases/archived/0.47.2.md index a568b060d..8e18dfa36 100644 --- a/content/release-notes/releases/archived/0.47.2.md +++ b/content/release-notes/releases/archived/0.47.2.md @@ -11,7 +11,7 @@ description: "December 01, 2023" **Use custom roles with specific permissions to customize access control within a team** * Available in preview to enterprise customers. Please reach out to your Weights & Biases account team or support for any questions. -![custom_roles_ui](custom_roles_ui.png) +![Image showing the new UI for custom roles](custom_roles_ui.png) **Also:** diff --git a/content/release-notes/releases/archived/0.50.2.md b/content/release-notes/releases/archived/0.50.2.md index 39586de9d..177c10d93 100644 --- a/content/release-notes/releases/archived/0.50.2.md +++ b/content/release-notes/releases/archived/0.50.2.md @@ -16,7 +16,6 @@ description: "February 26, 2024" * All Dedicated Cloud instances on AWS & Azure are now managed using the new W&B Kubernetes Operator. With that, the new Parquet Store service is also available. The service allows for performant & cost efficient storage of run history data in parquet format in the blob storage. That in turn leads to faster loading of relevant history data in charts & plots that are used to evaluate the runs. * W&B Kubernetes Operator and along with that the Parquet Store service are now available for use in customer-managed instances. We encourage customers that already use Kubernetes to host W&B, to reach out to their W&B team on how they can use the operator. And we highly recommend others to migrate to Kubernetes in order to receive the latest performance improvements and new services in future via operator. We're happy to assist with planning such a migration. - ## Fixes * Properly pass template variables through sweep scheduler diff --git a/content/release-notes/releases/archived/0.51.0.md b/content/release-notes/releases/archived/0.51.0.md index 620d6973c..d0f216aba 100644 --- a/content/release-notes/releases/archived/0.51.0.md +++ b/content/release-notes/releases/archived/0.51.0.md @@ -12,7 +12,7 @@ description: "March 20, 2024" [Learn more](https://docs.wandb.ai/guides/app/pages/workspaces#create-saved-workspace-views) about how Saved views can enhance your team's collaboration and project organization. -![saved_views](https://github.com/wandb/server/assets/7208315/862a36ac-8ce4-49e7-8677-d87d54ab1e54) +![Image showing saved views](https://github.com/wandb/server/assets/7208315/862a36ac-8ce4-49e7-8677-d87d54ab1e54) The release also includes these capabilities: * You can now [set a project's visibility scope to Restricted](https://docs.wandb.ai/guides/hosting/restricted-projects) if you want to collaborate on AI workflows related to sensitive or confidential data. diff --git a/content/release-notes/releases/archived/0.54.0.md b/content/release-notes/releases/archived/0.54.0.md index e02374692..16c3e6a5f 100644 --- a/content/release-notes/releases/archived/0.54.0.md +++ b/content/release-notes/releases/archived/0.54.0.md @@ -17,7 +17,6 @@ description: "May 24, 2024" * W&B advises to exercise caution and understand all implications before enabling this setting. Reach out to your W&B team for any questions. * Dedicated Cloud on AWS is now also available in the Seoul (S. Korea) region. - ## Fixes * Fix issue where Reports where failing to load on Mobile. diff --git a/content/release-notes/releases/archived/0.56.0.md b/content/release-notes/releases/archived/0.56.0.md index 30f2a8d60..bd8210836 100644 --- a/content/release-notes/releases/archived/0.56.0.md +++ b/content/release-notes/releases/archived/0.56.0.md @@ -10,7 +10,9 @@ description: "June 29, 2024" **The new Full Fidelity line plot in W&B Experiments enhances the visibility of training metrics by aggregating all data along the x-axis, displaying the minimum, maximum, and average values within each bucket, allowing users to easily spot outliers and zoom into high-fidelity details without downsampling loss.** [Learn more in our documentation](https://docs.wandb.ai/guides/app/features/panels/line-plot/sampling). -Note: Due to a release versioning issue, 0.56.0 is the next major release after 0.54.0. The 0.55.0 was a patch release for 0.54.0. +{{% alert %}} +Due to a release versioning issue, 0.56.0 is the next major release after 0.54.0. The 0.55.0 was a patch release for 0.54.0. +{{% /alert %}} The 0.56.0 release also includes these capabilities: * You can now use [cross-cloud storage buckets for team-level BYOB (secure storage connector)](https://docs.wandb.ai/guides/hosting/data-security/secure-storage-connector#cross-cloud-or-s3-compatible-storage-for-team-level-byob) in Dedicated Cloud and Self-managed instances. For example, in a W&B instance on AWS, you can now configure Azure Blob Storage or Google Cloud Storage for team-level BYOB, and so on for each cross-cloud combination. @@ -20,7 +22,6 @@ The 0.56.0 release also includes these capabilities: * The API now has a more pertinent error message in case of authentication failures. * Relevant endpoints now return the full name of a user in the SCIM User object if it's available. - ## Fixes * The fix resolves an issue where deleting a search term from a runset in a report could delete the panel or cause the report to crash by ensuring proper handling of selected text during copy/paste operations. diff --git a/content/release-notes/releases/archived/0.57.2.md b/content/release-notes/releases/archived/0.57.2.md index 0e8f76fb8..fa140b99c 100644 --- a/content/release-notes/releases/archived/0.57.2.md +++ b/content/release-notes/releases/archived/0.57.2.md @@ -8,7 +8,7 @@ description: "July 24, 2024" ## Features -**You can now use JWTs (JSON Web Tokens) to access your W&B instance from the wandb SDK or CLI, using the identity federation capability. The feature is in preview.** Refer to [this document](https://docs.wandb.ai/guides/hosting/iam/identity_federation) and reach out to your W&B team for any questions. +**You can now use JWTs (JSON Web Tokens) to access your W&B instance from the wandb SDK or CLI, using the identity federation capability. The feature is in preview.** Refer to [Identity federation](https://docs.wandb.ai/guides/hosting/iam/identity_federation) and reach out to your W&B team for any questions. The 0.57.2 release also includes these capabilities: * New `Add to reports` drawer improvements for exporting Workspace panels into Reports. @@ -16,7 +16,7 @@ The 0.57.2 release also includes these capabilities: * Pass in artifact metadata in webhook payload via `${artifact_metadata.KEY}`. * Added GPU memory usage panels to the RunSystemMetrics component, enhancing GPU metrics visualization for runs in the app frontend. * Mobile users now enjoy a much smoother, more intuitive Workspace experience. -* If you're using W&B Dedicated Cloud on GCP or Azure, you can now enable private connectivity for your instance, thus ensuring that all traffic from your AI workloads and optionally browser clients only transit the cloud provider private network. Refer to [this document](https://docs.wandb.ai/guides/hosting/data-security/private-connectivity) and reach out to your W&B team for any questions. +* If you're using W&B Dedicated Cloud on GCP or Azure, you can now enable private connectivity for your instance, thus ensuring that all traffic from your AI workloads and optionally browser clients only transit the cloud provider private network. Refer to [Private connectivity](https://docs.wandb.ai/guides/hosting/data-security/private-connectivity) and reach out to your W&B team for any questions. * Team-level service accounts are now shown separately in a new tab in the team settings view. The service accounts are not listed in the Members tab anymore. Also, the API key is now hidden and can only be copied by team admins. * Dedicated Cloud is now available in GCP's Seoul region. diff --git a/content/release-notes/releases/archived/0.60.0.md b/content/release-notes/releases/archived/0.60.0.md index f0cb78d68..1fcfc2aaf 100644 --- a/content/release-notes/releases/archived/0.60.0.md +++ b/content/release-notes/releases/archived/0.60.0.md @@ -12,7 +12,9 @@ description: "September 26, 2024" * W&B can now disable auto-version-upgrade for customer-managed instances using the W&B kubernetes operator. You can request this to your W&B team. * Note that W&B requires all instances to upgrade periodically to comply with the 6-month end-of-life period for each version. W&B does not support versions older than 6 months. -**Note:** Due to a release versioning issue, 0.60.0 is the next major release after 0.58.0. The 0.59.0 was one of the patch releases for 0.58.0. +{{% alert %}} +Due to a release versioning issue, 0.60.0 is the next major release after 0.58.0. The 0.59.0 was one of the patch releases for 0.58.0. +{{% /alert %}} ## Fixes @@ -20,7 +22,6 @@ description: "September 26, 2024" * SCIM Groups and Users GET endpoints now filter out service accounts from the responses. Only non service account users are now returned by those endpoints. * Fixed a user management bug by removing the ability of team admins to simultaneously delete a user from the overall instance while deleting them from a team. Instance or Org admins are responsible to delete a user from the overall instance / organization. - ## Performance improvements * Reduced the latency when adding a panel by up to 90% in workspaces with many metrics. From 44f42d457a863f5bda6540c0cd91124dc11f8a72 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 18 Apr 2025 12:34:05 -0700 Subject: [PATCH 10/24] Adjustments --- content/release-notes/_index.md | 3 ++- content/release-notes/releases/archived/0.33.0.md | 3 ++- content/release-notes/releases/archived/0.34.0.md | 3 ++- content/release-notes/releases/archived/0.35.0.md | 3 ++- content/release-notes/releases/archived/0.36.0.md | 3 ++- content/release-notes/releases/archived/0.38.0.md | 3 ++- content/release-notes/releases/archived/0.39.0.md | 3 ++- content/release-notes/releases/archived/0.40.0.md | 3 ++- content/release-notes/releases/archived/0.41.0.md | 3 ++- content/release-notes/releases/archived/0.42.0.md | 3 ++- content/release-notes/releases/archived/0.43.0.md | 3 ++- content/release-notes/releases/archived/0.44.1.md | 3 ++- content/release-notes/releases/archived/0.45.0.md | 3 ++- content/release-notes/releases/archived/0.46.0.md | 3 ++- content/release-notes/releases/archived/0.47.2.md | 3 ++- content/release-notes/releases/archived/0.47.3.md | 3 ++- content/release-notes/releases/archived/0.48.0.md | 3 ++- content/release-notes/releases/archived/0.49.0.md | 3 ++- content/release-notes/releases/archived/0.50.2.md | 3 ++- content/release-notes/releases/archived/0.51.0.md | 3 ++- content/release-notes/releases/archived/0.52.2.md | 3 ++- content/release-notes/releases/archived/0.54.0.md | 3 ++- content/release-notes/releases/archived/0.56.0.md | 3 ++- content/release-notes/releases/archived/0.57.2.md | 3 ++- content/release-notes/releases/archived/0.58.1.md | 3 ++- content/release-notes/releases/archived/0.60.0.md | 3 ++- content/release-notes/releases/archived/0.61.0.md | 3 ++- content/release-notes/releases/archived/_index.md | 14 +++++++------- .../releases/{ => archived}/unsupported.md | 0 29 files changed, 61 insertions(+), 34 deletions(-) rename content/release-notes/releases/{ => archived}/unsupported.md (100%) diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md index c9710f871..f4032a838 100644 --- a/content/release-notes/_index.md +++ b/content/release-notes/_index.md @@ -1,5 +1,6 @@ --- title: Releases +description: Release notes for supported releases. type: docs cascade: - url: /release-notes/:title/ @@ -10,4 +11,4 @@ menu: identifier: release-notes weight: 5 --- -This section includes release notes for supported W&B Server releases. For releases that have reached end of life and are no longer supported, refer to [Archived releases]({{< relref "releases/archived/" >}}). \ No newline at end of file +This section includes release notes for supported W&B Server releases. \ No newline at end of file diff --git a/content/release-notes/releases/archived/0.33.0.md b/content/release-notes/releases/archived/0.33.0.md index 409f515d0..e1f0e3703 100644 --- a/content/release-notes/releases/archived/0.33.0.md +++ b/content/release-notes/releases/archived/0.33.0.md @@ -2,9 +2,10 @@ title: "0.33.0" date: 2023-05-10 description: "May 10, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.34.0.md b/content/release-notes/releases/archived/0.34.0.md index 5ab329f51..132fff447 100644 --- a/content/release-notes/releases/archived/0.34.0.md +++ b/content/release-notes/releases/archived/0.34.0.md @@ -2,9 +2,10 @@ title: "0.34.0" date: 2023-05-31 description: "May 31, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.35.0.md b/content/release-notes/releases/archived/0.35.0.md index e53613d3f..2bf7bf67b 100644 --- a/content/release-notes/releases/archived/0.35.0.md +++ b/content/release-notes/releases/archived/0.35.0.md @@ -2,9 +2,10 @@ title: "0.35.0" date: 2023-06-07 description: "June 07, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Security diff --git a/content/release-notes/releases/archived/0.36.0.md b/content/release-notes/releases/archived/0.36.0.md index 28a9e3617..0b7e324a2 100644 --- a/content/release-notes/releases/archived/0.36.0.md +++ b/content/release-notes/releases/archived/0.36.0.md @@ -2,9 +2,10 @@ title: "0.36.0" date: 2023-06-14 description: "June 14, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.38.0.md b/content/release-notes/releases/archived/0.38.0.md index 21e2309d6..5b5526461 100644 --- a/content/release-notes/releases/archived/0.38.0.md +++ b/content/release-notes/releases/archived/0.38.0.md @@ -3,9 +3,10 @@ title: "0.38.0" date: 2023-07-13 slug: "0.38.0" description: "July 13, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.39.0.md b/content/release-notes/releases/archived/0.39.0.md index 680f3ca8b..69f1b210a 100644 --- a/content/release-notes/releases/archived/0.39.0.md +++ b/content/release-notes/releases/archived/0.39.0.md @@ -2,9 +2,10 @@ title: "0.39.0" date: 2023-07-27 description: "July 27, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.40.0.md b/content/release-notes/releases/archived/0.40.0.md index c28ce336c..ab6bab865 100644 --- a/content/release-notes/releases/archived/0.40.0.md +++ b/content/release-notes/releases/archived/0.40.0.md @@ -2,9 +2,10 @@ title: "0.40.0" date: 2023-08-18 description: "August 18, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.41.0.md b/content/release-notes/releases/archived/0.41.0.md index 0b07d6a27..ebe9cf099 100644 --- a/content/release-notes/releases/archived/0.41.0.md +++ b/content/release-notes/releases/archived/0.41.0.md @@ -2,9 +2,10 @@ title: "0.41.0" date: 2023-08-28 description: "August 28, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.42.0.md b/content/release-notes/releases/archived/0.42.0.md index 94dc00acf..58e1a446f 100644 --- a/content/release-notes/releases/archived/0.42.0.md +++ b/content/release-notes/releases/archived/0.42.0.md @@ -2,9 +2,10 @@ title: "0.42.0" date: 2023-09-14 description: "September 14, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.43.0.md b/content/release-notes/releases/archived/0.43.0.md index 39dc46d73..bb5146f08 100644 --- a/content/release-notes/releases/archived/0.43.0.md +++ b/content/release-notes/releases/archived/0.43.0.md @@ -2,9 +2,10 @@ title: "0.43.0" date: 2023-10-02 description: "October 02, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} Release 0.43.0 contains a number of minor bug fixes and performance improvements, including fixing the bottom of runs tables when there's a scrollbar. Check out the other fixes below: diff --git a/content/release-notes/releases/archived/0.44.1.md b/content/release-notes/releases/archived/0.44.1.md index 9434b0502..cd74ddb51 100644 --- a/content/release-notes/releases/archived/0.44.1.md +++ b/content/release-notes/releases/archived/0.44.1.md @@ -2,9 +2,10 @@ title: "0.44.1" date: 2023-10-12 description: "October 12, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.45.0.md b/content/release-notes/releases/archived/0.45.0.md index d48e7d195..d61d49d81 100644 --- a/content/release-notes/releases/archived/0.45.0.md +++ b/content/release-notes/releases/archived/0.45.0.md @@ -2,9 +2,10 @@ title: "0.45.0" date: 2023-10-25 description: "October 25, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.46.0.md b/content/release-notes/releases/archived/0.46.0.md index 4c6a34cf7..fc1eb1468 100644 --- a/content/release-notes/releases/archived/0.46.0.md +++ b/content/release-notes/releases/archived/0.46.0.md @@ -2,9 +2,10 @@ title: "0.46.0" date: 2023-11-15 description: "November 15, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.47.2.md b/content/release-notes/releases/archived/0.47.2.md index 8e18dfa36..b5c8b6515 100644 --- a/content/release-notes/releases/archived/0.47.2.md +++ b/content/release-notes/releases/archived/0.47.2.md @@ -2,9 +2,10 @@ title: "0.47.2" date: 2023-12-01 description: "December 01, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Feature diff --git a/content/release-notes/releases/archived/0.47.3.md b/content/release-notes/releases/archived/0.47.3.md index b028ca2d0..02347791c 100644 --- a/content/release-notes/releases/archived/0.47.3.md +++ b/content/release-notes/releases/archived/0.47.3.md @@ -2,9 +2,10 @@ title: "0.47.3" date: 2023-12-08 description: "December 08, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} # Fixes diff --git a/content/release-notes/releases/archived/0.48.0.md b/content/release-notes/releases/archived/0.48.0.md index fa8089846..69c7f77b3 100644 --- a/content/release-notes/releases/archived/0.48.0.md +++ b/content/release-notes/releases/archived/0.48.0.md @@ -2,9 +2,10 @@ title: "0.48.0" date: 2023-12-20 description: "December 20, 2023" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Feature diff --git a/content/release-notes/releases/archived/0.49.0.md b/content/release-notes/releases/archived/0.49.0.md index 359ce7767..5d4fa5f20 100644 --- a/content/release-notes/releases/archived/0.49.0.md +++ b/content/release-notes/releases/archived/0.49.0.md @@ -2,9 +2,10 @@ title: "0.49.0" date: 2024-01-18 description: "January 18, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Feature diff --git a/content/release-notes/releases/archived/0.50.2.md b/content/release-notes/releases/archived/0.50.2.md index 177c10d93..e9ef5e2f0 100644 --- a/content/release-notes/releases/archived/0.50.2.md +++ b/content/release-notes/releases/archived/0.50.2.md @@ -2,9 +2,10 @@ title: "0.50.2" date: 2024-02-26 description: "February 26, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Feature diff --git a/content/release-notes/releases/archived/0.51.0.md b/content/release-notes/releases/archived/0.51.0.md index d0f216aba..3a7adc59b 100644 --- a/content/release-notes/releases/archived/0.51.0.md +++ b/content/release-notes/releases/archived/0.51.0.md @@ -2,9 +2,10 @@ title: "0.51.0" date: 2024-03-20 description: "March 20, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.52.2.md b/content/release-notes/releases/archived/0.52.2.md index 4d09f41b4..99d4a84ef 100644 --- a/content/release-notes/releases/archived/0.52.2.md +++ b/content/release-notes/releases/archived/0.52.2.md @@ -2,9 +2,10 @@ title: "0.52.2" date: 2024-04-25 description: "April 25, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.54.0.md b/content/release-notes/releases/archived/0.54.0.md index 16c3e6a5f..4772ba334 100644 --- a/content/release-notes/releases/archived/0.54.0.md +++ b/content/release-notes/releases/archived/0.54.0.md @@ -2,9 +2,10 @@ title: "0.54.0" date: 2024-05-24 description: "May 24, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.56.0.md b/content/release-notes/releases/archived/0.56.0.md index bd8210836..9dc95c48c 100644 --- a/content/release-notes/releases/archived/0.56.0.md +++ b/content/release-notes/releases/archived/0.56.0.md @@ -2,9 +2,10 @@ title: "0.56.0" date: 2024-06-29 description: "June 29, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.57.2.md b/content/release-notes/releases/archived/0.57.2.md index fa140b99c..352371185 100644 --- a/content/release-notes/releases/archived/0.57.2.md +++ b/content/release-notes/releases/archived/0.57.2.md @@ -2,9 +2,10 @@ title: "0.57.2" date: 2024-07-24 description: "July 24, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.58.1.md b/content/release-notes/releases/archived/0.58.1.md index f84fec860..d10d6ff76 100644 --- a/content/release-notes/releases/archived/0.58.1.md +++ b/content/release-notes/releases/archived/0.58.1.md @@ -2,9 +2,10 @@ title: "0.58.1" date: 2024-09-04 description: "September 04, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.60.0.md b/content/release-notes/releases/archived/0.60.0.md index 1fcfc2aaf..882bb00d4 100644 --- a/content/release-notes/releases/archived/0.60.0.md +++ b/content/release-notes/releases/archived/0.60.0.md @@ -2,9 +2,10 @@ title: "0.60.0" date: 2024-09-26 description: "September 26, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/0.61.0.md b/content/release-notes/releases/archived/0.61.0.md index d7acdeeaf..022837a43 100644 --- a/content/release-notes/releases/archived/0.61.0.md +++ b/content/release-notes/releases/archived/0.61.0.md @@ -2,9 +2,10 @@ title: "0.61.0" date: 2024-10-17 description: "October 17, 2024" +parent: archived-releases --- -{{% alert color="warning" %}}{{% readfile "../unsupported.md" %}}{{% /alert %}} +{{% alert color="warning" %}}{{% readfile "unsupported.md" %}}{{% /alert %}} ## Features diff --git a/content/release-notes/releases/archived/_index.md b/content/release-notes/releases/archived/_index.md index 8e7a78ea0..06b195c3f 100644 --- a/content/release-notes/releases/archived/_index.md +++ b/content/release-notes/releases/archived/_index.md @@ -1,18 +1,18 @@ --- -title: Archived releases +title: Archived type: docs menu: - default: - identifier: archived-release-notes + main: + identifier: archived parent: release-notes -title: Archived releases -weight: 99 cascade: -- url: /release-notes/archived/:title/ - type: docs - weight: 1 +- url: /release-notes/archived/:title + +weight: 99 --- -For historical purposes, this page archives release notes for releases that have reached end of life and are no longer supported. A major release and its patches are supported for six months from the initial release date. +Archived releases have reached end of life and are no longer supported. A major release and its patches are supported for six months from the initial release date. Release notes for archived releases are provided for historical purposes. For supported releases, refer to [Releases]({{< relref "/release-notes/" >}}). {{% alert color="warning" %}} Customers using [Self-managed](/guides/hosting/hosting-options/self-managed/) are responsible to upgrade to a [supported release](/releases-notes/) in time to maintain support. For assistance or questions, contact [support](mailto:support@wandb.com). diff --git a/content/release-notes/releases/unsupported.md b/content/release-notes/releases/archived/unsupported.md similarity index 100% rename from content/release-notes/releases/unsupported.md rename to content/release-notes/releases/archived/unsupported.md From 4081362728d6c2eeb06ddc73b436baacf8680934 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Tue, 22 Apr 2025 12:40:38 -0700 Subject: [PATCH 11/24] Add RSS subscription button --- content/release-notes/_index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md index f4032a838..d19761cb5 100644 --- a/content/release-notes/_index.md +++ b/content/release-notes/_index.md @@ -1,6 +1,5 @@ --- title: Releases -description: Release notes for supported releases. type: docs cascade: - url: /release-notes/:title/ @@ -11,4 +10,8 @@ menu: identifier: release-notes weight: 5 --- -This section includes release notes for supported W&B Server releases. \ No newline at end of file + +This section includes release notes for supported W&B Server releases. + + + From c7466051c2527059f4543ad8b6ecaca54af0cbd6 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Tue, 22 Apr 2025 12:44:50 -0700 Subject: [PATCH 12/24] Add link from releases index to archived releases --- content/release-notes/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md index d19761cb5..9ea4cd3ff 100644 --- a/content/release-notes/_index.md +++ b/content/release-notes/_index.md @@ -11,7 +11,7 @@ menu: weight: 5 --- -This section includes release notes for supported W&B Server releases. +This section includes release notes for supported W&B Server releases. For releases that are no longer supported, refer to [Archived releases]({{< relref "archived/" >}}). From 74f60e1d6a28843d336aea5605cb6c5df310180b Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 25 Apr 2025 11:19:57 -0700 Subject: [PATCH 13/24] 0.68 draft for testing --- content/release-notes/releases/0.68.0.md | 53 ++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 content/release-notes/releases/0.68.0.md diff --git a/content/release-notes/releases/0.68.0.md b/content/release-notes/releases/0.68.0.md new file mode 100644 index 000000000..26dece457 --- /dev/null +++ b/content/release-notes/releases/0.68.0.md @@ -0,0 +1,53 @@ +--- +title: "0.68.0" +date: 2025-04-29 +description: "April 29, 2025" +--- + +## Features +- Release notes for W&B Server are now published [in the W&B documentation]({{< relref "/releases/" >}}) in addition to on GitHub. [Subscribe using RSS]({{< relref "/release-notes/releases/index.xml" >}}). +- Registry admins can define and assign [*protected aliases*]({{< relref "/guides/core/registry/model_registry/access_controls.md#add-protected-aliases" >}}) to represent key stages of your development pipeline. A protected alias can be assigned only by a registry admin. W&B blocks other users from adding or removing protected aliases from versions in a registry using the API or UI. +- Improved Fork and Rewind Performance. + + [Forking]({{< relref "/guides/runs/forking.md" >}}) a run creates a new run that uses the same configuration as an existing run. Changes to the forked run do not the parent run, and vice versa. A pointer is maintained between the forked run and the parent. [Rewinding]({{< relref "/guides/runs/rewind.md" >}}) a run lets you log new data from that point in time without losing the existing data. + + In projects with many nested forks, forking new runs is now much more efficient due to improvements in caching. +- You can now filter console logs based on a run's `x_label` value. During [distributed training]({{ relref "/guides/track/log/distributed-training.md#track-all-processes-to-a-single-run" >}}), this optional parameter tracks the node that logged the run. +- You can now move runs between `Groups`, one by one or in bulk. Also, you can now create new `Groups` after the initial logging time. +- Line plots now support **synchronized zooming** mode, where zooming to a given range on one plot automatically zooms into the same range on all other line plots with a common x-axis. Turn this on in the [workspace display settings for line plots]({{< relref "/guides/app/features/panels/line-plot/#all-line-plots-in-a-workspace" >}}). +- Line plots now support formatting custom metrics as timestamps. This is useful when synchronizing or uploading runs from a different system. +- You can now slide through media panels using non-`_step`Ā fields such asĀ `epoch`Ā orĀ `train/global_step`Ā (or anything else). +- In Tables and plots in Query Panels that useĀ `runs`Ā or `runs.history` expressions, a step slider allows you to step through the progress on your metrics, text, or media through the course of your runs. The slider supports stepping through non-`_step` metrics. +- You can now customize bar chart labels using a font size control. + +### Private preview +Private preview features are available by invitation only. To request enrollment in a private preview, contact [support]({{< relref "mailto:support@wandb.com" >}}) or your AISE. + +- **Personal workspace templates** allow you to save your workspace setup so it is automatically applied to your new projects. Initially, you can configure certain line plot settings such as the default X axis metric, smoothing algorithm, and smoothing factor. +- **Improved Exponentially-weighted Moving Average (EMA) smoothing** provides more reliable smoothed lines when operating on complete, unbinned data. In most cases, smoothing is handled at the back end for improved performance. + +### Weave +- Chat with fine-tuned models from within your W&B instance. [Playground]({{< relref "https://weave-docs.wandb.ai/guides/tools/playground/" >}}) is now supported in Dedicated Cloud. Playground is a chat interface for comparing different LLMs on historical traces. Admins can add API keys to different model providers or hook up [custom hosted LLM providers]({{< relref "https://weave-docs.wandb.ai/guides/tools/playground/#add-a-custom-provider" >}}) so your team can interact with them from within Weave. +- Open Telemetry Support. Now you can log traces via OpenTelemetry (OTel). Learn more: https://weave-docs.wandb.ai/guides/tools/otel/?utm_source=beamer&utm_medium=sidebar&utm_campaign=OpenTelemetry-support-in-Weave&utm_content=ctalink +- Weave [tracing]({{< relref "https://weave-docs.wandb.ai/guides/tracking/" >}}) has new framework integrations: CrewAI, OpenAI’s Agent SDK, DSPy 2.x and Google's genai Python SDK. +- Playground supports new [OpenAI models]({{< relref "https://weave-docs.wandb.ai/guides/tools/playground/#openai" >}}): GPT‑4.1, GPT‑4.1 mini, and GPT‑4.1 nano. +- Build labeled datasets directly from traces, with your annotations automatically converted into dataset columns. Learn more:Ā https://weave-docs.wandb.ai/guides/core-types/datasets#create-edit-and-delete-a-dataset-in-the-ui + +## Security + +- Registry admins can now designate a service account in a registry as either a Registry Admin or a Member. Previously, the service account’s role was always Registry Admin. + +## Performance + +- Improved the performance of many workspace interactions, particularly in large workspaces. For example, expanding sections and using the run selector are significantly more responsive. + +## Fixes + +- Fixed a bug that could prevent an organization service account from being added to new teams. +- Fixed a bug that could cause hover marks to be missing for grouped lines. +- Fixed a bug that could include invalid project names in the **Import** dropdown of a Report panel. +- Fixed a display bug in the alignment of filters in the run selector. +- Fixed a page crash when adding a timestamp **Within Last** filter +- Fixed a bug that could prevent the X-axis from being set to **Wall Time** in global line plot settings. +- Fixed a bug that could prevent image captions from appearing when they are logged to a Table. +- In **Run Overview** pages, the **Description** field is now named **Notes**. \ No newline at end of file From bbad4fd764223e7ad55973f4c4a660547dd7c2bf Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Fri, 25 Apr 2025 15:25:22 -0400 Subject: [PATCH 14/24] Show future posts --- hugo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.yaml b/hugo.yaml index 6e9aa8c50..f0e612cdc 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,6 +1,7 @@ baseURL: https://docs.wandb.ai title: Weights & Biases Documentation +buildFuture: true # cSpell:ignore goldmark github hugo readingtime docsy subdir lastmod pygments linenos catmullrom norsk gu # Language settings From c5f3fe785fbb858ce7f0dd6ea080c98c36911734 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Fri, 25 Apr 2025 15:56:25 -0400 Subject: [PATCH 15/24] URL fixes --- content/release-notes/_index.md | 3 ++- content/release-notes/releases/archived/_index.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md index 9ea4cd3ff..2949879ac 100644 --- a/content/release-notes/_index.md +++ b/content/release-notes/_index.md @@ -1,8 +1,9 @@ --- title: Releases type: docs +url: /release-notes/ cascade: -- url: /release-notes/:title/ +- url: /release-notes/:filename/ - type: docs - weight: 1 menu: diff --git a/content/release-notes/releases/archived/_index.md b/content/release-notes/releases/archived/_index.md index 06b195c3f..deb53800e 100644 --- a/content/release-notes/releases/archived/_index.md +++ b/content/release-notes/releases/archived/_index.md @@ -5,10 +5,11 @@ menu: main: identifier: archived parent: release-notes +url: /release-notes/archived/ cascade: - type: docs - weight: 1 -- url: /release-notes/archived/:title +- url: /release-notes/archived/:filename/ weight: 99 --- From 25b869765f588b71ac9bf3095c4add975be678ea Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 25 Apr 2025 17:24:43 -0700 Subject: [PATCH 16/24] Fix broken links, other minor adjustments --- content/release-notes/_index.md | 4 ++-- content/release-notes/releases/0.68.0.md | 12 ++++++------ content/release-notes/releases/archived/0.38.0.md | 1 - content/release-notes/releases/archived/_index.md | 4 ++-- .../release-notes/releases/archived/unsupported.md | 2 +- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md index 2949879ac..b5d008054 100644 --- a/content/release-notes/_index.md +++ b/content/release-notes/_index.md @@ -1,9 +1,9 @@ --- title: Releases type: docs -url: /release-notes/ +url: /release-notes/releases/ cascade: -- url: /release-notes/:filename/ +- url: /release-notes/:title/ - type: docs - weight: 1 menu: diff --git a/content/release-notes/releases/0.68.0.md b/content/release-notes/releases/0.68.0.md index 26dece457..bc066234a 100644 --- a/content/release-notes/releases/0.68.0.md +++ b/content/release-notes/releases/0.68.0.md @@ -5,16 +5,16 @@ description: "April 29, 2025" --- ## Features -- Release notes for W&B Server are now published [in the W&B documentation]({{< relref "/releases/" >}}) in addition to on GitHub. [Subscribe using RSS]({{< relref "/release-notes/releases/index.xml" >}}). +- Release notes for W&B Server are now published [in the W&B documentation](/release-notes/releases/) in addition to on GitHub. [Subscribe using RSS](/release-notes/releases/index.xml). - Registry admins can define and assign [*protected aliases*]({{< relref "/guides/core/registry/model_registry/access_controls.md#add-protected-aliases" >}}) to represent key stages of your development pipeline. A protected alias can be assigned only by a registry admin. W&B blocks other users from adding or removing protected aliases from versions in a registry using the API or UI. - Improved Fork and Rewind Performance. - [Forking]({{< relref "/guides/runs/forking.md" >}}) a run creates a new run that uses the same configuration as an existing run. Changes to the forked run do not the parent run, and vice versa. A pointer is maintained between the forked run and the parent. [Rewinding]({{< relref "/guides/runs/rewind.md" >}}) a run lets you log new data from that point in time without losing the existing data. + [Forking]({{< relref "/guides/models/track/runs/forking.md" >}}) a run creates a new run that uses the same configuration as an existing run. Changes to the forked run do not the parent run, and vice versa. A pointer is maintained between the forked run and the parent. [Rewinding]({{< relref "/guides/models/track/runs/rewind.md" >}}) a run lets you log new data from that point in time without losing the existing data. In projects with many nested forks, forking new runs is now much more efficient due to improvements in caching. - You can now filter console logs based on a run's `x_label` value. During [distributed training]({{ relref "/guides/track/log/distributed-training.md#track-all-processes-to-a-single-run" >}}), this optional parameter tracks the node that logged the run. - You can now move runs between `Groups`, one by one or in bulk. Also, you can now create new `Groups` after the initial logging time. -- Line plots now support **synchronized zooming** mode, where zooming to a given range on one plot automatically zooms into the same range on all other line plots with a common x-axis. Turn this on in the [workspace display settings for line plots]({{< relref "/guides/app/features/panels/line-plot/#all-line-plots-in-a-workspace" >}}). +- Line plots now support **synchronized zooming** mode, where zooming to a given range on one plot automatically zooms into the same range on all other line plots with a common x-axis. Turn this on in the [workspace display settings for line plots]({{< relref "/guides/models/app/features/panels/line-plot/#all-line-plots-in-a-workspace" >}}). - Line plots now support formatting custom metrics as timestamps. This is useful when synchronizing or uploading runs from a different system. - You can now slide through media panels using non-`_step`Ā fields such asĀ `epoch`Ā orĀ `train/global_step`Ā (or anything else). - In Tables and plots in Query Panels that useĀ `runs`Ā or `runs.history` expressions, a step slider allows you to step through the progress on your metrics, text, or media through the course of your runs. The slider supports stepping through non-`_step` metrics. @@ -27,10 +27,10 @@ Private preview features are available by invitation only. To request enrollment - **Improved Exponentially-weighted Moving Average (EMA) smoothing** provides more reliable smoothed lines when operating on complete, unbinned data. In most cases, smoothing is handled at the back end for improved performance. ### Weave -- Chat with fine-tuned models from within your W&B instance. [Playground]({{< relref "https://weave-docs.wandb.ai/guides/tools/playground/" >}}) is now supported in Dedicated Cloud. Playground is a chat interface for comparing different LLMs on historical traces. Admins can add API keys to different model providers or hook up [custom hosted LLM providers]({{< relref "https://weave-docs.wandb.ai/guides/tools/playground/#add-a-custom-provider" >}}) so your team can interact with them from within Weave. +- Chat with fine-tuned models from within your W&B instance. [Playground](https://weave-docs.wandb.ai/guides/tools/playground/) is now supported in Dedicated Cloud. Playground is a chat interface for comparing different LLMs on historical traces. Admins can add API keys to different model providers or hook up [custom hosted LLM providers](https://weave-docs.wandb.ai/guides/tools/playground/#add-a-custom-provider) so your team can interact with them from within Weave. - Open Telemetry Support. Now you can log traces via OpenTelemetry (OTel). Learn more: https://weave-docs.wandb.ai/guides/tools/otel/?utm_source=beamer&utm_medium=sidebar&utm_campaign=OpenTelemetry-support-in-Weave&utm_content=ctalink -- Weave [tracing]({{< relref "https://weave-docs.wandb.ai/guides/tracking/" >}}) has new framework integrations: CrewAI, OpenAI’s Agent SDK, DSPy 2.x and Google's genai Python SDK. -- Playground supports new [OpenAI models]({{< relref "https://weave-docs.wandb.ai/guides/tools/playground/#openai" >}}): GPT‑4.1, GPT‑4.1 mini, and GPT‑4.1 nano. +- Weave [tracing](https://weave-docs.wandb.ai/guides/tracking/) has new framework integrations: CrewAI, OpenAI’s Agent SDK, DSPy 2.x and Google's genai Python SDK. +- Playground supports new [OpenAI models](https://weave-docs.wandb.ai/guides/tools/playground/#openai): GPT‑4.1, GPT‑4.1 mini, and GPT‑4.1 nano. - Build labeled datasets directly from traces, with your annotations automatically converted into dataset columns. Learn more:Ā https://weave-docs.wandb.ai/guides/core-types/datasets#create-edit-and-delete-a-dataset-in-the-ui ## Security diff --git a/content/release-notes/releases/archived/0.38.0.md b/content/release-notes/releases/archived/0.38.0.md index 5b5526461..571e994ea 100644 --- a/content/release-notes/releases/archived/0.38.0.md +++ b/content/release-notes/releases/archived/0.38.0.md @@ -1,7 +1,6 @@ --- title: "0.38.0" date: 2023-07-13 -slug: "0.38.0" description: "July 13, 2023" parent: archived-releases --- diff --git a/content/release-notes/releases/archived/_index.md b/content/release-notes/releases/archived/_index.md index deb53800e..09101f93a 100644 --- a/content/release-notes/releases/archived/_index.md +++ b/content/release-notes/releases/archived/_index.md @@ -9,11 +9,11 @@ url: /release-notes/archived/ cascade: - type: docs - weight: 1 -- url: /release-notes/archived/:filename/ +- url: /release-notes/archived/:title weight: 99 --- -Archived releases have reached end of life and are no longer supported. A major release and its patches are supported for six months from the initial release date. Release notes for archived releases are provided for historical purposes. For supported releases, refer to [Releases]({{< relref "/release-notes/" >}}). +Archived releases have reached end of life and are no longer supported. A major release and its patches are supported for six months from the initial release date. Release notes for archived releases are provided for historical purposes. For supported releases, refer to [Releases](/release-notes/releases/). {{% alert color="warning" %}} Customers using [Self-managed](/guides/hosting/hosting-options/self-managed/) are responsible to upgrade to a [supported release](/releases-notes/) in time to maintain support. For assistance or questions, contact [support](mailto:support@wandb.com). diff --git a/content/release-notes/releases/archived/unsupported.md b/content/release-notes/releases/archived/unsupported.md index c2d38e6bb..86641070e 100644 --- a/content/release-notes/releases/archived/unsupported.md +++ b/content/release-notes/releases/archived/unsupported.md @@ -1,3 +1,3 @@ This release is no longer supported. A major release and its patches are supported for six months from the initial release date. -Customers using [Self-managed](/guides/hosting/hosting-options/self-managed/) are responsible to upgrade to a [supported release](/releases-notes/) in time to maintain support. For assistance or questions, contact [support](mailto:support@wandb.com). \ No newline at end of file +Customers using [Self-managed](/guides/hosting/hosting-options/self-managed/) are responsible to upgrade to a [supported release](/releases-notes/releases/) in time to maintain support. For assistance or questions, contact [support](mailto:support@wandb.com). \ No newline at end of file From e3102ff8d54ffb75b03734d238f1fe1c87f0ffe0 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Mon, 28 Apr 2025 11:56:35 -0400 Subject: [PATCH 17/24] Move release notes under /ref --- content/{ => ref}/release-notes/_index.md | 10 +++++----- content/{ => ref}/release-notes/release-policies.md | 4 ++-- content/{ => ref}/release-notes/releases/0.63.0.md | 0 content/{ => ref}/release-notes/releases/0.65.0.md | 0 content/{ => ref}/release-notes/releases/0.66.0.md | 0 content/{ => ref}/release-notes/releases/0.67.0.md | 0 content/{ => ref}/release-notes/releases/0.68.0.md | 0 .../release-notes/releases/archived/0.33.0.md | 0 .../release-notes/releases/archived/0.34.0.md | 0 .../release-notes/releases/archived/0.35.0.md | 0 .../release-notes/releases/archived/0.36.0.md | 0 .../release-notes/releases/archived/0.38.0.md | 0 .../release-notes/releases/archived/0.39.0.md | 0 .../release-notes/releases/archived/0.40.0.md | 0 .../release-notes/releases/archived/0.41.0.md | 0 .../release-notes/releases/archived/0.42.0.md | 0 .../release-notes/releases/archived/0.43.0.md | 0 .../release-notes/releases/archived/0.44.1.md | 0 .../release-notes/releases/archived/0.45.0.md | 0 .../release-notes/releases/archived/0.46.0.md | 0 .../release-notes/releases/archived/0.47.2.md | 0 .../release-notes/releases/archived/0.47.3.md | 0 .../release-notes/releases/archived/0.48.0.md | 0 .../release-notes/releases/archived/0.49.0.md | 0 .../release-notes/releases/archived/0.50.2.md | 0 .../release-notes/releases/archived/0.51.0.md | 0 .../release-notes/releases/archived/0.52.2.md | 0 .../release-notes/releases/archived/0.54.0.md | 0 .../release-notes/releases/archived/0.56.0.md | 0 .../release-notes/releases/archived/0.57.2.md | 0 .../release-notes/releases/archived/0.58.1.md | 0 .../release-notes/releases/archived/0.60.0.md | 0 .../release-notes/releases/archived/0.61.0.md | 0 .../release-notes/releases/archived/_index.md | 10 +++------- .../release-notes/releases/archived/unsupported.md | 0 35 files changed, 10 insertions(+), 14 deletions(-) rename content/{ => ref}/release-notes/_index.md (77%) rename content/{ => ref}/release-notes/release-policies.md (96%) rename content/{ => ref}/release-notes/releases/0.63.0.md (100%) rename content/{ => ref}/release-notes/releases/0.65.0.md (100%) rename content/{ => ref}/release-notes/releases/0.66.0.md (100%) rename content/{ => ref}/release-notes/releases/0.67.0.md (100%) rename content/{ => ref}/release-notes/releases/0.68.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.33.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.34.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.35.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.36.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.38.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.39.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.40.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.41.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.42.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.43.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.44.1.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.45.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.46.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.47.2.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.47.3.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.48.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.49.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.50.2.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.51.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.52.2.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.54.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.56.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.57.2.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.58.1.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.60.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/0.61.0.md (100%) rename content/{ => ref}/release-notes/releases/archived/_index.md (81%) rename content/{ => ref}/release-notes/releases/archived/unsupported.md (100%) diff --git a/content/release-notes/_index.md b/content/ref/release-notes/_index.md similarity index 77% rename from content/release-notes/_index.md rename to content/ref/release-notes/_index.md index b5d008054..6b94998e1 100644 --- a/content/release-notes/_index.md +++ b/content/ref/release-notes/_index.md @@ -1,14 +1,14 @@ --- -title: Releases +title: Release Notes type: docs -url: /release-notes/releases/ +url: /ref/release-notes/releases/ cascade: -- url: /release-notes/:title/ +- url: /ref/release-notes/:title/ - type: docs - weight: 1 menu: - main: - identifier: release-notes + reference: + parent: reference weight: 5 --- diff --git a/content/release-notes/release-policies.md b/content/ref/release-notes/release-policies.md similarity index 96% rename from content/release-notes/release-policies.md rename to content/ref/release-notes/release-policies.md index dafadb9cc..323d6ee68 100644 --- a/content/release-notes/release-policies.md +++ b/content/ref/release-notes/release-policies.md @@ -7,7 +7,7 @@ menu: title: Release policies and processes weight: -1 --- -This page gives details about W&B Server releases and W&B's release policies. This page relates to [W&B Dedicated Cloud]({{< relref "/guides/hosting/hosting-options/dedicated_cloud/" >}}) and [Self-Managed]({{< relref "/guides/hosting/hosting-options/self-managed/" >}}) deployments. To learn more about an individual W&B Server release, refer to [W&B release notes]({{< relref "/release-notes/" >}}). +This page gives details about W&B Server releases and W&B's release policies. This page relates to [W&B Dedicated Cloud]({{< relref "/guides/hosting/hosting-options/dedicated_cloud/" >}}) and [Self-Managed]({{< relref "/guides/hosting/hosting-options/self-managed/" >}}) deployments. To learn more about an individual W&B Server release, refer to [W&B release notes]({{< relref "/ref/release-notes/" >}}). W&B fully manages [W&B Multi-tenant Cloud]({{< relref "/guides/hosting/hosting-options/saas_cloud.md" >}}) and the details in this page do not apply. @@ -58,6 +58,6 @@ Any feature in a preview phase is subject to change. A preview feature is not gu The W&B team must enable a public preview feature before you can use it in your instance. Documentation may not be complete, interfaces and APIs may change, and the feature may not be fully implemented. -To learn more about an individual W&B Server release, including any limitations, refer to [W&B Release notes]({{< relref "/release-notes/" >}}). +To learn more about an individual W&B Server release, including any limitations, refer to [W&B Release notes]({{< relref "/ref/release-notes/" >}}). diff --git a/content/release-notes/releases/0.63.0.md b/content/ref/release-notes/releases/0.63.0.md similarity index 100% rename from content/release-notes/releases/0.63.0.md rename to content/ref/release-notes/releases/0.63.0.md diff --git a/content/release-notes/releases/0.65.0.md b/content/ref/release-notes/releases/0.65.0.md similarity index 100% rename from content/release-notes/releases/0.65.0.md rename to content/ref/release-notes/releases/0.65.0.md diff --git a/content/release-notes/releases/0.66.0.md b/content/ref/release-notes/releases/0.66.0.md similarity index 100% rename from content/release-notes/releases/0.66.0.md rename to content/ref/release-notes/releases/0.66.0.md diff --git a/content/release-notes/releases/0.67.0.md b/content/ref/release-notes/releases/0.67.0.md similarity index 100% rename from content/release-notes/releases/0.67.0.md rename to content/ref/release-notes/releases/0.67.0.md diff --git a/content/release-notes/releases/0.68.0.md b/content/ref/release-notes/releases/0.68.0.md similarity index 100% rename from content/release-notes/releases/0.68.0.md rename to content/ref/release-notes/releases/0.68.0.md diff --git a/content/release-notes/releases/archived/0.33.0.md b/content/ref/release-notes/releases/archived/0.33.0.md similarity index 100% rename from content/release-notes/releases/archived/0.33.0.md rename to content/ref/release-notes/releases/archived/0.33.0.md diff --git a/content/release-notes/releases/archived/0.34.0.md b/content/ref/release-notes/releases/archived/0.34.0.md similarity index 100% rename from content/release-notes/releases/archived/0.34.0.md rename to content/ref/release-notes/releases/archived/0.34.0.md diff --git a/content/release-notes/releases/archived/0.35.0.md b/content/ref/release-notes/releases/archived/0.35.0.md similarity index 100% rename from content/release-notes/releases/archived/0.35.0.md rename to content/ref/release-notes/releases/archived/0.35.0.md diff --git a/content/release-notes/releases/archived/0.36.0.md b/content/ref/release-notes/releases/archived/0.36.0.md similarity index 100% rename from content/release-notes/releases/archived/0.36.0.md rename to content/ref/release-notes/releases/archived/0.36.0.md diff --git a/content/release-notes/releases/archived/0.38.0.md b/content/ref/release-notes/releases/archived/0.38.0.md similarity index 100% rename from content/release-notes/releases/archived/0.38.0.md rename to content/ref/release-notes/releases/archived/0.38.0.md diff --git a/content/release-notes/releases/archived/0.39.0.md b/content/ref/release-notes/releases/archived/0.39.0.md similarity index 100% rename from content/release-notes/releases/archived/0.39.0.md rename to content/ref/release-notes/releases/archived/0.39.0.md diff --git a/content/release-notes/releases/archived/0.40.0.md b/content/ref/release-notes/releases/archived/0.40.0.md similarity index 100% rename from content/release-notes/releases/archived/0.40.0.md rename to content/ref/release-notes/releases/archived/0.40.0.md diff --git a/content/release-notes/releases/archived/0.41.0.md b/content/ref/release-notes/releases/archived/0.41.0.md similarity index 100% rename from content/release-notes/releases/archived/0.41.0.md rename to content/ref/release-notes/releases/archived/0.41.0.md diff --git a/content/release-notes/releases/archived/0.42.0.md b/content/ref/release-notes/releases/archived/0.42.0.md similarity index 100% rename from content/release-notes/releases/archived/0.42.0.md rename to content/ref/release-notes/releases/archived/0.42.0.md diff --git a/content/release-notes/releases/archived/0.43.0.md b/content/ref/release-notes/releases/archived/0.43.0.md similarity index 100% rename from content/release-notes/releases/archived/0.43.0.md rename to content/ref/release-notes/releases/archived/0.43.0.md diff --git a/content/release-notes/releases/archived/0.44.1.md b/content/ref/release-notes/releases/archived/0.44.1.md similarity index 100% rename from content/release-notes/releases/archived/0.44.1.md rename to content/ref/release-notes/releases/archived/0.44.1.md diff --git a/content/release-notes/releases/archived/0.45.0.md b/content/ref/release-notes/releases/archived/0.45.0.md similarity index 100% rename from content/release-notes/releases/archived/0.45.0.md rename to content/ref/release-notes/releases/archived/0.45.0.md diff --git a/content/release-notes/releases/archived/0.46.0.md b/content/ref/release-notes/releases/archived/0.46.0.md similarity index 100% rename from content/release-notes/releases/archived/0.46.0.md rename to content/ref/release-notes/releases/archived/0.46.0.md diff --git a/content/release-notes/releases/archived/0.47.2.md b/content/ref/release-notes/releases/archived/0.47.2.md similarity index 100% rename from content/release-notes/releases/archived/0.47.2.md rename to content/ref/release-notes/releases/archived/0.47.2.md diff --git a/content/release-notes/releases/archived/0.47.3.md b/content/ref/release-notes/releases/archived/0.47.3.md similarity index 100% rename from content/release-notes/releases/archived/0.47.3.md rename to content/ref/release-notes/releases/archived/0.47.3.md diff --git a/content/release-notes/releases/archived/0.48.0.md b/content/ref/release-notes/releases/archived/0.48.0.md similarity index 100% rename from content/release-notes/releases/archived/0.48.0.md rename to content/ref/release-notes/releases/archived/0.48.0.md diff --git a/content/release-notes/releases/archived/0.49.0.md b/content/ref/release-notes/releases/archived/0.49.0.md similarity index 100% rename from content/release-notes/releases/archived/0.49.0.md rename to content/ref/release-notes/releases/archived/0.49.0.md diff --git a/content/release-notes/releases/archived/0.50.2.md b/content/ref/release-notes/releases/archived/0.50.2.md similarity index 100% rename from content/release-notes/releases/archived/0.50.2.md rename to content/ref/release-notes/releases/archived/0.50.2.md diff --git a/content/release-notes/releases/archived/0.51.0.md b/content/ref/release-notes/releases/archived/0.51.0.md similarity index 100% rename from content/release-notes/releases/archived/0.51.0.md rename to content/ref/release-notes/releases/archived/0.51.0.md diff --git a/content/release-notes/releases/archived/0.52.2.md b/content/ref/release-notes/releases/archived/0.52.2.md similarity index 100% rename from content/release-notes/releases/archived/0.52.2.md rename to content/ref/release-notes/releases/archived/0.52.2.md diff --git a/content/release-notes/releases/archived/0.54.0.md b/content/ref/release-notes/releases/archived/0.54.0.md similarity index 100% rename from content/release-notes/releases/archived/0.54.0.md rename to content/ref/release-notes/releases/archived/0.54.0.md diff --git a/content/release-notes/releases/archived/0.56.0.md b/content/ref/release-notes/releases/archived/0.56.0.md similarity index 100% rename from content/release-notes/releases/archived/0.56.0.md rename to content/ref/release-notes/releases/archived/0.56.0.md diff --git a/content/release-notes/releases/archived/0.57.2.md b/content/ref/release-notes/releases/archived/0.57.2.md similarity index 100% rename from content/release-notes/releases/archived/0.57.2.md rename to content/ref/release-notes/releases/archived/0.57.2.md diff --git a/content/release-notes/releases/archived/0.58.1.md b/content/ref/release-notes/releases/archived/0.58.1.md similarity index 100% rename from content/release-notes/releases/archived/0.58.1.md rename to content/ref/release-notes/releases/archived/0.58.1.md diff --git a/content/release-notes/releases/archived/0.60.0.md b/content/ref/release-notes/releases/archived/0.60.0.md similarity index 100% rename from content/release-notes/releases/archived/0.60.0.md rename to content/ref/release-notes/releases/archived/0.60.0.md diff --git a/content/release-notes/releases/archived/0.61.0.md b/content/ref/release-notes/releases/archived/0.61.0.md similarity index 100% rename from content/release-notes/releases/archived/0.61.0.md rename to content/ref/release-notes/releases/archived/0.61.0.md diff --git a/content/release-notes/releases/archived/_index.md b/content/ref/release-notes/releases/archived/_index.md similarity index 81% rename from content/release-notes/releases/archived/_index.md rename to content/ref/release-notes/releases/archived/_index.md index 09101f93a..4c1085cc9 100644 --- a/content/release-notes/releases/archived/_index.md +++ b/content/ref/release-notes/releases/archived/_index.md @@ -1,15 +1,11 @@ --- -title: Archived +title: Archived Releases type: docs -menu: - main: - identifier: archived - parent: release-notes -url: /release-notes/archived/ +url: /ref/release-notes/archived/ cascade: - type: docs - weight: 1 -- url: /release-notes/archived/:title +- url: /ref/release-notes/archived/:title weight: 99 --- diff --git a/content/release-notes/releases/archived/unsupported.md b/content/ref/release-notes/releases/archived/unsupported.md similarity index 100% rename from content/release-notes/releases/archived/unsupported.md rename to content/ref/release-notes/releases/archived/unsupported.md From 6477aae5b0e5e64f33f863c19a668f4f2e039e47 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Mon, 28 Apr 2025 11:59:12 -0400 Subject: [PATCH 18/24] Fix for archived --- content/ref/release-notes/releases/archived/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ref/release-notes/releases/archived/_index.md b/content/ref/release-notes/releases/archived/_index.md index 4c1085cc9..d723f0b16 100644 --- a/content/ref/release-notes/releases/archived/_index.md +++ b/content/ref/release-notes/releases/archived/_index.md @@ -5,7 +5,7 @@ url: /ref/release-notes/archived/ cascade: - type: docs - weight: 1 -- url: /ref/release-notes/archived/:title +- url: /ref/release-notes/archived/:filename weight: 99 --- From 7e7cb758c1e2306b53999d27e415dc6d1147bc47 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Mon, 28 Apr 2025 12:29:43 -0400 Subject: [PATCH 19/24] title -> filename --- content/ref/release-notes/_index.md | 2 +- content/ref/release-notes/releases/archived/_index.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/ref/release-notes/_index.md b/content/ref/release-notes/_index.md index 6b94998e1..23ddec2e8 100644 --- a/content/ref/release-notes/_index.md +++ b/content/ref/release-notes/_index.md @@ -3,7 +3,7 @@ title: Release Notes type: docs url: /ref/release-notes/releases/ cascade: -- url: /ref/release-notes/:title/ +- url: /ref/release-notes/:filename/ - type: docs - weight: 1 menu: diff --git a/content/ref/release-notes/releases/archived/_index.md b/content/ref/release-notes/releases/archived/_index.md index d723f0b16..472196456 100644 --- a/content/ref/release-notes/releases/archived/_index.md +++ b/content/ref/release-notes/releases/archived/_index.md @@ -6,7 +6,6 @@ cascade: - type: docs - weight: 1 - url: /ref/release-notes/archived/:filename - weight: 99 --- Archived releases have reached end of life and are no longer supported. A major release and its patches are supported for six months from the initial release date. Release notes for archived releases are provided for historical purposes. For supported releases, refer to [Releases](/release-notes/releases/). From 79d4dff6864ad9779fc5bbbe7068c94b73d67e62 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Mon, 28 Apr 2025 09:50:27 -0700 Subject: [PATCH 20/24] Fixes to index metadata --- content/ref/release-notes/_index.md | 3 ++- content/ref/release-notes/releases/archived/_index.md | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/content/ref/release-notes/_index.md b/content/ref/release-notes/_index.md index 6b94998e1..b72d366c8 100644 --- a/content/ref/release-notes/_index.md +++ b/content/ref/release-notes/_index.md @@ -7,8 +7,9 @@ cascade: - type: docs - weight: 1 menu: - reference: + default: parent: reference + identifier: release-notes weight: 5 --- diff --git a/content/ref/release-notes/releases/archived/_index.md b/content/ref/release-notes/releases/archived/_index.md index d723f0b16..f40ddf770 100644 --- a/content/ref/release-notes/releases/archived/_index.md +++ b/content/ref/release-notes/releases/archived/_index.md @@ -3,11 +3,14 @@ title: Archived Releases type: docs url: /ref/release-notes/archived/ cascade: +- url: /ref/release-notes/releases/archived/:title/ - type: docs - weight: 1 -- url: /ref/release-notes/archived/:filename - -weight: 99 +menu: + default: + parent: release-notes + identifier: archived-release-notes + weight: 99 --- Archived releases have reached end of life and are no longer supported. A major release and its patches are supported for six months from the initial release date. Release notes for archived releases are provided for historical purposes. For supported releases, refer to [Releases](/release-notes/releases/). From 83a26be925ff0fa90a4769e84dd631d734624bec Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Mon, 28 Apr 2025 12:13:03 -0700 Subject: [PATCH 21/24] 0.68 draft updates - Add some links - Fix some display issues - Bring into sync with Notion --- content/ref/release-notes/releases/0.68.0.md | 32 +++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/content/ref/release-notes/releases/0.68.0.md b/content/ref/release-notes/releases/0.68.0.md index bc066234a..ae3f25de7 100644 --- a/content/ref/release-notes/releases/0.68.0.md +++ b/content/ref/release-notes/releases/0.68.0.md @@ -4,42 +4,44 @@ date: 2025-04-29 description: "April 29, 2025" --- +W&B Server v0.68 includes enhancements to various types of panels and visualizations, security improvements for Registry, Weave, and service accounts, performance improvements when forking and rewinding runs, and more. + ## Features -- Release notes for W&B Server are now published [in the W&B documentation](/release-notes/releases/) in addition to on GitHub. [Subscribe using RSS](/release-notes/releases/index.xml). +- Release notes for W&B Server are now published [in the W&B documentation](/ref/release-notes/releases/) in addition to on GitHub. [Subscribe using RSS]({/ref/release-notes/releases/index.xml). - Registry admins can define and assign [*protected aliases*]({{< relref "/guides/core/registry/model_registry/access_controls.md#add-protected-aliases" >}}) to represent key stages of your development pipeline. A protected alias can be assigned only by a registry admin. W&B blocks other users from adding or removing protected aliases from versions in a registry using the API or UI. -- Improved Fork and Rewind Performance. - - [Forking]({{< relref "/guides/models/track/runs/forking.md" >}}) a run creates a new run that uses the same configuration as an existing run. Changes to the forked run do not the parent run, and vice versa. A pointer is maintained between the forked run and the parent. [Rewinding]({{< relref "/guides/models/track/runs/rewind.md" >}}) a run lets you log new data from that point in time without losing the existing data. - - In projects with many nested forks, forking new runs is now much more efficient due to improvements in caching. -- You can now filter console logs based on a run's `x_label` value. During [distributed training]({{ relref "/guides/track/log/distributed-training.md#track-all-processes-to-a-single-run" >}}), this optional parameter tracks the node that logged the run. +- You can now filter console logs based on a run's `x_label` value. During [distributed training]({{< relref "/guides/models/track/log/distributed-training.md#track-all-processes-to-a-single-run" >}}), this optional parameter tracks the node that logged the run. - You can now move runs between `Groups`, one by one or in bulk. Also, you can now create new `Groups` after the initial logging time. - Line plots now support **synchronized zooming** mode, where zooming to a given range on one plot automatically zooms into the same range on all other line plots with a common x-axis. Turn this on in the [workspace display settings for line plots]({{< relref "/guides/models/app/features/panels/line-plot/#all-line-plots-in-a-workspace" >}}). - Line plots now support formatting custom metrics as timestamps. This is useful when synchronizing or uploading runs from a different system. -- You can now slide through media panels using non-`_step`Ā fields such asĀ `epoch`Ā orĀ `train/global_step`Ā (or anything else). -- In Tables and plots in Query Panels that useĀ `runs`Ā or `runs.history` expressions, a step slider allows you to step through the progress on your metrics, text, or media through the course of your runs. The slider supports stepping through non-`_step` metrics. -- You can now customize bar chart labels using a font size control. +- You can now slide through [media panels]({{< relref "/guides/models/app/features/panels/media.md" >}}) using non-`_step`Ā fields such asĀ `epoch`Ā orĀ `train/global_step`Ā (or anything else). +- In Tables and plots in [Query Panels]({{< relref "/guides/models/app/features/panels/query-panels/" >}}) that useĀ `runs`Ā or `runs.history` expressions, a step slider allows you to step through the progress on your metrics, text, or media through the course of your runs. The slider supports stepping through non-`_step` metrics. +- You can now customize [bar chart]({{< relref "/guides/models/app/features/panels/bar-plot.md" >}}) labels using a font size control. ### Private preview Private preview features are available by invitation only. To request enrollment in a private preview, contact [support]({{< relref "mailto:support@wandb.com" >}}) or your AISE. -- **Personal workspace templates** allow you to save your workspace setup so it is automatically applied to your new projects. Initially, you can configure certain line plot settings such as the default X axis metric, smoothing algorithm, and smoothing factor. -- **Improved Exponentially-weighted Moving Average (EMA) smoothing** provides more reliable smoothed lines when operating on complete, unbinned data. In most cases, smoothing is handled at the back end for improved performance. +- **Personal workspace templates** allow you to save your workspace setup so it is automatically applied to your new [projects]({{< relref "/guides/models/track/project-page.md" >}}). Initially, you can configure certain line plot settings such as the default X axis metric, smoothing algorithm, and smoothing factor. +- **Improved Exponentially-weighted Moving Average (EMA) smoothing** provides more reliable [smoothed lines]({{< relref "/guides/models/app/features/panels/line-plot/smoothing.md" >}}) when operating on complete, unbinned data. In most cases, smoothing is handled at the back end for improved performance. ### Weave - Chat with fine-tuned models from within your W&B instance. [Playground](https://weave-docs.wandb.ai/guides/tools/playground/) is now supported in Dedicated Cloud. Playground is a chat interface for comparing different LLMs on historical traces. Admins can add API keys to different model providers or hook up [custom hosted LLM providers](https://weave-docs.wandb.ai/guides/tools/playground/#add-a-custom-provider) so your team can interact with them from within Weave. -- Open Telemetry Support. Now you can log traces via OpenTelemetry (OTel). Learn more: https://weave-docs.wandb.ai/guides/tools/otel/?utm_source=beamer&utm_medium=sidebar&utm_campaign=OpenTelemetry-support-in-Weave&utm_content=ctalink +- Open Telemetry Support. Now you can log traces via OpenTelemetry (OTel). [Learn more](https://weave-docs.wandb.ai/guides/tools/otel/?utm_source=beamer&utm_medium=sidebar&utm_campaign=OpenTelemetry-support-in-Weave&utm_content=ctalink). - Weave [tracing](https://weave-docs.wandb.ai/guides/tracking/) has new framework integrations: CrewAI, OpenAI’s Agent SDK, DSPy 2.x and Google's genai Python SDK. - Playground supports new [OpenAI models](https://weave-docs.wandb.ai/guides/tools/playground/#openai): GPT‑4.1, GPT‑4.1 mini, and GPT‑4.1 nano. -- Build labeled datasets directly from traces, with your annotations automatically converted into dataset columns. Learn more:Ā https://weave-docs.wandb.ai/guides/core-types/datasets#create-edit-and-delete-a-dataset-in-the-ui +- Build labeled datasets directly from traces, with your annotations automatically converted into dataset columns. [Learn more](https://weave-docs.wandb.ai/guides/core-types/datasets/#create-edit-and-delete-a-dataset-in-the-ui). ## Security -- Registry admins can now designate a service account in a registry as either a Registry Admin or a Member. Previously, the service account’s role was always Registry Admin. +- Registry admins can now designate a [service account]({{< relref "/guides/hosting/iam/authentication/service-accounts.md" >}}) in a registry as either a Registry Admin or a Member. Previously, the service account’s role was always Registry Admin. [Learn more]({{< relref "/guides/core/registry/configure_registry.md" >}}). ## Performance - Improved the performance of many workspace interactions, particularly in large workspaces. For example, expanding sections and using the run selector are significantly more responsive. +- Improved Fork and Rewind Performance. + + [Forking]({{< relref "/guides/models/track/runs/forking.md" >}}) a run creates a new run that uses the same configuration as an existing run. Changes to the forked run do not the parent run, and vice versa. A pointer is maintained between the forked run and the parent. [Rewinding]({{< relref "/guides/models/track/runs/rewind.md" >}}) a run lets you log new data from that point in time without losing the existing data. + + In projects with many nested forks, forking new runs is now much more efficient due to improvements in caching. ## Fixes From 305fdffee824699734dd762bf716ca67e9673ef2 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Mon, 28 Apr 2025 12:50:01 -0700 Subject: [PATCH 22/24] Add card panes to reference landing page --- content/ref/_index.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/content/ref/_index.md b/content/ref/_index.md index bf16fcffe..6038d36f9 100644 --- a/content/ref/_index.md +++ b/content/ref/_index.md @@ -13,7 +13,20 @@ cascade: no_list: true --- - +{{< cardpane >}} + {{< card >}} + +

Release notes

+
+

Learn about W&B releases, including new features, performance improvements, and bug fixes.

+ {{< /card >}} + {{< card >}} + +

Release policies and processes

+
+

Learn more about W&B releases, including frequency, support policies, and end of life.

+ {{< /card >}} +{{< /cardpane >}} {{< cardpane >}} {{< card >}} From 52750f2524e95fbefed94dfd70f077bcc24855ed Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Tue, 29 Apr 2025 08:36:35 -0700 Subject: [PATCH 23/24] Fix broken links --- .lycheeignore | 4 +++- content/launch/set-up-launch/setup-agent-advanced.md | 2 +- content/ref/python/public-api/api.md | 4 ++-- content/ref/release-notes/releases/archived/0.33.0.md | 2 +- content/ref/release-notes/releases/archived/0.39.0.md | 2 +- content/ref/release-notes/releases/archived/0.50.2.md | 2 +- content/ref/release-notes/releases/archived/0.51.0.md | 2 +- content/ref/release-notes/releases/archived/0.61.0.md | 2 +- 8 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.lycheeignore b/.lycheeignore index e51f84f18..00bf5e1fc 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -12,4 +12,6 @@ https://docs.wandb.ai/ref/weave/entity https://www.wandb.ai/authorize https://x.com/weights_biases https://auth0.com/docs/get-started/ - +https://wiki.python.org/moin/UsingPickle +https://docs.wandb.ai/ja/support/ +https://docs.wandb.ai/ko/support/ \ No newline at end of file diff --git a/content/launch/set-up-launch/setup-agent-advanced.md b/content/launch/set-up-launch/setup-agent-advanced.md index 2567b8034..c96909c72 100644 --- a/content/launch/set-up-launch/setup-agent-advanced.md +++ b/content/launch/set-up-launch/setup-agent-advanced.md @@ -162,7 +162,7 @@ artifactregistry.repositories.uploadArtifacts; {{% /tab %}} {{% tab "Azure" %}} -Add the [`AcrPush` role](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-roles?tabs=azure-cli#acrpush) if you use the Kaniko builder. +Add the [`AcrPush` role](https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles/containers#acrpush) if you use the Kaniko builder. {{% /tab %}} {{< /tabpane >}} diff --git a/content/ref/python/public-api/api.md b/content/ref/python/public-api/api.md index 8a8148edf..720f95253 100644 --- a/content/ref/python/public-api/api.md +++ b/content/ref/python/public-api/api.md @@ -24,7 +24,7 @@ Most common way to initialize | Args | | | :--- | :--- | -| `overrides` | (dict) You can set `base_url` if you are using a wandb server other than https://api.wandb.ai. You can also set defaults for `entity`, `project`, and `run`. | +| `overrides` | (dict) You can set `base_url` if you are using a wandb server other than `https://api.wandb.ai`. You can also set defaults for `entity`, `project`, and `run`. | | Attributes | | | :--- | :--- | @@ -980,7 +980,7 @@ api = wandb.Api() webhook_integrations = api.webhook_integrations(entity="my-team") ``` -Find only webhook integrations that post requests to "https://my-fake-url.com": +Find only webhook integrations that post requests to `https://my-fake-url.com`: ```python webhook_integrations = api.webhook_integrations(entity="my-team") diff --git a/content/ref/release-notes/releases/archived/0.33.0.md b/content/ref/release-notes/releases/archived/0.33.0.md index e1f0e3703..e612ee533 100644 --- a/content/ref/release-notes/releases/archived/0.33.0.md +++ b/content/ref/release-notes/releases/archived/0.33.0.md @@ -14,7 +14,7 @@ parent: archived-releases ![Demo of zooming and panning](https://github.com/wandb/server/assets/97066933/c6580dff-f003-4767-86f2-ad26d40108fb) -Explore complex chains of LLM prompts more easily with new zoom and pan controls in our prompts tracer. Learn more [here](https://docs.wandb.ai/guides/prompts#trace-timeline). +Explore complex chains of LLM prompts more easily with new zoom and pan controls in our prompts tracer. ### Model registry admin role diff --git a/content/ref/release-notes/releases/archived/0.39.0.md b/content/ref/release-notes/releases/archived/0.39.0.md index 69f1b210a..58f48e5db 100644 --- a/content/ref/release-notes/releases/archived/0.39.0.md +++ b/content/ref/release-notes/releases/archived/0.39.0.md @@ -13,7 +13,7 @@ parent: archived-releases Image showing revamped Organization Dashboard -We've made it easier to see who's making the most W&B with our overhauled Organization Dashboard, accessible to W&B admins. You can now see details on who's created runs and reports, who's actively using W&B, who's invites are pending--and you can export all this in CSV to share across your organization. Learn more in [the docs](https://docs.wandb.ai/guides/hosting/manage-users). +We've made it easier to see who's making the most W&B with our overhauled Organization Dashboard, accessible to W&B admins. You can now see details on who's created runs and reports, who's actively using W&B, who's invites are pending--and you can export all this in CSV to share across your organization. Learn more in [the docs](https://docs.wandb.ai/guides/hosting/iam/access-management-intro/). For Dedicated Cloud customers, this feature has been turned on. For Customer-Managed W&B customers, contact W&B support and we'll be happy to work with you to enable it. diff --git a/content/ref/release-notes/releases/archived/0.50.2.md b/content/ref/release-notes/releases/archived/0.50.2.md index e9ef5e2f0..2658c4f0b 100644 --- a/content/ref/release-notes/releases/archived/0.50.2.md +++ b/content/ref/release-notes/releases/archived/0.50.2.md @@ -13,7 +13,7 @@ parent: archived-releases * Better visibility for run queue item issues * Dedicated Cloud customers on AWS can now use Privatelink to securely connect to their deployments. * The feature is in private preview and will be part of an advanced pricing tier at GA. Reach out to your W&B team if interested. -* You can now automate user role assignment for organization or team scopes using the [SCIM role assignment API](https://docs.wandb.ai/guides/hosting/manage-users#role-assignment-api) +* You can now automate user role assignment for organization or team scopes using the [SCIM role assignment API](https://docs.wandb.ai/guides/hosting/iam/scim/#assign-organization-level-role-to-user) * All Dedicated Cloud instances on AWS & Azure are now managed using the new W&B Kubernetes Operator. With that, the new Parquet Store service is also available. The service allows for performant & cost efficient storage of run history data in parquet format in the blob storage. That in turn leads to faster loading of relevant history data in charts & plots that are used to evaluate the runs. * W&B Kubernetes Operator and along with that the Parquet Store service are now available for use in customer-managed instances. We encourage customers that already use Kubernetes to host W&B, to reach out to their W&B team on how they can use the operator. And we highly recommend others to migrate to Kubernetes in order to receive the latest performance improvements and new services in future via operator. We're happy to assist with planning such a migration. diff --git a/content/ref/release-notes/releases/archived/0.51.0.md b/content/ref/release-notes/releases/archived/0.51.0.md index 3a7adc59b..226e0dbaf 100644 --- a/content/ref/release-notes/releases/archived/0.51.0.md +++ b/content/ref/release-notes/releases/archived/0.51.0.md @@ -16,7 +16,7 @@ parent: archived-releases ![Image showing saved views](https://github.com/wandb/server/assets/7208315/862a36ac-8ce4-49e7-8677-d87d54ab1e54) The release also includes these capabilities: -* You can now [set a project's visibility scope to Restricted](https://docs.wandb.ai/guides/hosting/restricted-projects) if you want to collaborate on AI workflows related to sensitive or confidential data. +* You can now [set a project's visibility scope to Restricted](https://docs.wandb.ai/guides/hosting/iam/access-management/restricted-projects/) if you want to collaborate on AI workflows related to sensitive or confidential data. * When you create a **restricted project** within a team, you can add specific members from the team. Unlike other project visibility scopes, all members of a team do not get implicit access to a restricted project. * **Enhanced Run Overview page performance**: now 91% faster on load, with search functionality improved by 99.9%. Also enjoy RegEx search for Config and Summary data. * **New UX for Artifacts Lineage DAG** introduces clustering for 5+ nodes at the same level, preview window to examine a node's details, and a significant speedup in the graph's loading time. diff --git a/content/ref/release-notes/releases/archived/0.61.0.md b/content/ref/release-notes/releases/archived/0.61.0.md index 022837a43..7b645d5be 100644 --- a/content/ref/release-notes/releases/archived/0.61.0.md +++ b/content/ref/release-notes/releases/archived/0.61.0.md @@ -13,7 +13,7 @@ parent: archived-releases * Organization admins can now configure Models seats and access control for both Models & [Weave](https://weave-docs.wandb.ai/) in a seamless manner from their organization dashboard. This change allows for a efficient user management when [Weave](https://weave-docs.wandb.ai/) is enabled for a Dedicated Cloud or Self-managed instance. * [Weave](https://weave-docs.wandb.ai/) pricing is consumption-based rather than based on number of seats used. Seat management only applies to the Models product. -* You can now configure [access roles at the project level for team and restricted scoped projects](https://docs.wandb.ai/guides/hosting/iam/restricted-projects#project-level-roles). It allows assigning different access roles to a user within different projects in the same team, and thus adding another strong control to conform to enterprise governance needs. +* You can now configure [access roles at the project level for team and restricted scoped projects](https://docs.wandb.ai/guides/hosting/iam/access-management/restricted-projects/). It allows assigning different access roles to a user within different projects in the same team, and thus adding another strong control to conform to enterprise governance needs. ## Fixes From 281ebf87a21a14f180486a0f117862e2f38e5597 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Tue, 29 Apr 2025 09:57:08 -0700 Subject: [PATCH 24/24] Add note for sparse metrics fix --- content/ref/release-notes/releases/0.68.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/ref/release-notes/releases/0.68.0.md b/content/ref/release-notes/releases/0.68.0.md index ae3f25de7..1467222ba 100644 --- a/content/ref/release-notes/releases/0.68.0.md +++ b/content/ref/release-notes/releases/0.68.0.md @@ -52,4 +52,5 @@ Private preview features are available by invitation only. To request enrollment - Fixed a page crash when adding a timestamp **Within Last** filter - Fixed a bug that could prevent the X-axis from being set to **Wall Time** in global line plot settings. - Fixed a bug that could prevent image captions from appearing when they are logged to a Table. +- Fixed a bug that could prevent sparse metrics from showing up in panels. - In **Run Overview** pages, the **Description** field is now named **Notes**. \ No newline at end of file