Bump version 0.26.3 → 0.27.0
Self-hosted - Breaking changes
- The workspace migrations have been consolidated into one.
If you run a version<0.26.3
, you should apply it first
before upgrading to the current version.
Bug fixes and improvements
- Don't create a database schema when setting up an external database BYOD.
- Existing workspaces are not affected and will still use their schema.
- Fix #212.
- Upgrade to Pydantic V2