tag:github.com,2008:https://github.com/sliu008/cumulus-message-adapter-python/releases Tags from cumulus-message-adapter-python 2020-07-14T14:40:16Z tag:github.com,2008:Repository/292673562/v1.2.1 2020-07-14T14:40:16Z v1.2.1: Merge pull request #34 from nasa/CUMULUS-2078-update-dependencies <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/34">nasa#34</a> from nasa/CUMULUS-2078-update-dependencies</p> <p>Update package to allow install of cma 1.3.x series as an integrated dependency</p> Jkovarik tag:github.com,2008:Repository/292673562/v1.2.0 2020-02-19T22:03:40Z v1.2.0: Merge pull request #33 from nasa/CUMULUS-1486 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/33">nasa#33</a> from nasa/CUMULUS-1486</p> <p>Update client library to target cma &lt; 1.3.0, update pypi targets to py3</p> Jkovarik tag:github.com,2008:Repository/292673562/v.1.2.0 2020-02-19T22:03:40Z v.1.2.0: Merge pull request #33 from nasa/CUMULUS-1486 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/33">nasa#33</a> from nasa/CUMULUS-1486</p> <p>Update client library to target cma &lt; 1.3.0, update pypi targets to py3</p> Jkovarik tag:github.com,2008:Repository/292673562/v1.1.1 2019-12-03T22:00:41Z v1.1.1: CUMULUS-1635 add CMA metadata to log messages (#32) <p>CUMULUS-1635 add CMA metadata to log messages (<a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/32">nasa#32</a>)</p> <p>Add more CMA metadata to log messages</p> <p>* Added Markdown Lint configuration file and fixed <br />all markdown lint warnings in the markdown files. <br />* Added `autopep8` to support IDE (VS Code) Python formatting, <br />and added `localstack` since it is required for running tests. <br />* Addressed a number of pylint warnings to improve pylint scores. <br />* Replaced `assertTrue` with `assertEqual` where equality tests occur so <br />that failing tests show both the actual and expected values rather than <br />reporting the less informative message, "False is not true." Similarly, <br />replaced `assertTrue` with `assertIn` or `assertNotIn` where substring <br />tests occur to similarly improve error messages when those tests fail. <br />* Add `asyncOperationId`, `granules` (list of `granuleId`s), `parentArn`, <br />and `stackName` to all log messages. <br />* Fixed bug where disabling the message adapter via setting the <br />environment variable `CUMULUS_MESSAGE_ADAPTER_DISABLED` to `"true"` has <br />no affect due to the following identity test (where <br />`message_adapter_disabled` is set to the value of the env var):</p> <p> if message_adapter_disabled is 'true':</p> <p>While the unit test for disabling the message adapter passes, it does <br />not accurately reflect the behavior of externally setting the env var, <br />in which case `is` cannot be used to check for value equality. That is, <br />the literal `true` above will not be the identical string read from the <br />environment.</p> <p>CUMULUS-1635</p> chuckwondo tag:github.com,2008:Repository/292673562/v1.0.9 2019-09-23T19:51:16Z v1.0.9 Jkovarik tag:github.com,2008:Repository/292673562/0.1.0 2018-03-05T19:12:10Z 0.1.0: Merge pull request #11 from cumulus-nasa/python3 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/nasa/cumulus-message-adapter-python/pull/11">nasa#11</a> from cumulus-nasa/python3</p> <p>update print in logger for python3</p> matthewhanson