@cumulus/cmrjs
Advanced tools
Changelog
[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.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 rules