All notable changes to the data models for this project must be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.0.0 2020-07-23
-
CUMULUS-2011
- Added
Reconciliation Report
as an async operationoperationType
- Added
-
CUMULUS-1982
provider.globalConnectionLimit
is now optional
-
CUMULUS-1977
- Updated ENUM
operationType
field for asyncOperation model to allow these values:ES Index
Bulk Granules
Bulk Granule Delete
Kinesis Replay
- Updated ENUM
-
CUMULUS-1417
- Collection file configs have a new optional field:
checksumFor
. This field expects a regex which matches that of a different file config. It allows an operator to specify the target of a checksum file.
- Collection file configs have a new optional field:
v1.24.0 2020-06-03
- CUMULUS-1969
- Remove
provider_path
from collection schema
- Remove
v1.23.2 - 2020-05-22
- CUMULUS-408
- Added
certificateUri
field to provider schema. This optional field allows operators to specify an S3 uri to a CA bundle to use for HTTPS requests.
- Added
- CUMULUS-1777
- The
expirationTime
property is now a required field of the access tokens model.
- The
v1.19.0 - 2020-02-28
- CUMULUS-1736
- The
dataType
property of the collections model has been deprecated and should no longer be used. Thename
property should be used instead. There shouldn't have ever been a situation where those two values were different.
- The
v1.17.0 - 2019-12-31
- CUMULUS-1498
- Remove the Users table. The list of OAuth users who are allowed to use the API is now stored in S3.
- CUMULUS-1687
- All asyncOperations now include the fields
description
andoperationType
.operationType
can be one of the following. [Bulk Delete
,Bulk Granules
,ES Index
,Kinesis Replay
]
- All asyncOperations now include the fields