chore: bump knowbase to v1.5.18(by AI)
Co-Authored-By: glm-5.1 <zai-org@claude-code-best.win>
This commit is contained in:
parent
96d72e3749
commit
cafc6bda1b
35
README.md
35
README.md
@ -34,9 +34,9 @@ Semantic type conversion and generic utilities.
|
||||
High-concurrency random generation.
|
||||
- **API**: `Int`, `FastInt`, `Float`, `FastFloat`, `Byte`, `Bytes`, `Perm`, `Shuffle`
|
||||
|
||||
### go/encoding v1.5.4
|
||||
### go/encoding v1.5.5
|
||||
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
|
||||
Lightweight low-code engine based on goja with automatic bridging and safe mode.
|
||||
@ -50,13 +50,13 @@ Terminal styling and command execution.
|
||||
Memory protection and secure erasure.
|
||||
- **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.
|
||||
- **API**: `NewIDMaker`, `Get8Bytes4KPerSecond`, `Get9Bytes90KPerSecond`, `Get10Bytes14MPerSecond`, `Get11Bytes900MPerSecond`, `Get12BytesUltraPerSecond`, `GetForMysql`
|
||||
|
||||
### go/crypto v1.5.3
|
||||
### go/crypto v1.5.4
|
||||
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
|
||||
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.
|
||||
- **API**: `Load`, `Save`, `Convert`, `New`, `ParseColor`, `RandColor`, `Capture`, `Recognize`, `NewAnimation`
|
||||
|
||||
### go/watch v1.5.2
|
||||
### go/watch v1.5.3
|
||||
AI-friendly file watching.
|
||||
- **API**: `Start`, `EasyStart`, `Watcher`
|
||||
- **CLI**: `watch` — 文件变更时执行命令,支持 `-go`/`-web`/`-js`/`-py` 预设
|
||||
|
||||
### go/keys v1.5.3
|
||||
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.
|
||||
- **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.
|
||||
- **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.
|
||||
- **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker`, `SetConfig`
|
||||
|
||||
### go/starter v1.5.5
|
||||
### go/starter v1.5.6
|
||||
Service lifecycle and background management.
|
||||
- **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.
|
||||
- **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.
|
||||
- **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.
|
||||
- **API**: `Start`, `Stop`, `Eval`, `Install`
|
||||
|
||||
### go/service v1.5.15
|
||||
### go/service v1.5.19
|
||||
Core microservice framework.
|
||||
- **API**: `Start`, `AsyncStart`, `Host`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`, `GetInjectT`
|
||||
|
||||
### go/docDB v1.5.3
|
||||
Standalone document storage engine with version control and event hooks.
|
||||
- **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `ExtractToC`
|
||||
### go/docDB v1.5.6
|
||||
Standalone document storage engine with version control, event hooks, and commit-snapshot management.
|
||||
- **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `List`, `Exists`, `Commit`, `Pull`, `Diff`, `History`, `ExtractToC`
|
||||
|
||||
### go/gateway v1.5.3
|
||||
High-performance, event-driven dynamic API gateway.
|
||||
- **API**: `NewGatewayApp`, `GatewayApp.Start`, `GatewayApp.Stop`, `GatewayApp.Reload`, `GatewayApp.Status`
|
||||
|
||||
### go/knowbase v1.5.14
|
||||
### go/knowbase v1.5.18
|
||||
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`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user