What's changed
Breaking dependency requirement
- Horse ≥ 3.3.0 — all previously fork-only Horse patches (
IHorseRawRequest / IHorseRawResponse, HORSE_PROVIDER_* define normalization, request/response shadow fields) are now included in the official HashLoad/horse 3.3.0 release. The freitasjca/horse fork is retired — remove it from your boss.json and point at hashload/horse directly.
boss.json
"github.com/HashLoad/horse": ">=3.3.0"
Integration test client
Added HorseMormotTestClient — companion to the existing test server, mirrors the CrossSocket provider test suite structure.