Skip to content

v1.1.1

Latest

Choose a tag to compare

@tigusigalpa tigusigalpa released this 02 Sep 18:40

v1.1.1

Fixed

  • Added proper FormatCSV support: Metrics.Get now returns raw CSV bytes without attempting JSON decoding.
  • Fixed URL construction when WithBaseURL is configured with a trailing slash.
  • Updated outdated Macro API paths to the current us_* and euro_* endpoints.
  • Updated Market API paths for price, OHLC, market cap, and realized price to their current USD endpoints.
  • Removed an unused Point-in-Time helper.
  • Resolved golangci-lint findings for unchecked Write and Close return values.

Tests & CI

  • Added regression tests for CSV responses, trailing base URLs, and Macro/Market endpoint paths.
  • Increased test coverage to 90%+.
  • Removed the duplicate Codecov upload from the test workflow.

Documentation

  • Updated the README to match the current API, query types, defaults, and usage examples.
  • Updated endpoint mappings in docs/endpoint-coverage.md.