更新 go/tableDB 版本索引至 v1.1.6 (by AI)

This commit is contained in:
AI Engineer 2026-05-15 12:12:13 +08:00
parent c14656afbb
commit f5f3f002de

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/cast v1.3.0 ### go/cast v1.3.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` - **API**: `To`, `Convert`, `As`, `ToMap`, `ToSlice`, `FillMap`, `FillSlice`, `ToJSON`, `FromJSON`, `UnmarshalJSON`, `ParseTime`, `FormatTime`, `Int`, `String`, `Bool`, `Duration`
@ -102,7 +102,7 @@ Secret management and cross-language encryption tool.
Service lifecycle and background management. Service lifecycle and background management.
- **API**: `SetInfo`, `SetPidFile`, `SetLogFile`, `OnStart`, `OnStop`, `OnReload`, `Run`, `AddCmd` - **API**: `SetInfo`, `SetPidFile`, `SetLogFile`, `OnStart`, `OnStop`, `OnReload`, `Run`, `AddCmd`
### go/sandbox v1.0.0 ### go/sandbox v1.0.4
Cross-platform isolation and runtime environment manager. Cross-platform isolation and runtime environment manager.
- **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup` - **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup`
@ -122,6 +122,18 @@ 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/knowbase v1.0.5
AI Knowledge Base engine with hybrid search and identity-driven APIs.
- **API**: `Auth`, `App.Doc`, `App.Table`, `App.Search`, `App.Query`, `Table.List`, `Table.Set`, `Table.Fields`, `DocStore.Get`, `DocStore.Set`, `DocStore.GetSections`
### go/gateway v2.0.0 ### go/gateway v2.0.0
High-performance, event-driven dynamic API gateway. High-performance, event-driven dynamic API gateway.
- **API**: `NewGatewayApp`, `GatewayApp.Init`, `GatewayApp.Stop` - **API**: `NewGatewayApp`, `GatewayApp.Init`, `GatewayApp.Stop`
### go/docDB v1.0.0
Standalone document storage engine with version control and event hooks.
- **API**: `New`, `DocDB.Auth`, `App.SetDoc`, `App.SetMeta`, `App.Get`, `App.Remove`, `DocDB.OnCreatedDoc`, `DocDB.OnUpdatedDoc`, `DocDB.OnRemoved`, `ExtractToC`
### go/tableDB v1.1.6
Higher-level DB abstraction for dynamic schemas, auth isolation, and lifecycle hooks.
- **API**: `GetDB`, `App.Auth`, `App.SyncSchema`, `App.Table`, `Table.Set`, `Table.Get`, `Table.List`, `Table.Count`, `Table.Remove`