You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@cumulus/cumulus-message-adapter-js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/cumulus-message-adapter-js - npm Package Compare versions

Comparing version

to
1.3.0

# Changelog
All notable changes to this project will be documented in this file.

@@ -7,3 +8,3 @@

## [v1.3.0]
## [v1.3.0] 2020-07-30

@@ -13,5 +14,5 @@ ### BREAKING CHANGES

- **CUMULUS-2065**
- Removed CUMULUS_MESSAGE_ADAPTER_DISABLED environmental flag, and associated
behaviors from `runCumulusTask`
- Removed CUMULUS_MESSAGE_ADAPTER_DISABLED environmental flag, and associated behaviors from `runCumulusTask`
### Changed

@@ -23,3 +24,3 @@

## [v1.2.0]
## [v1.2.0] 2020-05-04

@@ -29,6 +30,6 @@ ### BREAKING CHANGES

- **CUMULUS-1896**
- Updated `cumulus-message-adapter-js` to be asynchronous - handler functions should be updated to use 'async' style handlers. See [AWS node.js handler documentation](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-handler.html) for details. Lambdas utilizing this module will require an update to their handler.
- Updated [Cumulus Message Adapter (CMA)](https://github.com/nasa/cumulus-message-adapter) subprocess calls to utilize streaming interface from CMA >= 1.3.0. Use of this and future versions will require an update to CMA >= 1.3.0
## [v1.1.1] - 2020-01-15

@@ -105,3 +106,11 @@

[Unreleased]:
https://github.com/nasa/cumulus-cumulus-message-adapter-js/compare/v1.0.10...HEAD
https://github.com/nasa/cumulus-cumulus-message-adapter-js/compare/v1.3.0...HEAD
[v1.3.0]:
https://github.com/nasa/cumulus-cumulus-message-adapter-js/compare/v1.2.0...1.3.0
[v1.2.0]:
https://github.com/nasa/cumulus-cumulus-message-adapter-js/compare/v1.1.1...1.2.0
[v1.1.1]:
https://github.com/nasa/cumulus-cumulus-message-adapter-js/compare/v1.1.0...1.1.1
[v1.1.0]:
https://github.com/nasa/cumulus-cumulus-message-adapter-js/compare/v1.0.10...1.1.0
[v1.0.10]:

@@ -108,0 +117,0 @@ https://github.com/nasa/cumulus-cumulus-message-adapter-js/compare/v1.0.9...1.0.10

{
"name": "@cumulus/cumulus-message-adapter-js",
"version": "1.3.0-alpha.4",
"version": "1.3.0",
"description": "Cumulus message adapter",

@@ -5,0 +5,0 @@ "main": "dist/index.js",