You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.1.0: pin port-parse contract for operator-managed configs
Adds config_loader_test.go covering the koanf parser's behaviour for
the operator-emitted JSON shape (port as int) and the GATEWAY_PORT
env-override path that has caused phantom port-parse rollbacks
upstream of liquidityio/gateway. No runtime change; pure regression
guard on the JSON-int -> Go-int contract.
feat: add /v1/pricing/model/{name} route for single model lookup
The existing {path} pattern only matches single path segments.
The model lookup needs a dedicated two-segment route.