Compare commits

...

1 Commits
main ... v1.5.1

Author SHA1 Message Date
AI Engineer
e6e69e242e chore: update module index versions (by AI) 2026-06-12 00:28:22 +08:00
2 changed files with 58 additions and 58 deletions

View File

@ -18,7 +18,7 @@ This project provides an ultra-lean, friction-free, secure, and high-performance
Docs: https://apigo.cc/go/ Docs: https://apigo.cc/go/
### go/jsmod v1.5.0 ### go/jsmod v1.5.2
Registry for JS modules with unsafe method tracking. Registry for JS modules with unsafe method tracking.
- **API**: `Register`, `GetModules` - **API**: `Register`, `GetModules`
@ -26,130 +26,130 @@ Registry for JS modules with unsafe method tracking.
Time stream control and retries. Time stream control and retries.
- **API**: `Retry`, `Start`, `WithBackoff`, `WithMaxRetries`, `NewDebouncer`, `NewThrottler`, `NewTimeWheel`, `RunTimeout`, `Tracker` - **API**: `Retry`, `Start`, `WithBackoff`, `WithMaxRetries`, `NewDebouncer`, `NewThrottler`, `NewTimeWheel`, `RunTimeout`, `Tracker`
### go/cast v1.5.0 ### go/cast v1.5.2
Semantic type conversion and generic utilities. Semantic type conversion and generic utilities.
- **API**: `To`, `Convert`, `As`, `ToMap`, `ToSlice`, `FillMap`, `FillSlice`, `ToJSON`, `FromJSON`, `UnmarshalJSON`, `ParseTime`, `FormatTime`, `Int`, `String`, `Bool`, `Duration`, `RealValue`, `GetLowerName`, `GetUpperName`, `FixUpperCase` - **API**: `To`, `Convert`, `As`, `ToMap`, `ToSlice`, `FillMap`, `FillSlice`, `ToJSON`, `FromJSON`, `UnmarshalJSON`, `ParseTime`, `FormatTime`, `Int`, `String`, `Bool`, `Duration`, `RealValue`, `GetLowerName`, `GetUpperName`, `FixUpperCase`
### go/rand v1.5.0 ### go/rand v1.5.2
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.0 ### go/encoding v1.5.3
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`, `SortJoin`
### go/js v1.5.1 ### go/js v1.5.4
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`, `FuncList`, `WithSafeMode`, `WithLogger` - **API**: `Define`, `Call`, `Doc`, `CheckVersion`, `FuncList`, `WithSafeMode`, `WithLogger`
### go/shell v1.5.0 ### go/shell v1.5.2
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`, `InteractiveRun`, `Pipeline`, `PipelineCommands`, `Style`, `StripANSI`, `Red`, `Green`, `Blue`, `Yellow`
### go/safe v1.5.0 ### go/safe v1.5.1
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.0 ### go/id v1.5.3
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.0 ### go/crypto v1.5.2
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.0 ### go/file v1.5.4
High-performance IO and memory files. High-performance IO and memory files.
- **API**: `Exists`, `EnsureParentDir`, `Read`, `ReadBytes`, `Write`, `WriteBytes`, `Copy`, `Move`, `Remove`, `Mkdir`, `Search`, `UnmarshalFile`, `MarshalFile`, `PatchFile`, `Archive`, `Compress`, `LoadFileToMemory` - **API**: `Exists`, `EnsureParentDir`, `Read`, `ReadBytes`, `Write`, `WriteBytes`, `Copy`, `Move`, `Remove`, `Mkdir`, `Search`, `UnmarshalFile`, `MarshalFile`, `PatchFile`, `Archive`, `Compress`, `LoadFileToMemory`
### go/config v1.5.1 ### go/config v1.5.2
Configuration loading with env overrides. Configuration loading with env overrides.
- **API**: `Load`, `To` - **API**: `Load`, `To`
### go/crypto-sm v1.5.0 ### go/crypto-sm v1.5.3
National Cryptographic Standard (SM2/3/4). National Cryptographic Standard (SM2/3/4).
- **API**: `NewSM2`, `Sm3`, `Sm3ToHex`, `Sm3ToBase64`, `Sm3ToUrlBase64`, `NewSM4CBC`, `NewSM4GCM`, `Encrypt`, `Decrypt` - **API**: `NewSM2`, `Sm3`, `Sm3ToHex`, `Sm3ToBase64`, `Sm3ToUrlBase64`, `NewSM4CBC`, `NewSM4GCM`, `Encrypt`, `Decrypt`
### go/document v1.5.0 ### go/document v1.5.2
Lean and high-performance Office bridge, supporting Excel/Word/PPT/PDF/Graph/CSV/MD to JSON/Markdown conversion. Lean and high-performance Office bridge, supporting Excel/Word/PPT/PDF/Graph/CSV/MD to JSON/Markdown conversion.
- **API**: `Open`, `Create`, `Save`, `ToJSON`, `ToMarkdown` - **API**: `Open`, `Create`, `Save`, `ToJSON`, `ToMarkdown`
### go/vision v1.5.0 ### go/vision v1.5.2
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.0 ### go/watch v1.5.1
AI-friendly file watching. AI-friendly file watching.
- **API**: `Start`, `EasyStart`, `Watcher` - **API**: `Start`, `EasyStart`, `Watcher`
### go/keys v1.5.0 ### go/keys v1.5.2
Secret management and cross-language encryption tool. Secret management and cross-language encryption tool.
- **CLI Commands**: `keys keystore list/create/export`, `keys password list/create/encrypt/decrypt` - **CLI Commands**: `keys keystore list/create/export`, `keys password list/create/encrypt/decrypt`
### go/log v1.5.5 ### go/log v1.5.6
Meta-driven asynchronous logging. Meta-driven asynchronous logging.
- **API**: `Debug`, `Info`, `Warning`, `Error`, `As`, `New`, `SetDefaultName`, `Viewable`, `GetEntry`, `PutEntry` - **API**: `Debug`, `Info`, `Warning`, `Error`, `As`, `New`, `SetDefaultName`, `Viewable`, `GetEntry`, `PutEntry`
### go/http v1.5.0 ### go/http v1.5.2
High-performance HTTP client. High-performance HTTP client.
- **API**: `NewClient`, `NewClientH2C`, `Get`, `Post`, `Put`, `Delete`, `Do`, `Result`, `To`, `Multipart` - **API**: `NewClient`, `NewClientH2C`, `Get`, `Post`, `Put`, `Delete`, `Do`, `Result`, `To`, `Multipart`
### go/indexDB v1.5.3 ### go/indexDB v1.5.4
Unified hybrid search engine supporting Fulltext + Vector with RRF. Unified hybrid search engine supporting Fulltext + Vector with RRF.
- **API**: `GetDB`, `Auth`, `Add`, `Remove`, `Search`, `ScanDocuments` - **API**: `GetDB`, `Auth`, `Add`, `Remove`, `Search`, `ScanDocuments`
### go/mail v1.5.0 ### go/mail v1.5.2
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.2 ### go/task v1.5.3
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`
### go/redis v1.5.0 ### go/redis v1.5.4
Redis client with Pub/Sub. Redis client with Pub/Sub.
- **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker` - **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker`, `SetConfig`
### go/starter v1.5.2 ### go/starter v1.5.4
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`
### go/api v1.5.0 ### go/api v1.5.4
Third-party API orchestration engine. Third-party API orchestration engine.
- **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action` - **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action`
### go/db v1.5.2 ### go/db v1.5.6
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` - **API**: `GetDB`, `Sync`, `To`, `ToSlice`, `Insert`, `Replace`, `Update`, `Delete`, `Query`, `Exec`, `Begin`, `SetConfig`
### go/sandbox v1.5.0 ### go/sandbox v1.5.3
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`
### go/discover v1.5.0 ### go/discover v1.5.2
Service discovery and load balancing. Service discovery and load balancing.
- **API**: `New`, `Start`, `Open`, `NewCaller`, `Get`, `Post`, `SetLoadBalancer`, `SetRoute` - **API**: `New`, `Start`, `Open`, `NewCaller`, `Get`, `Post`, `SetLoadBalancer`, `SetRoute`
### go/tableDB v1.5.3 ### go/tableDB v1.5.5
Higher-level DB abstraction for dynamic schemas, auth isolation, and lifecycle hooks. Higher-level DB abstraction for dynamic schemas, auth isolation, and lifecycle hooks.
- **API**: `GetDB`, `Auth`, `Tables`, `SetTable`, `Table`, `Set`, `Get`, `List`, `Query`, `Count`, `Remove` - **API**: `GetDB`, `Auth`, `Tables`, `SetTable`, `Table`, `Set`, `Get`, `List`, `Query`, `Count`, `Remove`
### go/coder v1.5.0 ### go/coder v1.5.1
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.11 ### go/service v1.5.14
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.0 ### go/docDB v1.5.2
Standalone document storage engine with version control and event hooks. Standalone document storage engine with version control and event hooks.
- **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `ExtractToC` - **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `ExtractToC`
### go/gateway v1.5.1 ### go/gateway v1.5.2
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.6 ### go/knowbase v1.5.13
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`, `Table.List`, `Table.Set`, `Table.Fields`, `DocStore.Get`, `DocStore.Set`, `DocStore.GetSections`

View File

@ -18,7 +18,7 @@
详细文档: https://apigo.cc/go/ 详细文档: https://apigo.cc/go/
### go/jsmod v1.5.0 ### go/jsmod v1.5.2
带不安全方法追踪的 JS 模块注册表。 带不安全方法追踪的 JS 模块注册表。
- **API**: `Register`, `GetModules` - **API**: `Register`, `GetModules`
@ -26,15 +26,15 @@
高性能时间流管控与退避重试。 高性能时间流管控与退避重试。
- **API**: `Retry`, `Start`, `WithBackoff`, `WithMaxRetries`, `NewDebouncer`, `NewThrottler`, `NewTimeWheel`, `RunTimeout`, `Tracker` - **API**: `Retry`, `Start`, `WithBackoff`, `WithMaxRetries`, `NewDebouncer`, `NewThrottler`, `NewTimeWheel`, `RunTimeout`, `Tracker`
### go/cast v1.5.0 ### go/cast v1.5.2
语义化类型强转与泛型工具。 语义化类型强转与泛型工具。
- **API**: `To`, `Convert`, `As`, `ToMap`, `ToSlice`, `FillMap`, `FillSlice`, `ToJSON`, `FromJSON`, `UnmarshalJSON`, `ParseTime`, `FormatTime`, `Int`, `String`, `Bool`, `Duration`, `RealValue`, `GetLowerName`, `GetUpperName`, `FixUpperCase` - **API**: `To`, `Convert`, `As`, `ToMap`, `ToSlice`, `FillMap`, `FillSlice`, `ToJSON`, `FromJSON`, `UnmarshalJSON`, `ParseTime`, `FormatTime`, `Int`, `String`, `Bool`, `Duration`, `RealValue`, `GetLowerName`, `GetUpperName`, `FixUpperCase`
### go/rand v1.5.0 ### go/rand v1.5.2
高并发场景下的随机数与字节生成。 高并发场景下的随机数与字节生成。
- **API**: `Int`, `FastInt`, `Float`, `FastFloat`, `Byte`, `Bytes`, `Perm`, `Shuffle` - **API**: `Int`, `FastInt`, `Float`, `FastFloat`, `Byte`, `Bytes`, `Perm`, `Shuffle`
### go/encoding v1.5.0 ### go/encoding v1.5.3
标准及整数填充编解码。 标准及整数填充编解码。
- **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`, `SortJoin`
@ -42,23 +42,23 @@
基于 goja 的轻量级低代码引擎,支持自动桥接与安全模式。 基于 goja 的轻量级低代码引擎,支持自动桥接与安全模式。
- **API**: `Define`, `Call`, `Doc`, `FuncList`, `WithSafeMode`, `WithLogger` - **API**: `Define`, `Call`, `Doc`, `FuncList`, `WithSafeMode`, `WithLogger`
### go/shell v1.5.0 ### go/shell v1.5.2
终端样式美化与命令链管道执行。 终端样式美化与命令链管道执行。
- **API**: `Run`, `RunCommand`, `InteractiveRun`, `Pipeline`, `PipelineCommands`, `Style`, `StripANSI`, `Red`, `Green`, `Blue`, `Yellow` - **API**: `Run`, `RunCommand`, `InteractiveRun`, `Pipeline`, `PipelineCommands`, `Style`, `StripANSI`, `Red`, `Green`, `Blue`, `Yellow`
### go/safe v1.5.0 ### go/safe v1.5.1
内存保护、安全擦除与防核心转储。 内存保护、安全擦除与防核心转储。
- **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.0 ### go/id v1.5.3
分布式与数据库性能优化的 ID 生成。 分布式与数据库性能优化的 ID 生成。
- **API**: `NewIDMaker`, `Get8Bytes4KPerSecond`, `Get9Bytes90KPerSecond`, `Get10Bytes14MPerSecond`, `Get11Bytes900MPerSecond`, `Get12BytesUltraPerSecond`, `GetForMysql` - **API**: `NewIDMaker`, `Get8Bytes4KPerSecond`, `Get9Bytes90KPerSecond`, `Get10Bytes14MPerSecond`, `Get11Bytes900MPerSecond`, `Get12BytesUltraPerSecond`, `GetForMysql`
### go/crypto v1.5.0 ### go/crypto v1.5.2
主流加解密算法与混合加密体系。 主流加解密算法与混合加密体系。
- **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.0 ### go/file v1.5.4
高性能磁盘 IO 与嵌入式内存文件。 高性能磁盘 IO 与嵌入式内存文件。
- **API**: `Exists`, `EnsureParentDir`, `Read`, `ReadBytes`, `Write`, `WriteBytes`, `Copy`, `Move`, `Remove`, `Mkdir`, `Search`, `UnmarshalFile`, `MarshalFile`, `PatchFile`, `Archive`, `Compress`, `LoadFileToMemory` - **API**: `Exists`, `EnsureParentDir`, `Read`, `ReadBytes`, `Write`, `WriteBytes`, `Copy`, `Move`, `Remove`, `Mkdir`, `Search`, `UnmarshalFile`, `MarshalFile`, `PatchFile`, `Archive`, `Compress`, `LoadFileToMemory`
@ -66,23 +66,23 @@
支持环境变量覆盖的配置文件加载。 支持环境变量覆盖的配置文件加载。
- **API**: `Load`, `To` - **API**: `Load`, `To`
### go/crypto-sm v1.5.0 ### go/crypto-sm v1.5.3
国密 (SM2/3/4) 标准实现。 国密 (SM2/3/4) 标准实现。
- **API**: `NewSM2`, `Sm3`, `Sm3ToHex`, `Sm3ToBase64`, `Sm3ToUrlBase64`, `NewSM4CBC`, `NewSM4GCM`, `Encrypt`, `Decrypt` - **API**: `NewSM2`, `Sm3`, `Sm3ToHex`, `Sm3ToBase64`, `Sm3ToUrlBase64`, `NewSM4CBC`, `NewSM4GCM`, `Encrypt`, `Decrypt`
### go/document v1.5.0 ### go/document v1.5.2
极简、高效的 Office 文档桥梁,支持 Excel/Word/PPT/PDF/Graph/CSV/MD 与 JSON/Markdown 互转。 极简、高效的 Office 文档桥梁,支持 Excel/Word/PPT/PDF/Graph/CSV/MD 与 JSON/Markdown 互转。
- **API**: `Open`, `Create`, `Save`, `ToJSON`, `ToMarkdown` - **API**: `Open`, `Create`, `Save`, `ToJSON`, `ToMarkdown`
### go/vision v1.5.0 ### go/vision v1.5.2
高性能图像处理、验证码、二维码与感知哈希工具。 高性能图像处理、验证码、二维码与感知哈希工具。
- **API**: `Load`, `Save`, `Convert`, `New`, `ParseColor`, `RandColor`, `Capture`, `Recognize`, `NewAnimation` - **API**: `Load`, `Save`, `Convert`, `New`, `ParseColor`, `RandColor`, `Capture`, `Recognize`, `NewAnimation`
### go/watch v1.5.0 ### go/watch v1.5.1
高性能、AI 友好的文件变动监听。 高性能、AI 友好的文件变动监听。
- **API**: `Start`, `EasyStart`, `Watcher` - **API**: `Start`, `EasyStart`, `Watcher`
### go/keys v1.5.0 ### go/keys v1.5.2
密钥管理与跨语言加固加密工具。 密钥管理与跨语言加固加密工具。
- **CLI 命令**: `keys keystore list/create/export`, `keys password list/create/encrypt/decrypt` - **CLI 命令**: `keys keystore list/create/export`, `keys password list/create/encrypt/decrypt`
@ -90,7 +90,7 @@
高性能 Meta 驱动的异步脱敏日志。 高性能 Meta 驱动的异步脱敏日志。
- **API**: `Debug`, `Info`, `Warning`, `Error`, `As`, `New`, `SetDefaultName`, `Viewable`, `GetEntry`, `PutEntry` - **API**: `Debug`, `Info`, `Warning`, `Error`, `As`, `New`, `SetDefaultName`, `Viewable`, `GetEntry`, `PutEntry`
### go/http v1.5.0 ### go/http v1.5.2
极致精简的高性能 HTTP 客户端。 极致精简的高性能 HTTP 客户端。
- **API**: `NewClient`, `NewClientH2C`, `Get`, `Post`, `Put`, `Delete`, `Do`, `Result`, `To`, `Multipart` - **API**: `NewClient`, `NewClientH2C`, `Get`, `Post`, `Put`, `Delete`, `Do`, `Result`, `To`, `Multipart`
@ -98,7 +98,7 @@
统一混合检索引擎,支持全文 + 向量及 RRF 融合。 统一混合检索引擎,支持全文 + 向量及 RRF 融合。
- **API**: `GetDB`, `Auth`, `Add`, `Remove`, `Search`, `ScanDocuments` - **API**: `GetDB`, `Auth`, `Add`, `Remove`, `Search`, `ScanDocuments`
### go/mail v1.5.0 ### go/mail v1.5.2
极致精简的高性能邮件客户端。 极致精简的高性能邮件客户端。
- **API**: `Send`, `MustSend`, `Recv`, `MustRecv`, `New`, `MustNew`, `NewWithConfig`, `GetMailbox`, `ParseAddr`, `FormatAddr` - **API**: `Send`, `MustSend`, `Recv`, `MustRecv`, `New`, `MustNew`, `NewWithConfig`, `GetMailbox`, `ParseAddr`, `FormatAddr`
@ -114,7 +114,7 @@
服务生命周期与后台运行管控。 服务生命周期与后台运行管控。
- **API**: `Register`, `Run`, `SetAppInfo`, `SetInfo`, `SetUsage`, `AddCmd`, `AddCommand` - **API**: `Register`, `Run`, `SetAppInfo`, `SetInfo`, `SetUsage`, `AddCmd`, `AddCommand`
### go/api v1.5.0 ### go/api v1.5.4
第三方 API 调度引擎,消除 SDK 摩擦。 第三方 API 调度引擎,消除 SDK 摩擦。
- **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action` - **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action`
@ -122,11 +122,11 @@
意图优先的极简数据库抽象层,支持影子删除与自动版本。 意图优先的极简数据库抽象层,支持影子删除与自动版本。
- **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.0 ### go/sandbox v1.5.3
跨平台隔离与运行时环境管理器。 跨平台隔离与运行时环境管理器。
- **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`
### go/discover v1.5.0 ### go/discover v1.5.2
极简的服务发现与负载均衡调用。 极简的服务发现与负载均衡调用。
- **API**: `New`, `Start`, `Open`, `NewCaller`, `Get`, `Post`, `SetLoadBalancer`, `SetRoute` - **API**: `New`, `Start`, `Open`, `NewCaller`, `Get`, `Post`, `SetLoadBalancer`, `SetRoute`
@ -134,16 +134,16 @@
建立在 go/db 基础上的更高层抽象工具库,提供动态表、权限隔离和生命周期追踪。 建立在 go/db 基础上的更高层抽象工具库,提供动态表、权限隔离和生命周期追踪。
- **API**: `GetDB`, `Auth`, `Tables`, `SetTable`, `Table`, `Set`, `Get`, `List`, `Query`, `Count`, `Remove` - **API**: `GetDB`, `Auth`, `Tables`, `SetTable`, `Table`, `Set`, `Get`, `List`, `Query`, `Count`, `Remove`
### go/coder v1.5.0 ### go/coder v1.5.1
为 AI Agent 设计的常驻温环境动态代码执行引擎。 为 AI Agent 设计的常驻温环境动态代码执行引擎。
- **API**: `Start`, `Stop`, `Eval`, `Install` - **API**: `Start`, `Stop`, `Eval`, `Install`
### go/service v1.5.11 ### go/service v1.5.14
核心微服务框架。 核心微服务框架。
- **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.0 ### go/docDB v1.5.2
独立的高级文档存储引擎,支持版本管理与生命周期钩子。 独立的高级文档存储引擎,支持版本管理与生命周期钩子。
- **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `ExtractToC` - **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `ExtractToC`