Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Jan 7, 2018
1 parent dc8ae84 commit 63f906a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.7.0

### Added

* Add --no-new-line and --regex-filter options (#34) (#37). Kinesis Console Consumer now prints a newline between records unless the `--no-new-line` flag is set. For platforms without `grep`, you can filter which records get shown with the new `--regex-filter <regex>` option.

### Changed

* [7fc4e427ce] - Upgrade requirements and delint code (#35)

## 1.6.0
* [[`0dc1702679`](https://github.com/crccheck/kinesis-console-consumer/commit/0dc1702679)] - Add ability to process messages (#31) (crccheck)
* [[`728fc0a858`](https://github.com/crccheck/kinesis-console-consumer/commit/728fc0a858)] - Add 'checkpoint' event and keep track of sequence numbers and shard iterators (#30) (crccheck)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kinesis-console-consumer",
"version": "1.6.0",
"version": "1.7.0",
"description": "AWS Kinesis stream consumer for the console",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 63f906a

Please sign in to comment.