跳转至

Changelog

v0.1.13 - 2026-03-17

Fixed

  • Fix get_fundingfate() runtime error caused by SQL helper signature mismatch in fundingfate repo.

Changed

  • Bump zer0data SDK version to 0.1.13.
  • Bump dbmodule version to 0.1.13.
  • Update SDK dependency to dbmodule>=0.1.13,<0.2.0.

v0.1.12 - 2026-03-17

Added

  • Add get_fundingfate() API on Client and FundingfateService for querying UM funding rate data from DolphinDB.
  • Add SDK fundingfate example: sdk/examples/get_fundingfate.py.
  • Add fundingfate API docs: sdk/docs/fundingfate-api.md, and link from docs nav/index/getting-started.

Changed

  • Bump zer0data SDK version to 0.1.12.
  • Bump dbmodule version to 0.1.12.
  • Update SDK dependency to dbmodule>=0.1.12,<0.2.0.

v0.1.11 - 2026-03-17

Added

  • Add documented 15m K-line query example in SDK sample script.

Changed

  • Route backend frequency="15m" to dedicated DolphinDB table binance_kline_um_15m.
  • Bump zer0data SDK version to 0.1.11.
  • Bump dbmodule version to 0.1.11.
  • Update SDK dependency to dbmodule>=0.1.11,<0.2.0.

v0.1.10 - 2026-03-17

Added

  • Add get_metrics() API on Client and MetricsService for querying UM metrics data from DolphinDB.
  • Add SDK metrics example: sdk/examples/get_metrics.py.
  • Add metrics API docs: sdk/docs/metrics-api.md, and link from docs nav/index/getting-started.

Changed

  • Bump zer0data SDK version to 0.1.10.
  • Bump dbmodule version to 0.1.10.
  • Update SDK dependency to dbmodule>=0.1.10,<0.2.0.

v0.1.9 - 2026-03-16

Changed

  • Pin dolphindb to 2.0.11.0.
  • Refresh lockfile (uv.lock) with dolphindb==2.0.11.0.
  • Bump zer0data SDK version to 0.1.9.
  • Bump dbmodule version to 0.1.9.
  • Update SDK dependency to dbmodule>=0.1.9,<0.2.0.

v0.1.8 - 2026-03-16

Added

  • Add get_trade() API on Client and TradeService for querying UM trade data from DolphinDB.
  • Add SDK trade example: sdk/examples/get_trade.py.
  • Add trade API docs: sdk/docs/trade-api.md, and link from docs index/getting-started.

Changed

  • Bump zer0data SDK version to 0.1.8.
  • Bump dbmodule version to 0.1.8.
  • Update SDK dependency to dbmodule>=0.1.8,<0.2.0.

v0.1.0 - 2026-03-03

Added

  • Initial SDK release with K-line and symbol query APIs.