Skip to content

Release v1.3.0

Latest

Choose a tag to compare

@MarketDataApp MarketDataApp released this 10 Jun 14:29
· 2 commits to main since this release

What's Changed

Fixed

  • Options chain min/max filters: bid/ask price filters on options.chain() are now actually validated (#32)
  • days_to_expiration filter: was silently ignored by the API — now sent under the correct parameter name (#30)
  • options.expirations(columns=[...]): no longer returns an empty DataFrame when filtering columns (#23)
  • strike_limit: accepts integer values without API rejection (#24)
  • options.quotes() date params: date, from, and to are now exposed for historical date-range queries (#19)

Added

  • Package root re-exports: from marketdata import MarketDataClient, MarketDataClientErrorResult, OutputFormat, DateFormat, Mode (#17)
  • Retry-After header is now honored on retries
  • API status check now uses the cached /status endpoint

Changed

  • Default logging level lowered to WARNING — SDK is quiet by default (#25)
  • Retry backoff strategy updated

Full Changelog: v1.2.0...v1.3.0