Changelog

API updates, new endpoints, and breaking changes.

v1.3.0FeatureMay 12, 2026
  • Added Intelligence pillar endpoints: /metrics/tenant-health, /metrics/building-health
  • Schema Studio NL field deployment now supports percent, select, and boolean types
  • Webhook delivery now includes X-DG-Signature HMAC header
v1.2.4FixApr 30, 2026
  • Fixed pagination cursor on /leases endpoint for portfolios > 500 records
  • Corrected 422 error messages to include field-level validation details
v1.2.0FeatureApr 15, 2026
  • Added App Exchange registration endpoint: POST /developer/apps/register
  • Schema extension fields now appear in GET /leases response under ext namespace
  • New scopes: read:intelligence (Enterprise only)
v1.1.2FixMar 28, 2026
  • Sandbox environment rate limit increased from 60 to 100 req/min
  • Fixed missing updated_at field on work orders
v1.1.0FeatureMar 10, 2026
  • Webhook retry logic: exponential backoff up to 5 attempts
  • Added event replay endpoint: POST /webhooks/:id/replay
  • SDK packages published: @hqo/digital-grid-sdk (TypeScript), hqo-digital-grid (Python)