Skip to content

v1.0.2

Choose a tag to compare

@Waishnav Waishnav released this 21 Jun 11:14

Highlights

  • Persist OAuth clients, access tokens, and refresh tokens in SQLite so authenticated MCP clients continue working across DevSpace restarts.
  • Add automatic, versioned SQLite migrations for existing installations.
  • Make refresh-token rotation transactional and reject concurrent token reuse.
  • Restrict DevSpace state storage permissions and harden SQLite configuration for local production use.
  • Close SQLite stores cleanly during server shutdown.
  • Fix README image and documentation links on npm.
  • Improve the workspace diff loading indicator and refresh project documentation.

Existing users are migrated automatically the next time DevSpace opens its state database.

Full changelog: v1.0.1...v1.0.2