feat: propagate request context across search, retry, limiter, and browser navigation

This commit is contained in:
Rustem Kamalov
2026-04-20 05:53:13 +03:00
parent 0b7fbd3a45
commit e89b1a3a50
27 changed files with 424 additions and 161 deletions

View File

@@ -14,7 +14,7 @@ import (
)
const (
version = "0.6.3"
version = "0.6.4"
defaultConfigFilename = "config"
envPrefix = "OPENSERP"
)