Changelog

View Source

v0.1.1 (2025-09-03)

  • Bumped valpa dependency to ~> 0.1.1
  • Validations now behave consistently with the latest Valpa
  • Stacktraces for validation errors are no longer shown in production
  • Minor internal improvements; no breaking changes

v0.1.0 (2025-09-01)

  • Initial public release
  • Unified request/2 function for all Spot endpoints
  • Query structs for all endpoints (parameterized or empty)
  • Built-in validation for query parameters
  • Enum helpers for safe query building
  • Configurable credentials via direct config or environment variables
  • Testable and mockable request execution
  • Supports high-level API (request/1) and low-level step chaining
  • Documentation on HexDocs