Skip to content

Commit

Permalink
Update CHANGELOG for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkovarik committed Oct 19, 2020
1 parent 4927ae1 commit 1ee0bfa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [v2.0.0] 2020-10-19

### BREAKING CHANGES

- **CUMULUS-2203**
- Updated CumulusMessageWithPayload exported to
CumulusMessageWithAssignedPayload. This change explicitly updates this type
to allow for a `null` payload value, as well as explicitly allows for a
`replace` key for compatibility with `@cumulus/types` > 3.0.0

## [v1.3.2] 2020-10-13

### Fixed

- **CUMULUS_2203**

- Fixed issue causing spawned CMA process to left running/in the node event
queue, resulting in AWS being unwilling/unable to clean up the instance. This resulted in lambdas with a memory leak/resource issues to not be
reclaimed/restarted by AWS.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/cumulus-message-adapter-js",
"version": "1.3.2",
"version": "2.0.0",
"description": "Cumulus message adapter",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 1ee0bfa

Please sign in to comment.