0.81
0.81 (2021-07-05)
This release contains a collection of minor features:
- Adding health to the map
- Allowing modems to be filtered on peripherals
- Extracting metadata (and location) from a parsed message body
Changes
HealthService
- Added
HealthLevel.severity
to allow sorting of health levels when needed.
MapService
- Added
TileMapRequest.include_health
to include the health for each map tile (that contains modems).- Added
MapTileItem.Modem.health_level
for tiles with a single modem. - Added
MapTileItem.Group.most_severe_health_level
, the most severe health level for the modems in this group. - Not compatible with including child organizations, since those health levels may differ.
- Added
- Removed deprecated calls
Satellites
andMap
, leaving only theTileMap
call.- Removed
SatellitesRequest
,MapRequest
,MapBlock
andMapSelection
, which were only used
in the deprecated calls.
- Removed
ModemService
- Added
ModemSelection.peripherals
to filter modems by peripherals. - Added
ModemSelection.only_without_peripherals
to filter modems that have no peripherals.
ModemMessageBodyParserService
- Added
metadata_fields
toModemMessageBodyParser
,
UploadModemMessageBodyParserRequest
andUpdateUploadedModemMessageBodyParserRequest
.
Metadata fields are extracted from the parsed message body to the message metadata.- Added specific metadata fields for extracting location from the message body to the modem.