Skip to content

v0.0.14

Choose a tag to compare

@bensenescu bensenescu released this 20 May 19:47
· 312 commits to main since this release
74ba0c4

OpenSEO now prevents duplicate auto-created Default projects per organization.

Migration Note

Most installs do not need manual cleanup. If running the latest migrations fails
with a unique-constraint error for
projects_one_default_per_organization_idx, follow
docs/default-project-cleanup.md.

What happened

Several simultaneous requests could initialize the same organization at once,
creating more than one auto-created Default project.

What the cleanup does

The cleanup keeps one canonical Default project per organization, remaps
supported child rows onto it, preserves rank-tracking history where possible,
then removes duplicate Default projects.

Full Changelog: v0.0.13...v0.0.14