Releases: DIMO-Network/telemetry-api
Releases · DIMO-Network/telemetry-api
v0.4.4
What's Changed
- Handle context canceled errors as client disconnects instead of logging cascading
INTERNAL_SERVER_ERRORacross subsystems (ClickHouse, gRPC, credit tracker) - Return
REQUEST_CANCELEDerror code with elapsed time when clients disconnect - Log at warn level instead of error level for client cancellations
v0.4.3
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
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
v0.3.1
Changes
- Remove
deviceActivityquery — Removed thedeviceActivityGraphQL query,DeviceActivitytype,AftermarketDeviceByinput,@requiresManufacturerTokendirective,MANUFACTURER_DEVICE_LAST_SEENprivilege, manufacturer token auth flow, identity service, and all related config/wiring/tests. - Replace source filter with ethr DID —
SignalFilter.sourcenow 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 ClickHousesourcecolumn. - Remove source translation maps — Removed
SourceTranslationsandAddressToSourcesmaps. Legacydimo/integration/...source values in ClickHouse should be migrated to contract addresses separately. - Delete
sample_data/directory
v0.3.0
v0.2.9
v0.2.8
Changes
- Remove POM VC (Proof of Mileage) support: Dropped
pomVCLatestGraphQL query and POMVC type from schema; removed VC repoGetLatestPOMVC,POMVCDataVersionconfig, and related types; regenerated GraphQL code; removed POM VC from pricing and e2e setup.