@cumulus/cmr-client
Advanced tools
Changelog
[v19.1.0] 2024-10-07
This release contains changes listed here as well as changes listed in v19.0.0, despite v19.0.0 being deprecated. Please review Changelog entries and Migration Notes for each Cumulus version between your current version and v19.1.0 as normal.
CUMULUS-3020
var.lambda_timeouts
on the main cumulus module/archive modulePlease note - updating this configuration is for adavanced users only. Value changes will modify the visibility
timeout on sfEventSqsToDbRecordsDeadLetterQueue
and sfEventSqsToDbRecordsInputQueue
and may lead to system
instability.
CUMULUS-3756
CUMULUS-3773
@cumulus/sftp-client
and @cumulus/ingest/SftpProviderClient
to support both regular and fastDownload.Changelog
[v18.5.1] 2024-10-25
Please note changes in v18.5.1 may not yet be released in future versions, as this is a backport/patch release on the v18.5.x series of releases. Updates that are included in the future will have a corresponding CHANGELOG entry in future releases.
@cumulus/sftp-client
and @cumulus/ingest/SftpProviderClient
to support both regular and fastDownload.disableSSL
and rejectUnauthorized
to tf-modules/cumulus-rds-tf
module.Changelog
[v18.5.0] 2024-10-03
rejectUnauthorized
= false to db-provision-user-database as the Lambda
does not have the Serverless v2 SSL certifications installed.cumulus-rds-tf
to set force_ssl
to 0. This setting for the Aurora Serverless v2 database allows non-SSL
connections to the database, and is intended to be a temporary solution
until Cumulus has been updated to import the RDS rds-ca-rsa2048-g1 CA bundles in Lambda environments.
See CUMULUS-3724.Changelog
[v19.0.0] 2024-08-28
This release has been deprecated in favor of the 18.5->19.1 release series. The changes listed here are still valid and also contained in the v19.1.0 release and beyond.
Replace ElasicSearch Phase 1
updates, we no longer save collection/granule/execution
records to
ElasticSearch, the collections/granules/executions
API endpoints are updated to perform operations on the postgres database.executions
list api endpoint and added ExecutionSearch
class to query postgresexecutions
endpoints/collections/active
endpoint to query postgrescollections
api endpoint to query postgres instead of elasticsearch except if includeStats
is in the query parametersstats
api endpoint to query postgres instead of elasticsearchstats/aggregate
api endpoint to query postgres instead of elasticsearch@cumulus/db/src/search
BaseSearch
and GranuleSearch
classes to
support basic queries for granules@cumulus/db/src/search
to support range queries@cumulus/db/src/search
to support term queriesBaseSearch
and GranuleSearch
classes to support term queries for granulesgranule
list api endpoint and BaseSearch class to handle sort fields@cumulus/db/src/search
to support terms, not
and exists
queriescollections
api endpoint to be able to support includeStats
query string parameterChangelog
[v18.3.4] 2024-08-27
Please note changes in v18.3.4 may not yet be released in future versions, as this is a backport/patch release on the v18.3.x series of releases. Updates that are included in the future will have a corresponding CHANGELOG entry in future releases.
fetchRules
page size to default to 100 instead of 10. This improves overall query time when fetching all rules such as in sqsMessageConsumer
.Changelog
[v18.4.0] 2024-08-16
The work for CUMULUS-3320 required index updates as well as a modification of a table constraint. To install the update containing these changes you should:
executions_parent_cumulus_id_foreign
constraint. This will
require downtime as updating the constraint requires a table write lock, and
the update may take some time.Deployments with low volume databases and low activity and/or test/development environments should be able to install these updates via the normal automatic Cumulus deployment process.
Please carefully review the migration process documentation. Failure to make these updates properly will likely result in deployment failure and/or degraded execution table operations.
/executions/bulkDeleteExecutionsByCollection
to allow
bulk deletion of executions from elasticsearch by collectionIdBulk Execution Delete
migration type to async operations typescollection_cumulus_id
parent_cumulus_id
executions_parent_cumulus_id_foreign
constraint to add ON DELETE SET NULL
. This change will cause deletions in the execution table to
allow deletion of parent executions, when this occurs the child will have
it's parent reference set to NULL as part of the deletion operations.@cumulus/db
package and configure knex hook postProcessResponse to convert the return string
from columns ending with "cumulus_id" to number.fetchRules
page size to default to 100 instead of 10. This improves overall query time when
fetching all rules such as in sqsMessageConsumer
.cumulus_id
should have greatly improved
performance as a table scan will no longer be required for each record
deletion to validate parent-child relationships@cumulus/api/bin/serve
to correctly use EsClient.Changelog
[v18.3.3] 2024-08-09
Please note changes in v18.3.3 may not yet be released in future versions, as this is a backport/patch release on the v18.3.x series of releases. Updates that are included in the future will have a corresponding CHANGELOG entry in future releases.
overlay2
, since devicemapper
is removed in Docker Engine v25.0.ecs_docker_storage_driver
property from cumulus module.