Skip to content

Releases: HiberGlobal/api

0.134.0

19 Dec 09:55
Compare
Choose a tag to compare

0.134 (2022-12-19)

0.133.0

12 Dec 09:19
Compare
Choose a tag to compare

0.133 (2022-12-12)

ValueService
  • Cleared up some things in ValueContext:
    • Renamed duration to value_durations.
    • Fixed the documentation inside the oneof value_type.

0.132.0

05 Dec 12:47
Compare
Choose a tag to compare

0.132 (2022-12-05)

0.131.0

28 Nov 09:15
Compare
Choose a tag to compare

0.131 (2022-11-28)

0.130.0

21 Nov 08:45
Compare
Choose a tag to compare

0.130 (2022-11-21)

EventService
  • Renamed the deprecated ModemEvent.ModemActivatedEvent to ModemEvent.ModemInstalledEvent to reflect the new
    lifecycles.
    • Renamed Event.modem_activated to Event.modem_installed.
    • Removed deprecation flag from ModemEvent.ModemActivatedEvent.
    • Changed when the event is produced:
      • ModemEvent.ModemActivatedEvent was produced by the first real message from the modem.
      • Now, ModemEvent.ModemInstalledEvent is produced when the lifecycle is changed to INSTALLED.
        • Because of this message_id and sent_at, were removed from ModemEvent.ModemInstalledEvent.

Unit values

  • Added support for rotation speed
    • Currently only one unit, which is revolutions per minute (RPM)

UnitPreferences

  • Add optional fields to UnitPreferences for each unit
  • Deprecate old oneof unit fields (with a separate boolean for each unit indicating whether that unit has a preference set)

0.129.0

16 Nov 07:20
Compare
Choose a tag to compare

0.129 (2022-11-14)

EasypulseService
  • Fix a bug where the Easypulse.Fields call could report incorrect fields, because it assumed all modems were using the
    new parser format.
OrganizationService
  • Add database_info field to prepare for separate databases for organizations.

0.128.0

07 Nov 10:57
Compare
Choose a tag to compare

0.128 (2022-11-07)

ValueService

  • Add MODEM_VALUES permission to Permissions.
    • Let ValueServices use this permission instead of the MODEM_MESSAGES permission.

0.127.0

31 Oct 11:07
Compare
Choose a tag to compare

0.127 (2022-10-31)

0.126.0

24 Oct 08:14
Compare
Choose a tag to compare

0.126 (2022-10-24)

DeviceService
  • Added a new device service to make updates to devices easier.

0.125.0

17 Oct 09:21
Compare
Choose a tag to compare

0.125 (2022-10-17)

EasypulseService
  • Added more options for sorting:
    • HEALTH_ASC_ALPHABETICAL: Health sorted alphabetically by health level name.
    • HEALTH_DESC_ALPHABETICAL: Health sorted alphabetically by health level name, descending order.
    • LIFECYCLE_ASC: Sort modem on its lifecycle.
    • LIFECYCLE_DESC: Sort modem on its lifecycle in reverse order.
    • LIFECYCLE_ASC_ALPHABETICAL: lifecycle sorted alphabetically by lifecycle name.
    • LIFECYCLE_DESC_ALPHABETICAL: lifecycle sorted alphabetically by lifecycle name, descending order.
  • Added lifecycle to Asset to match the one from ModemService.
EventService
  • Deprecate the ModemActivatedEvent. It will be removed in the future.
    • Since the modem lifecycle (which will replace status) no longer contains an ACTIVE state, this event is no longer
      relevant.