v0.11.1

skypilot-org/skypilotv0.11.1Dec 15, 2025by Michaelvll

AI Summary

A patch release fixing a critical SQLite database locking issue in the API server that caused unresponsive behavior with the error 'database is locked'. This is a minor bug fix update from v0.11.0.

Key Highlights

  • Fixed SQLite database locking issue causing API server unresponsiveness
  • Database request handling now properly handles concurrent access
  • Patch release addressing production stability

New Features

  • Bug fix for API server request database lock issue (#8285)

Full Release Notes

This patch release is a minor bump from v0.11.0 to to get you the latest fixes:

- #8285: Fix an issue where the API server request database is incorrectly locked causing an irresponsive API server with an error:
  ```
  sqlite3.OperationalError: database is locked
  ```

See the [full v0.11 release notes](https://github.com/skypilot-org/skypilot/releases/tag/v0.11.0) for everything new in SkyPilot v0.11!