This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch SDAP-473a in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit d4785df78b49c5c7cb4e43e294774f8c45520228 Author: skorper <[email protected]> AuthorDate: Thu Jun 29 08:56:14 2023 -0700 Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 344cb40..c857124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [Unreleased] ### Added - SDAP-467: Added pagination to cdmsresults endpoint - SDAP-461: Added 4 remaining Saildrone insitu datasets. +- SDAP-473: Added support for matchup job prioritization ### Changed - SDAP-453: Updated results storage and retrieval to support output JSON from `/cdmsresults` that matches output from `/match_spark`. - **NOTE:** Deploying these changes to an existing SDAP deployment will require modifying the Cassandra database with stored results. There is a script to do so at `/tools/update-doms-data-schema/update.py`
