BREAKING CHANGES
- **CUMULUS-1896**
- CMA precompiled binary files are now copied into a subdirectory `./cma_bin`. Clients who utilize the pre-compiled binary should update their pathing expectations to make use of that directory. If you are using the CMA via [`cumulus-message-adapter-js`](https://github.com/nasa/cumulus-message-adapter-js), then this change is handled for you transparently as of version 1.2.0.
Added
- **CUMULUS-1896**
- Added a 'streaming' mode to the CMA. This will allow client libraries to avoid requiring three subprocess/python invocations when running the CMA commands in sequence, thus lowering
the overhead of utilizing the CMA.