Skip to content

Tags: lynkdb/kvgo

Tags

v2.0.16

Toggle v2.0.16's commit message
refactor(auth): migrate to innerstack/inauth and enforce admin auth gate

- replace hooto/hauth with sysinner/innerstack/v2/pkg/inauth
- adapt to lynkapi v0.0.12 API (NewRequest, SetDatabase, plain-string result helpers)
- fix AdminService.PreMethod signature to (ctx, error) so the auth hook is registered; fail closed on missing context
- add test rejecting admin methods called with unregistered access keys

v2.0.15

Toggle v2.0.15's commit message
chore(deps): upgrade gopsutil from v3.24.5 to v4.26.2

v2.0.14

Toggle v2.0.14's commit message
chore: update deps and fix expired meta handling in db_replica_api

v2.0.13

Toggle v2.0.13's commit message
fix hauth imports and improve replica logic

v2.0.12

Toggle v2.0.12's commit message
fix(kvrep): logical error when opening multiple replicas

v2.0.11

Toggle v2.0.11's commit message
fix(kvrep): logical error when opening multiple replicas

v2.0.10

Toggle v2.0.10's commit message
[CHG] Upgrade lynkapi to new version

v2.0.9

Toggle v2.0.9's commit message
[UPD] updates go.mod

v2.0.8

Toggle v2.0.8's commit message
[IMP] Add Flush() to kvapi.Client APIs

v2.0.7

Toggle v2.0.7's commit message
[CHG] API: Change BatchRequest.Write(key, value []byte) to Write(key …

…[]byte, value any)