Skip to content

v1.0.7 — Horse 3.3.0 required

Latest

Choose a tag to compare

@freitasjca freitasjca released this 04 Aug 10:55
· 7 commits to master since this release

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.