This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch SDAP-493 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit e0a5999792b466b502c65d7d042d911a5214a4ba Author: skorper <[email protected]> AuthorDate: Mon Sep 25 15:50:20 2023 -0700 update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1178918..b8ed55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,9 +24,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SDAP-482: Updated Saildrone in situ endpoint in config file - SDAP-485: Improved behavior for retrying failed Cassandra inserts when saving matchup results. - SDAP-487: Improved result fetch speed for large matchup results by tweaking `doms.doms_data` schema to support querying by primary value id. +- SDAP-493: + - Updated /job endpoint to use `executionId` terminology for consistency with existing `/cdmsresults` endpoint + - Updated /job endpoint with details about number of primary and secondary tiles. ### Deprecated ### Removed - SDAP-465: Removed `climatology` directory. +- SDAP-493: + - Removed `resultSizeLimit` from /match_spark endpoint ### Fixed - SDAP-474: Fixed bug in CSV attributes where secondary dataset would be rendered as comma separated characters - SDAP-475: Bug fixes for `/timeSeriesSpark` and `/timeAvgMapSpark`
