Added
- Specify job input schemas when calling manage_config_file or manage_wandb_config to create a nicer UI when launching the job (TimH98 in https://github.com/wandb/wandb/pull/7907, https://github.com/wandb/wandb/pull/7924, https://github.com/wandb/wandb/pull/7971)
- Use the filesystem rather than protobuf messages to transport manifests with more than 100k entries to the core process (moredatarequired in https://github.com/wandb/wandb/pull/7992)
- Adds the `box3d` constructor for `Box3D` (timoffex in https://github.com/wandb/wandb/pull/8086)
Changed
- `run.define_metric()` raises an error when given extraneous arguments (timoffex in https://github.com/wandb/wandb/pull/8040)
- In disabled mode, use the `wandb.sdk.wandb_run.Run` class instead of `wandb.sdk.wandb_run.RunDisabled`, which has been removed (dmitryduev in https://github.com/wandb/wandb/pull/8037)
- When `WANDB_MODE = offline` calling `artifact.download()` now throws an error instead of stalling (trane293 in https://github.com/wandb/wandb/pull/8009)
Fixed
- Correctly handle directory stubs when logging external artifact in azure storage account with Hierarchical Namespace enabled (marijncv in https://github.com/wandb/wandb/pull/7876)
- Docstring in `api.runs()` regarding default sort order, missed in https://github.com/wandb/wandb/pull/7675 (fellhorn in https://github.com/wandb/wandb/pull/8063)