@cumulus/cmrjs
Advanced tools
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.Changelog
[v18.3.2] 2024-07-24
volume_type
option to elasticsearch_config
in the
data-persistance
module to allow configuration of the EBS volume type for
Elasticsarch; default remains gp2
.auto_pause
and seconds_until_auto_pause
variables in
cumulus-rds-tf
module to modify aws_rds_cluster
scaling_configurationSftpProviderClient
not awaiting decryptBase64String
with AWS KMS@cumulus/api/endpoints/dashboard.js
Changelog
[v18.2.2] 2024-06-4
As part of the requirements for this ticket Cumulus Core created SNS topics are being updated to use server-side encryption with an AWS managed key. No user action is required, this note is being added to increase visibility re: this modification.
/dev/xvdcz
EBS volumes so they're encrypted.Changelog
[v18.2.1] 2024-05-08
Please note changes in 18.2.1 may not yet be released in future versions, as this is a backport/patch release on the 18.2.x series of releases. Updates that are included in the future will have a corresponding CHANGELOG entry in future releases.
@cumulus/api
to no longer improperly pass PATCH/PUT null values to Eventbridge rulesChangelog
[v18.2.0] 2024-02-02
From this release forward, Cumulus Core will be tested against PostgreSQL v13. Users should migrate their datastores to Aurora PostgreSQL 13.9+ compatible data stores as soon as possible after upgrading to this release.
Users utilizing the cumulus-rds-tf
module should reference cumulus-rds-tf
upgrade
instructions.
@cumulus/aws-client
package.@cumulus/aws-client
package.cumulus-rds-tf
module to take additional parameters in support of
migration from Aurora PostgreSQl v11 to v13. See Migration Notes for more detailscumulus-rds-tf
engine_version
to 13.9
cumulus-rds-tf
parameter_group_family
to aurora-postgresql13
_removeGranuleFromCmr
function for granule bulkDelete
to not throw an error and instead catch the error when the granule is not found in CMR/sqs/
to /failed-sqs/
locationchildWorkflowMeta
to QueueWorkflow
task configurationrules.buildPayload' to restore changes from ticket
CUMULUS-2969which limited the definition object to
nameand
arn` to
account for AWS character limits.var.lambda_memory_size
is supposed to be var.lambda_memory_sizes
@cumulus/api
validateAndUpdateSqsRule
method to allow 0 retries and 0 visibilityTimeout
in rule's meta. This fix from CUMULUS-2863 was not in release 16 and later.