# Changelog All notable changes to this project will be documented in this file. ## [2.3.9] - 2024-05-30 ### Changed - Added feelsLikeTemp, wbgt and wetBulb as supported parameters - Added model gapFilling support for cloudCover and precipAcc60Min - Added hourly aggregated parameters for stations reporting every 10 minutes. Example: stations that report precipAcc10Min and sunshine10Min now automatically have precipAcc60Min and sunshine60Min. - Significant latency improvement on requests for archived obs (more than 45 days old) - Recently added public data sources: DWD Germany, MeteoFrance Radome ## [2.3.8] - 2024-04-02 ### Changed - WCA API has been upgraded to v2. - Removed `interval` from parameters sent to WCA API v2. ## [2.3.7] - 2023-08-09 ### Changed - Update changes on documentation swagger by following MWA template. ## [2.3.6] - 2023-07-10 ### Changed - The API now handles `wild card` search for tags. - Tag filter now strips leading 0 in the IDs or `wild card` searches. ## [2.3.5] - 2023-06-20 ### Changed - The API now allows for setting the `interval` to `1h` to snap observations to the top of the hour ## [2.3.4] - 2023-05-05 ### Changed - Corrected Stations endpoint `lat` and `lon` fields - Corrected bug of incorrect obsType in Observation endpoint ## [2.3.3] - 2023-03-13 ### Changed - Returns the relevant data when presented with multiple scopes in the access token belonging to the API. ## [2.3.2] - 2023-03-07 ### Added - The API now allows querying for `metarCode` parameter. ## [2.3.1] - 2023-03-05 ### Changed - Removed `stationCode` from observation endpoint response structure. ## [2.3.0] - 2023-02-21 ### Changed - Combining the latest observations and archive observations into single endpoint observations. ### Deprecated - Removed Archive endpoint. ## [2.2.1] - 2023-02-19 ### Changed - Hide Health and Archive endpoint in API documentation. - Update description on observations endpoint. - Change timestamp format to `yyyy-mm-ddTHH:MM:SSZ`. ## [2.2.0] - 2023-02-07 ### Changed - Updated final v2 response structure of stations endpoint and is compatible with GeoJSON. - Updated final v2 response structure of observations endpoint and is compatible with GeoJSON. ### Deprecated - Removed 3 parameter features `network`, `lastObsTimestamp` and `limit` on stations endpoint. ### Added - Added parameter feature `archiveCounts` on stations endpoint. - Added parameter feature `obsProperties` on observations endpoint. ## [2.1.2] - 2023-01-13 - The API now allows querying for `windGust60Min` parameter. - The API now allows querying for `windGust3Hour` parameter. ## [2.1.1] - 2022-12-12 ### Added - Added obsTypes definition on API documentation. ## [2.1.0] - 2022-11-20 ### Changed - Update stations endpoint description by renaming `stationCode` to `stationCodes`. - Update stations endpoint description by renaming `tag` to `tags`. - Update archive endpoint description by renaming `stationCodes` to `stationCode`. - Implement new response structure on archive endpoint. - The structure for JSON response for the stations endpoint has been updated. ## [2.0.1] - 2022-11-16 ### Deprecated - Removed `showLatest` features on observations endpoint. - Removed `showLatest` parameter in the observations endpoint API documentation. ### Added - The API now allows querying for `precipAcc3Hour` parameter. - The API now allows querying for `precipAcc6Hour` parameter. - The API now allows querying for `precipAcc12Hour` parameter. ## [2.0.0] - 2022-09-15 ### Added - The API now allows querying for `airTemp` parameter. - The API now allows querying for `dewPoint` parameter. - The API now allows querying for `relativeHumidity` parameter. - The API now allows querying for `mslPressure` parameter. - The API now allows querying for `stationPressure` parameter. - The API now allows querying for `cloudCover` parameter. - The API now allows querying for `shortWaveRadiation` parameter. - The API now allows querying for `windSpeed` parameter. - The API now allows querying for `windDirection` parameter. - The API now allows querying for `windGust` parameter. - The API now allows querying for `precipAcc60Min` parameter. - The API now allows querying for `precipAcc24Hour` parameter. - The API now allows querying for `precipAcc10Min` parameter. ## [1.1.0] - 2022-04-04 ### Added - New Archive endpoint. - New Archive Status endpoint. - New Archive Availability endpoint. ## [1.0.0] - 2022-03-08 ### Added - New Observations endpoint. - Observations endpoint query limit for `stationCode` is 1 with time period of 30 days. - Observations endpoint query can be filtered by `obsType`. - New Stations endpoint. - Stations endpoint can be queried by `radius`, `boundingBox`, `stationCode`, `tag`. - Stations endpoint `radius` limit is `25km`. - Stations endpoint query can be filtered by `networks` and `obsTypes`. - New Parameters endpoint. - The API now allows querying for `airTemp2m` parameter. - The API now allows querying for `dewPoint2m` parameter. - The API now allows querying for `relativeHumidity2m` parameter. - The API now allows querying for `pressureMSL` parameter. - The API now allows querying for `pressure` parameter. - The API now allows querying for `totalCloud` parameter. - The API now allows querying for `solarRadiation` parameter. - The API now allows querying for `windSpeed10m` parameter. - The API now allows querying for `windDirection10m` parameter. - The API now allows querying for `windGust10m` parameter. - The API now allows querying for `windSpeed2m` parameter. - The API now allows querying for `windGust2m` parameter. - The API now allows querying for `windDirection2m` parameter. - The API now allows querying for `precip6Hour` parameter. - The API now allows querying for `precip60Min` parameter. - The API now allows querying for `precip3Hour` parameter. - The API now allows querying for `precip24Hour` parameter. - The API now allows querying for `precip12Hour` parameter. - The API now allows querying for `precip10Min` parameter. - The API now allows querying for `visibility` parameter. - The API now allows querying for `surfaceTemp` parameter. - The API now allows querying for `sunrise` parameter. - The API now allows querying for `sunset` parameter. - The API now allows querying for `soilTemp` parameter. - The API now allows querying for `altimeter` parameter. - The API now allows querying for `leafWetness` parameter.