Releases: HiberGlobal/api
Releases · HiberGlobal/api
0.158.0
0.157.0
0.157 (2023-07-10)
AlarmService
- Added support for inverted threshold check, where the value must be outside of the given (inverted) range.
DeviceTypeService
- Add
gateway
flag to device type, indicating this is a gateway, and some additional related validation.
TagService
- Add
Health
call to list the health for tags.- Lists multiple health levels if applicable, the most severe is marked as most severe.
ModemService
- Added
TagCount
to count modems per tag. - Rename some of the values in
Modem.Type
to be more descriptive:CONNECTED_DEVICE
toSENSOR
DEVICE
toDISCONNECTED_SENSOR
0.156.0
0.156 (2023-06-26)
StatusService
- Removed the outdated status service; it was no longer in use and used the old health.
ModemService
- Fix a bug where
connected_to_gateway
was not set on modem when showing child organizations.
UserService
- Invites now expire after 30 days.
- This has also been applied to existing invites.
0.155.0
0.155 (2023-06-19)
- Refactored encryption logic to allow us to more easily improve encryption (i.e. switching algorithms) in the future
DeviceService
- Added the option to sort on tags for some common tag types: 'well', 'site' and 'production_area'.
ModemService
- Added the option to sort on tags for some common tag types: 'well', 'site' and 'production_area'.
SingleSignOnService
- Removed Dundas option.
0.154.0
0.154 (2023-06-12)
DeviceService
- Added
DeviceSelection.device_types
to select modems bydevice_type
andDeviceSelection.sensor_brand
to select modems bysensor_brand
.- For values, use
DevicTypeService.List
- For values, use
ModemService
- Added
ModemSelection.device_types
to select modems bydevice_type
andModemSelection.sensor_brand
to select modems bysensor_brand
.- For values, use
DevicTypeService.List
- For values, use
0.153.0
0.152.1
0.152 (2023-05-29)
AlarmService
- Removed unused field
UpdateModemAlarmUpdateCheck.Request.update_using_parameters
.
EventService
- Added
resolved
andresolve_identifier
(in aone-of
, since it cannot have both) to top-levelEvent
. - Fixed a bug where
ModemHealth
would return non-modem events with health.
ValueService
- Fixed a bug where rotation speed and rate value were not set correctly in the API response.
0.151.5
0.151 (2023-05-22)
DeviceService
- Added
Device.type
to indicate the device type.
DeviceTypeService
- Added the
DeviceTypeService
to list available device types.
FieldService
- Added modem
name
andidentifier
toListFieldsForModem.Response.ModemWithFields
.
ModemService
- Added
Modem.ConnectedDeviceInfo.device_type
to indicate the device type. - Added blocking logic for gateways (i.e. when license expires)
TokenService
- Added uniqueness check on token name (for active tokens) within organization.
0.148.0
0.148 (2023-04-17)
EventService
- Fix a bug where events from transferred modems would be fetched, resulting in errors.
ModemTransferService
- Removed the deprecated
ModemTransferService
and related fields
ModemTransferReturnService
- Removed the deprecated
ModemTransferReturnService
.
EventService
- Removed
deprecated_transfer
fromTransferEvent
.
EventService
- Added
ModemHealth
call, which returns all events that affect modem health in the organization (without time limit).