Skip to content

Commit

Permalink
Merge pull request #107 from DrewZhang13/v1.6.0
Browse files Browse the repository at this point in the history
Bump version to 1.6.0
  • Loading branch information
DrewZhang13 authored Mar 8, 2021
2 parents edf7401 + b2bbda0 commit b88b726
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# Changelog

## 1.6.0
* Feature - Add new option `simple_aggregation` to send multiple log events per record (#12)

## 1.5.0
* Feature - Add new option replace_dots to replace dots in key names (#46)
* Feature - Add new option `replace_dots` to replace dots in key names (#46)

## 1.4.2
* Bug - Truncate record to max size (#58)

## 1.4.0
* Feature - Add log_key option for firehose output plugin (#33)
* Feature - Add `log_key` option for firehose output plugin (#33)
* Bug - Check for empty batch before sending (#27)

## 1.3.0
* Feature - Add sts_endpoint param for custom STS API endpoint (#31)
* Feature - Add `sts_endpoint` param for custom STS API endpoint (#31)

## 1.2.1
* Bug - Remove exponential backoff code (#23)

## 1.2.0
* Feature - Add time_key and time_key_format config options to add timestamp to records (#9)
* Feature - Add `time_key` and `time_key_format` config options to add timestamp to records (#9)

## 1.1.0
* Feature - Support IAM Roles for Service Accounts in Amazon EKS (#17)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0

0 comments on commit b88b726

Please sign in to comment.