> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Weights & Biases Changelog

> Release history for the Weights & Biases connector. Each version lists what changed and which actions were affected.

<Card title="Weights & Biases connector" icon="arrow-left" href="/connectors/weightsandbiases" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v2.0.0" description="25 Sept 2026">
  `breaking-change`

  Fixed list\_artifacts advertising the unsupported "+versionIndex" sort column (backend returns HTTP 400 — only created\_at is orderable). Removed the misleading `description` input from create\_run and update\_run — W\&B's `upsertBucket` accepts `description` in its input schema, but the server silently normalizes it; reads (via get\_run or the UI) always return the composite `displayName + '\n' + notes`, so any caller-supplied `description` value is discarded. Callers should now use `notes` for descriptive text; both action `details` and the `notes` input description now spell out the actual W\&B semantics.
</Update>
