Bump Logstash hook for logrus to v1.0.0.

Signed-off-by: olegburov <oleg.burov@outlook.com>
This commit is contained in:
olegburov 2020-08-31 17:26:57 -07:00 committed by Oleg Burov
parent 22c074842e
commit 907e7be545
10 changed files with 157 additions and 289 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## 1.0
* Remove the old API: `NewConnWith`, `WithPrefix` and etc and move to a simple `New` function.
* Prefix is no longer supported in this package.
* Change the Hook structure to have only two members: `logrus.Formatter` and `io.Writer`.
## 0.4
* Update the name of the package from `logrus_logstash` to `logrustash`