Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #16 from usdot-its-jpo-data-portal/prerelease-0.0.3
Browse files Browse the repository at this point in the history
Version 0.0.3 Pre-Release
  • Loading branch information
mvs5465 authored May 23, 2019
2 parents 827ad45 + 59f1b6a commit c3cd480
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,18 @@ Run the function on a schedule by [setting up a CRON-triggered CloudWatch event]
## Testing

Run a local test by running the function as a standard python3 script: `python main.py`.

## Release Notes

### Version 0.0.3
- Added error list to output
- Added serialID to output
- Removed file list from output

### Version 0.0.2
- Added `DAY_OFFSET` configuration property to allow the canary to automatically analyze data from days different than the current one
- Updated canary with support for latest [odevalidator v0.0.4](https://github.com/usdot-jpo-ode/ode-output-validator-library/releases/tag/odevalidator-0.0.4) library changes (including support for analyzing TIMs)
- Bugfixes and cleanup

### Version 0.0.1
- Initial functional version

0 comments on commit c3cd480

Please sign in to comment.