From b12aceaca53e83f5de3cb1c25676b29761ac7dcf Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 17 Aug 2026 16:35:41 +0000 Subject: [PATCH] Fix HTTP API property namespace in db-version-changes.md Document the actual fallback namespace :plugin.property._test_plugin (and :plugin.class._test_plugin for classes) used when property writes come from the HTTP API or other callers without a plugin id. Fixes https://github.com/logseq/db-test/issues/1051 Co-authored-by: Tienson Qin --- db-version-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-version-changes.md b/db-version-changes.md index 228be045..0ee80178 100644 --- a/db-version-changes.md +++ b/db-version-changes.md @@ -124,5 +124,5 @@ This page describes changes for existing Logseq features on the [database versio * `logseq/` inside a directory no longer exists. ### API -* All property related calls like `upsertBlockProperty` work with DB graphs. Property values can now be numbers and booleans. Properties are namespaced to `:plugin.property._api` +* All property related calls like `upsertBlockProperty` work with DB graphs. Property values can now be numbers and booleans. When called through the HTTP API (or any caller without a plugin id), properties are namespaced to `:plugin.property._test_plugin` (and classes to `:plugin.class._test_plugin`). * See [this test file](https://github.com/logseq/logseq/blob/master/clj-e2e/test/logseq/e2e/plugins_basic_test.clj) for using the api with DB graphs. \ No newline at end of file