This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/answer.git
from 3f1ed50f New translations en_us.yaml (Chinese Simplified) new 20d7e4bc feat(plugin): add key-value storage support for plugins new 42cc0688 refactor(plugin): improved initialization of the KV storage plugin new 9f8cab56 perf(plugin): remove unnecessary KV storage checks new 42d6ad61 fix(plugin): rename 'close' to avoid builtin collision new 56f36ec5 refactor(plugin): improve KV storage with better caching and param handling new beac0238 docs(plugin): Add comments to KVOperator methods to improve code readability new 15ef8153 feat(migrations): Add v26 migration file to support plugin KV storage new d866ca71 fix(plugin): set params.Value in Get method to ensure correct value retrieval new aac1532b chore(migrations): update migration version The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: ...onfig_entity.go => plugin_kv_storage_entity.go} | 15 +- internal/migrations/init_data.go | 1 + internal/migrations/migrations.go | 1 + internal/migrations/{v23.go => v26.go} | 4 +- .../service/plugin_common/plugin_common_service.go | 9 + plugin/kv_storage.go | 336 +++++++++++++++++++++ plugin/plugin.go | 12 + 7 files changed, 368 insertions(+), 10 deletions(-) copy internal/entity/{plugin_user_config_entity.go => plugin_kv_storage_entity.go} (69%) copy internal/migrations/{v23.go => v26.go} (87%) create mode 100644 plugin/kv_storage.go