Skip to content

v14.52.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 22:37
· 4 commits to main since this release
81ccb2b

v14.52.0 - 2025-08-11

  • 🎉 Add CoTParser.from_xml_document() for parsing multi-event XML documents (ie: the TAK Server Mission API CoT endpoint) - each event is parsed & validated individually and returned in cots, with unparseable events collected in invalid as { error, event } (the raw unmutated xml-js event) so a single poisoned CoT doesn't prevent valid CoTs from being returned
  • from_xml_document coverage: mixed valid/poisoned documents, ordering, bare <event> root, XML declaration, boolean attr normalization, pristine invalid events, Flow-Tag absence & GeoJSON conversion of parsed CoTs