8. Changelog

8.1. Online Docs Release Notes

All notable changes to this documentation page will be documented in this file.

A Date-Based Versioning is adopted for the documentation, with a prefix ‘D’ designator for Docs, e.g., ‘DYYYY.MM.DD.micro’ (Based on versioning convention on https://calver.org/).

Note: This is NOT the same as the ODS JSON Schema version (as listed in ODS Data Format), nor the internal version tracking of the NRAO’s ODS API server itself.

[Releases Version] - Release Date

[D2026.01.13.0] - 2026-01-13
Added

Changed

  • Updated ODS status table for NRAO facilities

  • Move “Current NRAO/GBO facility adoption status” into ODS Adoption and move that up after ODS Use Cases

  • Updated information in Helpdesk

[D2025.11.12.0] - 2025-11-12
Added
Changed
  • Reordered the ‘Atmospheric refraction’ subsection in ODS Use Cases

[D2025.10.29.0]- 2025-10-29
Added

8.2. ODS API Version History

This list only shows changes that affect the external clients.

API version

Change descriptions

2025.11.19.0

GET /ods_data returns only active mitigation requests or mitigation requests starting in the next thirty minutes.

2025.11.12.0

Support added for satellite operators to upload Two-Line Element (TLE) files to the ODS API

2025.10.13.0

Added the legal language to the automatically generated docs

2025.9.22.0

trk_rate* fields will return 0 if no value supplied by the Data Sender

2025.7.17.2

Initial launch on 18 Jul 2025 for JSON schema v.1.0.0

8.3. JSON Schema Change History

JSON Schema version

Removed

Added

Query return example

v1.0.0
  • (18 Jul 2025 - present)

  • src_is_pulsar_bool (boolean)

  • src_radius (float)

  • notes (string)

  • dish_diameter_m (float)

  • subarray (integer)

  • version (string)

{"ods_data": [
  {"corr_integ_time_sec": 3.0,
     "dish_diameter_m": 25.0,
     "freq_lower_hz": 1000000000.0,
     "freq_upper_hz": 2000000000.0,
     "site_el_m": 2124.0,
     "site_id": "vla_B",
     "site_lat_deg": 34.07874917,
     "site_lon_deg": -107.6177275,
     "slew_sec": 238.7,
     "src_dec_j2000_deg": 49.8520093222222,
     "src_end_utc": "2025-10-26T06:24:55.344695",
     "src_id": "0542+498=3C147",
     "src_ra_j2000_deg": 85.65057465,
     "src_start_utc": "2025-10-26T06:20:55.999986",
     "subarray": 0,
     "trk_rate_dec_deg_per_sec": 0.0,
     "trk_rate_ra_deg_per_sec": 0.0,
     "version": "1.0.0"} ]}
v.helloworld.1
  • (Aug 2023 - 18 Jul 2025)

  • Still supported by SpaceX as of Jan 2026

N/A

N/A

{"ods_data": [
  {"corr_integ_time_sec": 3,
     "freq_lower_hz": 26000000000,
     "freq_upper_hz": 40000000000,
     "site_el_m": 2124,
     "site_id": "vla_D",
     "site_lat_deg": 34.07874917,
     "site_lon_deg": -107.6177275,
     "slew_sec": 130.8,
     "src_dec_j2000_deg": 3.15681115,
     "src_end_utc": "2023-08-16T15:26:16.000723",
     "src_id": "J1056+7011",
     "src_is_pulsar_bool": false,
     "src_ra_j2000_deg":  126.459743145833,
     "src_radius": 0,
     "src_start_utc": "2023-08-16T15:23:47.000541",
     "trk_rate_dec_deg_per_sec": 0,
     "trk_rate_ra_deg_per_sec": 0} ]}