- Added support for non-dict asset config schemas and updated OpDefinition and dagstermill op constructors to accept `ins`/`outs` for easier direct construction.
- Fixed multiple bugs across Dagit, sensors, asset job configuration, Kubernetes command overrides, and partitioned asset scheduling; Dagit now returns proper 500 status for server errors.
- Breaking change: JobDefinition constructor now requires a `config` argument and `preset_defs` was removed; deprecated DagsterPipelineRunMetadataValue and updated related documentation.