Skip to content

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 09 Jul 09:26

OscarWatch Tracker - Version 0.9.3

Emergency Release to fix bug in GP JSON code

AMSAT’s daily-bulletin.json sometimes includes satellites that only have AMSAT_NAME filled in (for example HYDRA-W), with every orbital field set to null. OscarWatch treated those nulls as hard errors, so deserialisation failed on the first incomplete entry and the whole catalogue reload aborted.

I fixed this so null numeric fields are tolerated, and name-only placeholder entries are skipped. Valid satellites in the same file still load as normal.

Full Changelog: v0.9.2...v0.9.3