Skip to content

Commit

Permalink
Add changelog for all releases
Browse files Browse the repository at this point in the history
Add changelog for all previous releases
  • Loading branch information
mohitevishal authored Apr 17, 2021
1 parent be28261 commit 75627bc
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Changelog

## v0.1.11 - March 31, 2021

* Add an option to rename Loginsight fields. This option could be used to rename certain fields that are reserved by Loginsight

## v0.1.10 - May 13, 2020

* Escape `@` char from Loginsight field

## v0.1.9 - May 07, 2020

* No change

## v0.1.8 - May 06, 2020 yanked, Not available

* Parameterize and add an option to shorten Loginsight field names

## v0.1.7 - December 10, 2019

* Fix basic authentication #8

## v0.1.6 - September 13, 2019

* For immutable log fields, use a copy to utf encode. This should fix 'can't modify frozen String' error in #5

## v0.1.5 - October 22, 2018

* Add option to display debug logs for http connection, default false
* Flatten Lists/Arrays for LI fields
* Convert LI field value to String to ensure no utf encoding errors
* Update help doc/examples with sample use of @log_text_keys and @http_conn_debug options

## v0.1.4 - October 17, 2018

* Add option to specify a list of keys that plugin should treat as log messages and forward them as text to Loginsight. Plugin should not flatten these fields
* If user specifies flatten_hashes option as false, plugin should try to add record key/values as is

## v0.1.3 - September 13, 2018

* Reorder namespace and name fields to be shorten

## v0.1.2 - September 10, 2018

* Republished yanked gem

## v0.1.1 - August 30, 2018 yanked, Not available

* Send log messages in batches, add max_batch_size parameter
* Shorten common kubernetes Loginsight field names
* Convert time to milliseconds


## 0.1.0 - August 30, 2018

### Initial release

* Fluentd output plugin to push logs to VMware Log Insight

0 comments on commit 75627bc

Please sign in to comment.