X-Pagination-Total
and X-Pagination-Next
for better navigation.config_type
was not set, ensuring more reliable configurations.typing.TypedDict
to typing_extensions.TypedDict
for Python versions below 3.12.checkpoint_blobs
table by inlining small values (null, numeric, str, etc.). This means we don’t need to store extra values for channels that haven’t been updated.thread
in the run
table to simplify database schema./mcp
endpoint to align with expected functionality.on_disconnect
field to runs/wait
and included disconnect logs for better debugging.logger.ainfo()
API call to resolve a TypeError.on_not_exist="create"
.assistant_versions
are returned when necessary./metrics
endpoint to expose queue worker metrics for monitoring.CancelledError
by marking tasks as ready to retry, improving error management in worker processes.update()
and bulk()
commands.