Skip to content

Releases: DIMO-Network/telemetry-api

v0.4.4

24 Mar 19:00

Choose a tag to compare

What's Changed

  • Handle context canceled errors as client disconnects instead of logging cascading INTERNAL_SERVER_ERROR across subsystems (ClickHouse, gRPC, credit tracker)
  • Return REQUEST_CANCELED error code with elapsed time when clients disconnect
  • Log at warn level instead of error level for client cancellations

v0.4.3

20 Mar 19:11

Choose a tag to compare

What's Changed

  • model-garage v.1.0.6 update, and spec generation by @LDMO-Dev in #272
  • Fix empty results for sub-second timestamp queries by @zer0stars in #276

Full Changelog: v0.4.2...v0.4.3

v0.4.2

10 Mar 15:53

Choose a tag to compare

What's Changed

  • feat: refactor events to use CloudEvent envelope struct by @zer0stars in #267

Full Changelog: v0.3.2...v0.4.2

v0.3.2

07 Mar 23:02

Choose a tag to compare

Changes

  • Regenerate GraphQL code to reflect updated SignalFilter.source documentation (ethr DID format)

v0.3.1

07 Mar 22:22

Choose a tag to compare

Changes

  • Remove deviceActivity query — Removed the deviceActivity GraphQL query, DeviceActivity type, AftermarketDeviceBy input, @requiresManufacturerToken directive, MANUFACTURER_DEVICE_LAST_SEEN privilege, manufacturer token auth flow, identity service, and all related config/wiring/tests.
  • Replace source filter with ethr DIDSignalFilter.source now accepts an ethr DID (did:ethr:<chainId>:<address>) instead of hardcoded source names like "autopi" or "smartcar". The contract address is extracted from the DID and matched directly against the ClickHouse source column.
  • Remove source translation maps — Removed SourceTranslations and AddressToSources maps. Legacy dimo/integration/... source values in ClickHouse should be migrated to contract addresses separately.
  • Delete sample_data/ directory

v0.3.0

07 Mar 02:22

Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.3.0

v0.2.9

05 Mar 17:43

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

28 Feb 18:03

Choose a tag to compare

Changes

  • Remove POM VC (Proof of Mileage) support: Dropped pomVCLatest GraphQL query and POMVC type from schema; removed VC repo GetLatestPOMVC, POMVCDataVersion config, and related types; regenerated GraphQL code; removed POM VC from pricing and e2e setup.

v0.2.7

27 Feb 16:18

Choose a tag to compare

Changes

  • fix: Allow 32-day segment range for daily activity so that date ranges like Jan 1–Feb 1 (inclusive) work via GraphQL; previously the internal segment range exceeded the 31-day limit.

v0.2.6

27 Feb 16:15

Choose a tag to compare

Allow 32-day range for segments/dailyActivity; use toDate as rangeEnd (fixes Jan 1–Feb 1 GraphQL range).