Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/bump-patch-307.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@objectstack/spec": patch
---

Implement DatabaseLoader for production metadata persistence
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changeset message "Implement DatabaseLoader for production metadata persistence" is misleading because DatabaseLoader was already fully implemented in a previous release. According to the codebase:

  1. DatabaseLoader exists at packages/metadata/src/loaders/database-loader.ts and is fully functional with comprehensive tests (31 unit tests + 9 integration tests)
  2. ROADMAP.md marks Phase 4a "Metadata Persistence (P0)" as "✅ Complete"
  3. The current package version is already 3.0.6, and DatabaseLoader has been available since before this version
  4. The CHANGELOG.md for 3.0.6 shows only dependency updates, not a new DatabaseLoader implementation

This changeset should either describe what actual changes warrant a patch bump, or if no changes were made, explain why a version bump is needed (e.g., "chore: bump version to align with release process" or list the actual changes being released).

Copilot uses AI. Check for mistakes.