Releases: HiberGlobal/api
Releases · HiberGlobal/api
0.146.1
0.146 (2023-04-03)
0.144.0
0.143.1
0.143 (2023-03-13)
EmailNotificationPreferencesService
- Email notifications for devices that are not installed are no longer sent unless you are a customer support user.
ValueService
- Added
downsampled
command (withDownsampledValues
) to algorithmically downsample the selected values to a number of points.- Use
points
orpagination.size
to specify the amount of points. If not specified, default pagination size is used.- Note that when both
points
(i.e. 1000) andpagination.size
(i.e. 100) are given, the points are paginated.
- Note that when both
- Use
MQTTService
- Enabled retry mechanism for MQTT publishers.
0.142.0
0.142 (2023-02-27)
ModemService
- Transmission interval can only be changed when you have the CUSTOMER_SUPPORT support permission.
0.141.0
0.141 (2023-02-20)
ModemService
- Fixed bug where text search would be case sensitive for modem tags.
0.140.0
0.140 (2023-02-13)
ModemMessageBodyParserService
- Removed deprecated field
data_fields_deprecated
- Added field
metadata_fields.require_message_metadata
to replacerequire_message_metadata
- Deprecated field
require_message_metadata
EventService
- Changed the title and description for
ModemEvent.MessageEvent.ModemMessageCannotBeParsedEvent
to reflect that this is a configuration issue that hiber support should solve.
0.139.0
0.138.0
0.138 (2023-01-30)
ModemAlarmService
- Removed
available_to_child_organizations
fromModemAlarm
.- Inheritance was not really used, so we opted to remove it.
- Removed
UpdateAvailability
,MakeAvailableToChildOrganization
andMakeUnavailableToChildOrganization
calls. - Removed
only_owned_alarms
andowner_organizations
fromModemAlarmSelection
.
Units
- Added new unit barrels per day (
bbl/d
) for usage in all calls/responses that useflow
values.
base.proto
- We now always set the
time_zone
inTimestamp
, typically "UTC".
0.137.0
0.137 (2023-01-23)
- Removed all satellite-related leftovers:
- Removed
satellite.proto
which contained the unusedSatelliteService
. - Removed
GroundStation
andSatellite
frommap.proto
.- Removed
include_ground_stations
andinclude_satellites
fromTileMapRequest
. - Removed
ground_stations
andsatellites
fromTileMapRequest.Response
.
- Removed
- Removed
ground_stations
andsatellites
fromStatusRequest.Response
.
- Removed
- Removed
subscription.proto
andModemSelection.with_service_type
.
0.135.0
0.135 (2023-01-02)
ModemMessageBodyParserService
- Added possibility to define a filter on modem message metadata.
The parser will only be applied to a message if the metadata matches.
ValueService
- Fixed a bug where modem data was merged together when requesting data for multiple modems.
- Fixed a bug where the modem field was never set.
ModemClaimService
- Removed the modem claim service.
- The proto is left in place to not break build immediately, but the service itself wil no longer be supported.
EasypulseService
- Removed the Easypulse service.
OrganizationService
- Removed the Easypulse-related organization features.