Skip to content

0.5.9

Compare
Choose a tag to compare
@erick-otenyo erick-otenyo released this 05 Jun 10:26
· 31 commits to main since this release
5381938

What's Changed

  • Remove Unknown option for urgency,severity and certainty choices. This is not recommended and we want to avoid them deliberately in this implementation
  • Remove Ack and Error as MESSAGE_TYPE_CHOICES. These should be used by receiving tools, and this implementation is only for publishing
  • Limit event text to 35 characters
  • Add WMO Alerting Authority Object Identifier to CAP setting. This will be used to generate the identifier for CAP as speficied in https://library.wmo.int/records/item/54452-administrative-procedure-for-registering-wmo-alerting-identifiers . Each NMHSs is assigned a WMO OID. Previously we used UUID as the identifier, but this field has been renamed to guid. If no WMO OID is set, we fallback to using the uuid as the identifier
  • Remove audience fields from CAP settings, and instead allow case by case input, and make it a text field for more characters
  • Add Geocode fields to every alert area drawing tool. This way, if a geocode needs to be set, it must be accompanied by a polygon or circle
  • Remove the AdminBoundary Selector from list of tools to use for creating the alert area. Unfortunately the Boundaries were notorious for causing errors like intersection errors for multiple areas, large boundaries with many vertices were causing loading issues and exceeding the recommended number of 100 vertices

Full Changelog: 0.5.8...0.5.9