diff --git a/README.md b/README.md index 6192e95..8dac88a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ High-concurrency random generation. Standard and integer encoding. - **API**: `Hex`, `HexToString`, `Base64`, `Base64ToString`, `UrlBase64`, `UrlEncode`, `HtmlEscape`, `HtmlUnescape`, `Utf8Valid`, `NewIntEncoder`, `EncodeInt`, `AppendInt`, `DecodeInt`, `ExchangeInt`, `FillInt`, `HashInt`, `SortJoin` -### go/js v1.5.0 +### go/js v1.5.1 Lightweight low-code engine based on goja with automatic bridging and safe mode. - **API**: `Define`, `Call`, `Doc`, `FuncList`, `WithSafeMode`, `WithLogger` @@ -62,7 +62,7 @@ Mainstream and hybrid encryption. High-performance IO and memory files. - **API**: `Exists`, `EnsureParentDir`, `Read`, `ReadBytes`, `Write`, `WriteBytes`, `Copy`, `Move`, `Remove`, `Mkdir`, `Search`, `UnmarshalFile`, `MarshalFile`, `PatchFile`, `Archive`, `Compress`, `LoadFileToMemory` -### go/config v1.5.0 +### go/config v1.5.1 Configuration loading with env overrides. - **API**: `Load`, `To` @@ -86,7 +86,7 @@ AI-friendly file watching. Secret management and cross-language encryption tool. - **CLI Commands**: `keys keystore list/create/export`, `keys password list/create/encrypt/decrypt` -### go/log v1.5.0 +### go/log v1.5.5 Meta-driven asynchronous logging. - **API**: `Debug`, `Info`, `Warning`, `Error`, `As`, `New`, `SetDefaultName`, `Viewable`, `GetEntry`, `PutEntry` @@ -94,7 +94,7 @@ Meta-driven asynchronous logging. High-performance HTTP client. - **API**: `NewClient`, `NewClientH2C`, `Get`, `Post`, `Put`, `Delete`, `Do`, `Result`, `To`, `Multipart` -### go/indexDB v1.5.0 +### go/indexDB v1.5.3 Unified hybrid search engine supporting Fulltext + Vector with RRF. - **API**: `GetDB`, `Auth`, `Add`, `Remove`, `Search`, `ScanDocuments` @@ -102,7 +102,7 @@ Unified hybrid search engine supporting Fulltext + Vector with RRF. Lean and high-performance email client. - **API**: `Send`, `MustSend`, `Recv`, `MustRecv`, `New`, `MustNew`, `NewWithConfig`, `GetMailbox`, `ParseAddr`, `FormatAddr` -### go/task v1.5.0 +### go/task v1.5.2 Task scheduling and lifecycle management. - **API**: `Add`, `Start`, `Stop`, `Get`, `List`, `Remove`, `Run`, `WithPolicy`, `WithTimeout` @@ -110,7 +110,7 @@ Task scheduling and lifecycle management. Redis client with Pub/Sub. - **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker` -### go/starter v1.5.0 +### go/starter v1.5.2 Service lifecycle and background management. - **API**: `Register`, `Run`, `SetAppInfo`, `SetInfo`, `SetUsage`, `AddCmd`, `AddCommand` @@ -118,7 +118,7 @@ Service lifecycle and background management. Third-party API orchestration engine. - **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action` -### go/db v1.5.0 +### go/db v1.5.2 Convention-over-configuration ORM with shadow-delete, auto-versioning, and FTS. - **API**: `GetDB`, `Sync`, `To`, `ToSlice`, `Insert`, `Replace`, `Update`, `Delete`, `Query`, `Exec`, `Begin` @@ -130,7 +130,7 @@ Cross-platform isolation and runtime environment manager. Service discovery and load balancing. - **API**: `New`, `Start`, `Open`, `NewCaller`, `Get`, `Post`, `SetLoadBalancer`, `SetRoute` -### go/tableDB v1.5.0 +### go/tableDB v1.5.3 Higher-level DB abstraction for dynamic schemas, auth isolation, and lifecycle hooks. - **API**: `GetDB`, `Auth`, `Tables`, `SetTable`, `Table`, `Set`, `Get`, `List`, `Query`, `Count`, `Remove` @@ -138,7 +138,7 @@ Higher-level DB abstraction for dynamic schemas, auth isolation, and lifecycle h Resident warm environment dynamic code execution engine designed for AI Agents. - **API**: `Start`, `Stop`, `Eval`, `Install` -### go/service v1.5.0 +### go/service v1.5.11 Core microservice framework. - **API**: `Start`, `AsyncStart`, `Host`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`, `GetInjectT` @@ -150,6 +150,6 @@ Standalone document storage engine with version control and event hooks. High-performance, event-driven dynamic API gateway. - **API**: `NewGatewayApp`, `GatewayApp.Start`, `GatewayApp.Stop`, `GatewayApp.Reload`, `GatewayApp.Status` -### go/knowbase v1.5.0 +### go/knowbase v1.5.6 AI Knowledge Base engine with hybrid search and identity-driven APIs. - **API**: `Auth`, `App.Doc`, `App.Table`, `App.Search`, `App.Query`, `App.RawQuery`, `App.SetPolicy`, `Table.List`, `Table.Set`, `Table.Fields`, `DocStore.Get`, `DocStore.Set`, `DocStore.GetSections` diff --git a/README.zh-CN.md b/README.zh-CN.md index b1605be..a512cef 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -138,10 +138,11 @@ 为 AI Agent 设计的常驻温环境动态代码执行引擎。 - **API**: `Start`, `Stop`, `Eval`, `Install` -### go/service v1.5.0 -核心微服务框架,支持自动注入与路由映射。 +### go/service v1.5.11 +核心微服务框架。 - **API**: `Start`, `AsyncStart`, `Host`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`, `GetInjectT` + ### go/docDB v1.5.0 独立的高级文档存储引擎,支持版本管理与生命周期钩子。 - **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `ExtractToC`