> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# National Weather Service Changelog

> Release history for the National Weather Service connector. Each version lists what changed and which actions were affected.

<Card title="National Weather Service connector" icon="arrow-left" href="/connectors/nws" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.1.0" description="16 Sept 2026">
  `data-sync`

  Added scheduled data sync to seven collection actions — forecast and county zones, text products and product types, the weather glossary, active alerts, and radar stations and servers — so these can be kept in sync and searched without calling the National Weather Service on every request. Each is returned in full by a single request and syncs by full refresh, because the API offers no last-updated filter.

  <AccordionGroup>
    <Accordion title="Changed · 7 actions updated">
      `nws_list_active_alerts`, `nws_list_glossary_terms`, `nws_list_product_types`, `nws_list_products`, `nws_list_radar_servers`, `nws_list_radar_stations`, `nws_list_zones`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.0" description="11 Sept 2026">
  `release`

  Promoted to GA. Version normalized to 1.0.0 in line with the GA versioning policy (GA connectors are versioned 1.0.0 or higher); no functional changes in this version.
</Update>

<Update label="v0.1.2" description="10 Sept 2026">
  `guide`

  Added a connection guide explaining what to enter in the User-Agent field, including the required format and an example.
</Update>

<Update label="v0.1.1" description="9 Sept 2026">
  `description-fix` `bug-fix`

  Forecast icon, satellite thumbnail, office briefing and weather story downloads now return valid base64 file content instead of raw bytes. Clarified icon condition codes, the mutually exclusive alert geographic filters, the 4-letter ICAO office format for text products, and how to obtain briefing, weather story and TAF identifiers.

  <AccordionGroup>
    <Accordion title="Changed · 17 actions updated">
      `nws_get_dual_condition_icon`, `nws_get_icon`, `nws_get_office_briefing`, `nws_get_office_briefing_download`, `nws_get_office_weather_story`, `nws_get_office_weather_story_image`, `nws_get_product`, `nws_get_satellite_thumbnail`, `nws_get_station_taf`, `nws_list_active_alerts`, `nws_list_alerts`, `nws_list_products`, `nws_list_radio_transmitters`, `nws_list_station_tafs`, `nws_list_stations`, `nws_list_zones`, `nws_list_zones_by_type`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.0" description="1 Sept 2026">
  `new-connector`

  Initial National Weather Service (NWS) connector with 67 read actions across 12 resources (alerts, aviation, gridpoints, points, stations, zones, offices, products, radar, radio, icons, glossary) built from the official api.weather.gov OpenAPI spec (v3.11.0).
</Update>
