Releases: HiberGlobal/api
Releases · HiberGlobal/api
0.134.0
0.134 (2022-12-19)
0.133.0
0.133 (2022-12-12)
ValueService
- Cleared up some things in
ValueContext
:- Renamed
duration
tovalue_durations
. - Fixed the documentation inside the
oneof value_type
.
- Renamed
0.132.0
0.132 (2022-12-05)
0.131.0
0.131 (2022-11-28)
0.130.0
0.130 (2022-11-21)
EventService
- Renamed the deprecated
ModemEvent.ModemActivatedEvent
toModemEvent.ModemInstalledEvent
to reflect the new
lifecycles.- Renamed
Event.modem_activated
toEvent.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 toINSTALLED
.- Because of this
message_id
andsent_at
, were removed fromModemEvent.ModemInstalledEvent
.
- Because of this
- Renamed
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
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
0.127.0
0.126.0
0.125.0
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
toAsset
to match the one fromModemService
.
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.
- Since the modem lifecycle (which will replace status) no longer contains an ACTIVE state, this event is no longer