Skip to content

v1.0.6

Latest

Choose a tag to compare

@tigusigalpa tigusigalpa released this 02 Sep 17:07

v1.0.6 — 2026-09-02

Added

  • Expanded deterministic unit-test coverage for client configuration, raw request wrappers, Price/OHLCV optional parameters, transport defaults, retry behaviour, HTTP status mapping, and invalid response handling.
  • Codecov quality gate requiring at least 80% coverage for both project and patch status checks.

Changed

  • Increased SDK library coverage to 94.2%.
  • Updated Codecov reporting to measure only the SDK packages (., ./price, and ./transport).
  • Examples are still built in CI but excluded from coverage reports because they are executable demos without unit tests or live API calls.
  • Updated CI workflows to use Go 1.22+ and separate race-enabled test execution from library coverage collection.
  • Documented the coverage policy in the README.

Verification

  • go test ./... passed.
  • go vet ./... passed.
  • golint ./... produced no output.
  • git diff --check passed.