Compare commits

...

9 Commits
v1.5.2 ... main

Author SHA1 Message Date
AI Engineer
9aa71a27aa docs(.profile): update knowbase version to v1.5.22 (by AI) 2026-06-28 09:27:37 +08:00
AI Engineer
5ef51da2ae docs(.profile): update knowbase version to v1.5.21 in zh-CN (by AI) 2026-06-28 09:14:40 +08:00
AI Engineer
d03d81f1d6 docs(.profile): update knowbase version to v1.5.21 (by AI) 2026-06-28 09:14:21 +08:00
AI Engineer
c888b8fc76 docs: bump knowbase version to v1.5.20 (by AI) 2026-06-28 01:12:56 +08:00
AI Engineer
b3a7902dde docs: bump knowbase version to v1.5.19 (by AI) 2026-06-27 19:28:27 +08:00
AI Engineer
ebf6b9a3d4 docs(watch): bump version to v1.5.4(by AI) 2026-06-27 15:48:24 +08:00
AI Engineer
7715380b2a chore(.profile): 更新 service 模块至 v1.5.20(by AI)
Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
2026-06-22 19:02:01 +08:00
AI Engineer
cafc6bda1b chore: bump knowbase to v1.5.18(by AI)
Co-Authored-By: glm-5.1 <zai-org@claude-code-best.win>
2026-06-22 18:53:17 +08:00
AI Engineer
96d72e3749 chore(.profile): 更新 shell 模块至 v1.5.4(by AI)
Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
2026-06-21 14:44:41 +08:00
2 changed files with 26 additions and 25 deletions

View File

@ -34,29 +34,29 @@ Semantic type conversion and generic utilities.
High-concurrency random generation. High-concurrency random generation.
- **API**: `Int`, `FastInt`, `Float`, `FastFloat`, `Byte`, `Bytes`, `Perm`, `Shuffle` - **API**: `Int`, `FastInt`, `Float`, `FastFloat`, `Byte`, `Bytes`, `Perm`, `Shuffle`
### go/encoding v1.5.4 ### go/encoding v1.5.5
Standard and integer encoding. Standard and integer encoding.
- **API**: `Hex`, `HexToString`, `Base64`, `Base64ToString`, `UrlBase64`, `UrlEncode`, `HtmlEscape`, `HtmlUnescape`, `Utf8Valid`, `NewIntEncoder`, `EncodeInt`, `AppendInt`, `DecodeInt`, `ExchangeInt`, `FillInt`, `HashInt`, `SortJoin` - **API**: `Hex`, `HexToString`, `Base64`, `Base64ToString`, `UrlBase64`, `UrlEncode`, `HtmlEscape`, `HtmlUnescape`, `Utf8Valid`, `NewIntEncoder`, `EncodeInt`, `AppendInt`, `DecodeInt`, `ExchangeInt`, `FillInt`, `HashInt`, `FoldInt`, `SortJoin`
### go/js v1.5.5 ### go/js v1.5.5
Lightweight low-code engine based on goja with automatic bridging and safe mode. Lightweight low-code engine based on goja with automatic bridging and safe mode.
- **API**: `Define`, `Call`, `Doc`, `CheckVersion`, `FuncList`, `WithSafeMode`, `WithLogger` - **API**: `Define`, `Call`, `Doc`, `CheckVersion`, `FuncList`, `WithSafeMode`, `WithLogger`
### go/shell v1.5.3 ### go/shell v1.5.4
Terminal styling and command execution. Terminal styling and command execution.
- **API**: `Run`, `RunCommand`, `InteractiveRun`, `Pipeline`, `PipelineCommands`, `Style`, `StripANSI`, `Red`, `Green`, `Blue`, `Yellow` - **API**: `Run`, `RunCommand`, `Start`, `InteractiveRun`, `Pipeline`, `PipelineCommands`, `Style`, `StripANSI`, `Red`, `Green`, `Blue`, `Yellow`
### go/safe v1.5.2 ### go/safe v1.5.2
Memory protection and secure erasure. Memory protection and secure erasure.
- **API**: `NewSafeBuf`, `NewSafeString`, `LockMemory`, `UnlockMemory`, `DisableCoreDump`, `ZeroMemory`, `EncryptChaCha20`, `DecryptChaCha20`, `MakeSafeToken`, `Concat`, `Base64`, `Hex`, `UrlEncode` - **API**: `NewSafeBuf`, `NewSafeString`, `LockMemory`, `UnlockMemory`, `DisableCoreDump`, `ZeroMemory`, `EncryptChaCha20`, `DecryptChaCha20`, `MakeSafeToken`, `Concat`, `Base64`, `Hex`, `UrlEncode`
### go/id v1.5.4 ### go/id v1.5.6
Distributed and DB-optimized IDs. Distributed and DB-optimized IDs.
- **API**: `NewIDMaker`, `Get8Bytes4KPerSecond`, `Get9Bytes90KPerSecond`, `Get10Bytes14MPerSecond`, `Get11Bytes900MPerSecond`, `Get12BytesUltraPerSecond`, `GetForMysql` - **API**: `NewIDMaker`, `Get8Bytes4KPerSecond`, `Get9Bytes90KPerSecond`, `Get10Bytes14MPerSecond`, `Get11Bytes900MPerSecond`, `Get12BytesUltraPerSecond`, `GetForMysql`
### go/crypto v1.5.3 ### go/crypto v1.5.4
Mainstream and hybrid encryption. Mainstream and hybrid encryption.
- **API**: `NewAESGCM`, `NewRSA`, `NewECDSA`, `NewED25519`, `NewX25519`, `EncryptBytes`, `DecryptBytes`, `Sign`, `Verify`, `MD5`, `Sha1`, `Sha256`, `Sha512`, `HmacSha256` - **API**: `NewAESGCM`, `NewRSA`, `NewECDSA`, `NewED25519`, `NewX25519`, `EncryptBytes`, `DecryptBytes`, `Sign`, `Verify`, `MD5`, `SHA1`, `SHA256`, `SHA512`, `HMACSHA256`
### go/file v1.5.5 ### go/file v1.5.5
High-performance IO and memory files. High-performance IO and memory files.
@ -78,9 +78,10 @@ Lean and high-performance Office bridge, supporting Excel/Word/PPT/PDF/Graph/CSV
High-performance image processing, QR/Barcode, FFmpeg video orchestration, and transformations. High-performance image processing, QR/Barcode, FFmpeg video orchestration, and transformations.
- **API**: `Load`, `Save`, `Convert`, `New`, `ParseColor`, `RandColor`, `Capture`, `Recognize`, `NewAnimation` - **API**: `Load`, `Save`, `Convert`, `New`, `ParseColor`, `RandColor`, `Capture`, `Recognize`, `NewAnimation`
### go/watch v1.5.2 ### go/watch v1.5.4
AI-friendly file watching. AI-friendly file watching.
- **API**: `Start`, `EasyStart`, `Watcher` - **API**: `Start`, `EasyStart`, `Watcher`
- **CLI**: `watch` — 文件变更时执行命令,支持 `-go`/`-web`/`-js`/`-py` 预设
### go/keys v1.5.3 ### go/keys v1.5.3
Secret management and cross-language encryption tool. Secret management and cross-language encryption tool.
@ -102,15 +103,15 @@ Unified hybrid search engine supporting Fulltext + Vector with RRF.
Lean and high-performance email client. Lean and high-performance email client.
- **API**: `Send`, `MustSend`, `Recv`, `MustRecv`, `New`, `MustNew`, `NewWithConfig`, `GetMailbox`, `ParseAddr`, `FormatAddr` - **API**: `Send`, `MustSend`, `Recv`, `MustRecv`, `New`, `MustNew`, `NewWithConfig`, `GetMailbox`, `ParseAddr`, `FormatAddr`
### go/task v1.5.4 ### go/task v1.5.5
Task scheduling and lifecycle management. Task scheduling and lifecycle management.
- **API**: `Add`, `Start`, `Stop`, `Get`, `List`, `Remove`, `Run`, `WithPolicy`, `WithTimeout` - **API**: `Add`, `Start`, `Stop`, `Get`, `List`, `Remove`, `Run`, `WithPolicy`, `WithTimeout`, `SuppressSuccessLog`
### go/redis v1.5.6 ### go/redis v1.5.10
Redis client with Pub/Sub. Redis client with Pub/Sub.
- **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker`, `SetConfig` - **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker`, `SetConfig`
### go/starter v1.5.5 ### go/starter v1.5.6
Service lifecycle and background management. Service lifecycle and background management.
- **API**: `Register`, `Run`, `SetAppInfo`, `SetInfo`, `SetUsage`, `AddCmd`, `AddCommand` - **API**: `Register`, `Run`, `SetAppInfo`, `SetInfo`, `SetUsage`, `AddCmd`, `AddCommand`
@ -122,7 +123,7 @@ Third-party API orchestration engine.
Convention-over-configuration ORM with shadow-delete, auto-versioning, and FTS. Convention-over-configuration ORM with shadow-delete, auto-versioning, and FTS.
- **API**: `GetDB`, `Sync`, `To`, `ToSlice`, `Insert`, `Replace`, `Update`, `Delete`, `Query`, `Exec`, `Begin`, `SetConfig` - **API**: `GetDB`, `Sync`, `To`, `ToSlice`, `Insert`, `Replace`, `Update`, `Delete`, `Query`, `Exec`, `Begin`, `SetConfig`
### go/sandbox v1.5.4 ### go/sandbox v1.5.5
Cross-platform isolation and runtime environment manager. Cross-platform isolation and runtime environment manager.
- **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `NewService`, `DefaultService`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup` - **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `NewService`, `DefaultService`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup`
@ -138,18 +139,18 @@ Higher-level DB abstraction for dynamic schemas, auth isolation, and lifecycle h
Resident warm environment dynamic code execution engine designed for AI Agents. Resident warm environment dynamic code execution engine designed for AI Agents.
- **API**: `Start`, `Stop`, `Eval`, `Install` - **API**: `Start`, `Stop`, `Eval`, `Install`
### go/service v1.5.15 ### go/service v1.5.20
Core microservice framework. Core microservice framework.
- **API**: `Start`, `AsyncStart`, `Host`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`, `GetInjectT` - **API**: `Start`, `AsyncStart`, `Host`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`, `GetInjectT`
### go/docDB v1.5.3 ### go/docDB v1.5.6
Standalone document storage engine with version control and event hooks. Standalone document storage engine with version control, event hooks, and commit-snapshot management.
- **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `ExtractToC` - **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `List`, `Exists`, `Commit`, `Pull`, `Diff`, `History`, `ExtractToC`
### go/gateway v1.5.3 ### go/gateway v1.5.3
High-performance, event-driven dynamic API gateway. High-performance, event-driven dynamic API gateway.
- **API**: `NewGatewayApp`, `GatewayApp.Start`, `GatewayApp.Stop`, `GatewayApp.Reload`, `GatewayApp.Status` - **API**: `NewGatewayApp`, `GatewayApp.Start`, `GatewayApp.Stop`, `GatewayApp.Reload`, `GatewayApp.Status`
### go/knowbase v1.5.14 ### go/knowbase v1.5.22
AI Knowledge Base engine with hybrid search and identity-driven APIs. 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` - **API**: `Auth`, `App.Doc`, `App.Table`, `App.Search`, `App.Query`, `App.RawQuery`, `App.SetPolicy`, `App.Commit`, `App.Pull`, `Table.List`, `Table.Set`, `Table.Fields`, `DocStore.Get`, `DocStore.Set`, `DocStore.GetSections`

View File

@ -54,9 +54,9 @@
分布式与数据库性能优化的 ID 生成。 分布式与数据库性能优化的 ID 生成。
- **API**: `NewIDMaker`, `Get8Bytes4KPerSecond`, `Get9Bytes90KPerSecond`, `Get10Bytes14MPerSecond`, `Get11Bytes900MPerSecond`, `Get12BytesUltraPerSecond`, `GetForMysql` - **API**: `NewIDMaker`, `Get8Bytes4KPerSecond`, `Get9Bytes90KPerSecond`, `Get10Bytes14MPerSecond`, `Get11Bytes900MPerSecond`, `Get12BytesUltraPerSecond`, `GetForMysql`
### go/crypto v1.5.3 ### go/crypto v1.5.4
主流加解密算法与混合加密体系。 主流加解密算法与混合加密体系。
- **API**: `NewAESGCM`, `NewRSA`, `NewECDSA`, `NewED25519`, `NewX25519`, `EncryptBytes`, `DecryptBytes`, `Sign`, `Verify`, `MD5`, `Sha1`, `Sha256`, `Sha512`, `HmacSha256` - **API**: `NewAESGCM`, `NewRSA`, `NewECDSA`, `NewED25519`, `NewX25519`, `EncryptBytes`, `DecryptBytes`, `Sign`, `Verify`, `MD5`, `SHA1`, `SHA256`, `SHA512`, `HMACSHA256`
### go/file v1.5.5 ### go/file v1.5.5
高性能磁盘 IO 与嵌入式内存文件。 高性能磁盘 IO 与嵌入式内存文件。
@ -110,7 +110,7 @@
集成 Pub/Sub 的高性能 Redis 客户端。 集成 Pub/Sub 的高性能 Redis 客户端。
- **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker` - **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker`
### go/starter v1.5.5 ### go/starter v1.5.6
服务生命周期与后台运行管控。 服务生命周期与后台运行管控。
- **API**: `Register`, `Run`, `SetAppInfo`, `SetInfo`, `SetUsage`, `AddCmd`, `AddCommand` - **API**: `Register`, `Run`, `SetAppInfo`, `SetInfo`, `SetUsage`, `AddCmd`, `AddCommand`
@ -122,7 +122,7 @@
意图优先的极简数据库抽象层,支持影子删除与自动版本。 意图优先的极简数据库抽象层,支持影子删除与自动版本。
- **API**: `GetDB`, `Sync`, `To`, `ToSlice`, `Insert`, `Replace`, `Update`, `Delete`, `Query`, `Exec`, `Begin` - **API**: `GetDB`, `Sync`, `To`, `ToSlice`, `Insert`, `Replace`, `Update`, `Delete`, `Query`, `Exec`, `Begin`
### go/sandbox v1.5.4 ### go/sandbox v1.5.5
跨平台隔离与运行时环境管理器。 跨平台隔离与运行时环境管理器。
- **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `NewService`, `DefaultService`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup` - **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `NewService`, `DefaultService`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup`
@ -138,7 +138,7 @@
为 AI Agent 设计的常驻温环境动态代码执行引擎。 为 AI Agent 设计的常驻温环境动态代码执行引擎。
- **API**: `Start`, `Stop`, `Eval`, `Install` - **API**: `Start`, `Stop`, `Eval`, `Install`
### go/service v1.5.15 ### go/service v1.5.20
核心微服务框架。 核心微服务框架。
- **API**: `Start`, `AsyncStart`, `Host`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`, `GetInjectT` - **API**: `Start`, `AsyncStart`, `Host`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`, `GetInjectT`
@ -151,6 +151,6 @@
高性能、事件驱动的动态 API 网关。 高性能、事件驱动的动态 API 网关。
- **API**: `NewGatewayApp`, `GatewayApp.Start`, `GatewayApp.Stop`, `GatewayApp.Reload`, `GatewayApp.Status` - **API**: `NewGatewayApp`, `GatewayApp.Start`, `GatewayApp.Stop`, `GatewayApp.Reload`, `GatewayApp.Status`
### go/knowbase v1.5.14 ### go/knowbase v1.5.22
AI 知识库引擎,支持混合检索与身份驱动 API。 AI 知识库引擎,支持混合检索与身份驱动 API。
- **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` - **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`