Releases: nasa/cumulus-api
Releases · nasa/cumulus-api
v0.4.0
v0.3.0
Weekly release: sprint9-p2
Includes:
- fix for missing OPTIONS endpoints closes #145
- putting ec2 instances in a private subnet closes #115
- remove amazon-cognito-identity-js
- adding provider schema
- update examples
- replace collection’s ingest with providers list
- remove sessions table and add providers table
- add a class for provider model with tests
- update regex schema
- update docstrings
- add endpoint for providers fixes #98
- remove unused lambda function
- add createdAt and updatedAt before validation
- remove splunk sdk from list of dependencies
- adding batchGet to the Manager class
- add provider name to Pdr schema
- new ingest library
- add restart handler for providers put endpoint
- mark pdrs with error status if the download fails
- refactor discover
- pass provider to pdr ingest classes
- move pdr parser to ingest class closes #149
- add stop action to providers endpoint
- simplify granule builder
- fix aws-sdk version
- show a message when no active provider is found
- simplify local run test command
- reorder methods and update lastTimeIngestedAt
- catch parse errors and mark pdr as failed
- fail granule creation if a sips file is missing
- make PdrIngest abstract class
- remove unused dependencies
- remove splunk logger
- replace request with got
- remove unused functions from utils
- remove dynamoDB helpers (no longer used)
- add s3 upload method (it uses concurrency and is faster)
- add method for checking whether a file exists on s3
- refactor granule ingest + checksum fixes #101
- rename PdrHttpIngest to HttpPdrIngest
- update ingest tests to match the refactor