Skip to content

Releases: HiberGlobal/api

0.146.1

03 Apr 11:30
Compare
Choose a tag to compare

0.146 (2023-04-03)

0.144.0

20 Mar 10:53
Compare
Choose a tag to compare

0.144 (2023-03-20)

AlarmService
  • Fix a bug where search did not search on name.
HealthService
  • Changed the default health levels:
    • "Error" to "Alarm"
    • "Warning" to "Build up"
    • "Ok" to "Healthy"

0.143.1

13 Mar 09:23
Compare
Choose a tag to compare

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 (with DownsampledValues) to algorithmically downsample the selected values to a number of points.
    • Use points or pagination.size to specify the amount of points. If not specified, default pagination size is used.
      • Note that when both points (i.e. 1000) and pagination.size (i.e. 100) are given, the points are paginated.
MQTTService
  • Enabled retry mechanism for MQTT publishers.

0.142.0

06 Mar 10:27
Compare
Choose a tag to compare

0.142 (2023-02-27)

ModemService
  • Transmission interval can only be changed when you have the CUSTOMER_SUPPORT support permission.

0.141.0

20 Feb 09:50
Compare
Choose a tag to compare

0.141 (2023-02-20)

ModemService
  • Fixed bug where text search would be case sensitive for modem tags.

0.140.0

13 Feb 11:25
Compare
Choose a tag to compare

0.140 (2023-02-13)

ModemMessageBodyParserService
  • Removed deprecated field data_fields_deprecated
  • Added field metadata_fields.require_message_metadata to replace require_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

06 Feb 10:24
Compare
Choose a tag to compare

0.139 (2023-02-06)

ModemService
  • Removed deprecated lifecycle values LOST and DAMAGED from Modem.Lifecycle.

0.138.0

30 Jan 10:56
Compare
Choose a tag to compare

0.138 (2023-01-30)

ModemAlarmService
  • Removed available_to_child_organizations from ModemAlarm.
    • Inheritance was not really used, so we opted to remove it.
    • Removed UpdateAvailability, MakeAvailableToChildOrganization and MakeUnavailableToChildOrganization calls.
    • Removed only_owned_alarms and owner_organizations from ModemAlarmSelection.
Units
  • Added new unit barrels per day (bbl/d) for usage in all calls/responses that use flow values.
base.proto
  • We now always set the time_zone in Timestamp, typically "UTC".

0.137.0

23 Jan 10:57
Compare
Choose a tag to compare

0.137 (2023-01-23)

  • Removed all satellite-related leftovers:
    • Removed satellite.proto which contained the unused SatelliteService.
    • Removed GroundStation and Satellite from map.proto.
      • Removed include_ground_stations and include_satellites from TileMapRequest.
      • Removed ground_stations and satellites from TileMapRequest.Response.
    • Removed ground_stations and satellites from StatusRequest.Response.
  • Removed subscription.proto and ModemSelection.with_service_type.

0.135.0

09 Jan 08:27
Compare
Choose a tag to compare

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.