Hotfix for 1.1.0-alpha.2.
Integrations
- fix(integrations): Restore platform registry version comparison for dotted prerelease tags, fixing synchronization when upgrading from
1.1.0-alpha.1.1.
Infrastructure
- fix(infra): Make semantic search storage follow invitation email delivery in a single linear migration chain, so
alembic upgrade headresolves one target.
Build system
- build: Restore version-bump support for dotted prerelease hotfix tags such as
1.1.0-alpha.2.1.
The versioning fixes are restored from 74465a4.
Upgrade and validation notes
- The application database still requires pgvector 0.8.0 or newer in the public schema, even when semantic search is disabled. See pgvector setup.
- Semantic-search revision
9680c861644anow follows invitation revisionbc3124ad3437. If you manually applied the forked migration history from1.1.0-alpha.2, review the database's applied revisions before upgrading. - The hotfix passed 87 focused tests and the required commit hooks. The linear upgrade path was verified through offline SQL generation; a live PostgreSQL upgrade was not exercised.
- API and UI images were verified for AMD64 and ARM64 against the release commit. The
latestimage tags remain unchanged.
Full changelog: 1.1.0-alpha.2...1.1.0-alpha.2.1