Skip to content

v1.0.5

Choose a tag to compare

@tigusigalpa tigusigalpa released this 16 Aug 15:25
· 3 commits to main since this release

v1.0.5 — 2026-08-16

Added

  • GitHub Actions CI for pushes to main, pull requests, and manual runs.
  • CI checks on Go 1.22 and the current stable Go release.
  • Automated module-file verification, formatting checks, go vet, race-enabled tests with coverage, and builds for all packages and examples.
  • Unit tests for client construction, functional options, and retry-attempt normalization.

Changed

  • Expanded the README into a practical onboarding guide with installation, PowerShell configuration, client options, price/OHLCV recipes, raw API examples, error handling, retries, testing, and security guidance.

Verification

  • go test ./... passed.
  • go vet ./... passed.
  • gofmt -l . produced no output.