@cumulus/cmrjs
Advanced tools
Changelog
[v18.5.2] 2024-12-12
ecs_cluster_instance_allow_ssh
resource.ecs_cluster_instance_allow_ssh
was implemented before SSM hosts were deployed
to NGAP accounts and allowed for SSHing into an instance from an SSH bastion, which no longer exists.tf-modules/cumulus/ecs_cluster_instance_autoscaling_cf_template.yml.tmpl
user-data for compatibility with Amazon Linux 2023 AMItf-modules/cumulus
scripts to use Instance Metadata Service V2fake-provider-cf.yml
to work for Amazon Linux 2023 AMISendPan
task to generate short pan with FAILED disposition.VACUUM
statements from db migrations. In cases where the PG database is very large, these queries
can take a long time and exceed the Lambda timeout, causing failures on deployment.@octokit/graphql
from 2.1.1 to ^2.3.0 to address [CVE-2024-21538]
(https://github.com/advisories/GHSA-3xgq-45jj-v275)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
.