Docs / Changelog

Changelog

New releases, connectors, and breaking changes. Devloom follows semver.

v2.4.0 — May 2026

  • New connector: Daxia Analytics (Beta)
  • New connector: Argent Freight (Beta)
  • client.query().count() — return count without fetching records
  • Improved token storage: async get/set now fully supported

v2.3.0 — March 2026

  • New connector: Palco WMS (GA)
  • Cursor pagination: added async iterator support
  • Rate limit profiles updated for Orbis ERP v7.2
  • Bug fix: autopage() on offset connectors could miss last page

v2.2.0 — January 2026

  • New connector: Shipwell TMS (GA)
  • Auth: JWT strategy added (dlx.auth.jwt())
  • TypeScript: all response types are now deeply readonly

v2.1.0 — November 2025

  • New connector: Voxcom CPaaS (Beta)
  • stream() supports multiple event types in one call
  • Breaking: client.fetch() renamed to client.query()

v2.0.0 — September 2025

  • Unified auth interface under dlx.auth.*
  • Type-safe response generics on all query methods
  • Per-connector rate profiles built in
  • 8 connectors at GA launch