Skip to content

Releases: rfcx/rfcx-api

1.1.9

18 Jul 13:54
f817f3e
Compare
Choose a tag to compare

Features

  • noncore: Add last_audio_sync, last_battery_internal and last_battery_main to Guardian table and refresh them on checkins
  • noncore: Use data from last_audio_sync, last_battery_internal and last_battery_main in v2/guardians endpoint
  • core: Create and list classifier jobs (/classifier-jobs endpoint)
  • core: Access to classifiers can be public (open to all) or private (only the creator)
  • core: Dequeue classifier jobs (POST /internal/classifier-jobs/dequeue)
  • core: PATCH /classifier-jobs Restrict to update classifier jobs by the request role
  • core: Add minutes_total to PATCH /classifier-jobs

Bug Fixes

  • noncore: Fix sensor values table not support Infineon sensor

1.1.8

10 Jun 10:09
Compare
Choose a tag to compare

Features

  • core: Add /clustered-events endpoint

Bug Fixes

  • noncore: Fix contact form error handling

1.1.7

07 Jun 14:56
Compare
Choose a tag to compare

Features

  • noncore: Ping payload accepts sensor values
  • noncore: Segments count endpoint for Guardian diagnostics
  • core: Classifier download by id endpoint

Bug Fixes

  • core: only_deleted param of stream endpoint using deletedAt instead of deleted_at
  • noncore: sbd segments assembling will fail if there is no data in req.body

1.1.6

19 May 18:06
Compare
Choose a tag to compare

Features

  • noncore: Update is_updatable value in the Guardians table

Bug Fixes

  • noncore: Fixed the issue with updating guardians data

1.1.5

12 May 21:25
2c071ed
Compare
Choose a tag to compare

Bug Fixes

  • core: Send segmentCreated event at the end of transaction

1.1.4

11 May 20:53
Compare
Choose a tag to compare

Features

  • noncore: Add POST /users endpoint
  • noncore: Endpoint for getting guardians by project id

Performance improvements

  • noncore: Delete code and table related to FilterPresets, Reports with Attachments, UserLocations, UserTokens, ResetPasswordTokens
  • noncore: Delete and stub endpoints for /v1/sites and /v1/guardians
  • core: Replace db query with existing attributes mapping for ingest endpoint

1.1.3

15 Apr 14:25
bd8a284
Compare
Choose a tag to compare

Bug Fixes

  • mqtt Refactor GuardianMetaAssetExchangeLogs clearance by making it in one query

1.1.2

01 Apr 16:08
Compare
Choose a tag to compare

Performance improvements

  • noncore: Delete code related to old MySQL events
  • noncore: Delete code related to Neo4j events
  • noncore: Delete code related to old AI models
  • noncore: Delete Redis integration

1.1.1

22 Mar 17:25
Compare
Choose a tag to compare

Features

  • noncore: Delete code related to Sensations data

1.1.0

08 Mar 20:29
Compare
Choose a tag to compare

Features

API code is splitted into core and non-core.

  • guardian: Add token and pinCode to endpoint params for Companion to pre-register guardian