Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-01-07 | 2.4 kB | |
v1.8.2 source code.tar.gz | 2023-01-07 | 49.1 kB | |
v1.8.2 source code.zip | 2023-01-07 | 70.7 kB | |
Totals: 3 Items | 122.1 kB | 0 |
What's Changed
- CI: use GitHub Actions by @thaJeztah in https://github.com/sirupsen/logrus/pull/1239
- go.mod: github.com/stretchr/testify v1.7.0 by @thaJeztah in https://github.com/sirupsen/logrus/pull/1246
- Change godoc badge to pkg.go.dev badge by @minizilla in https://github.com/sirupsen/logrus/pull/1249
- Add support for the logger private buffer pool. by @edoger in https://github.com/sirupsen/logrus/pull/1253
- bump golang.org/x/sys depency version by @dgsb in https://github.com/sirupsen/logrus/pull/1280
- Update README.md by @runphp in https://github.com/sirupsen/logrus/pull/1266
- indicates issues as stale automatically by @dgsb in https://github.com/sirupsen/logrus/pull/1281
- ci: add go 1.17 to test matrix by @anajavi in https://github.com/sirupsen/logrus/pull/1277
- reduce the list of cross build target by @dgsb in https://github.com/sirupsen/logrus/pull/1282
- Improve Log methods documentation by @dgsb in https://github.com/sirupsen/logrus/pull/1283
- fix race condition for SetFormatter and SetReportCaller by @rubensayshi in https://github.com/sirupsen/logrus/pull/1263
- bump version of golang.org/x/sys dependency by @nathanejohnson in https://github.com/sirupsen/logrus/pull/1333
- update gopkg.in/yaml.v3 to v3.0.1 by @izhakmo in https://github.com/sirupsen/logrus/pull/1337
- update dependencies by @dgsb in https://github.com/sirupsen/logrus/pull/1343
- Fix data race in hooks.test package by @FrancoisWagner in https://github.com/sirupsen/logrus/pull/1362
New Contributors
- @minizilla made their first contribution in https://github.com/sirupsen/logrus/pull/1249
- @edoger made their first contribution in https://github.com/sirupsen/logrus/pull/1253
- @runphp made their first contribution in https://github.com/sirupsen/logrus/pull/1266
- @anajavi made their first contribution in https://github.com/sirupsen/logrus/pull/1277
- @rubensayshi made their first contribution in https://github.com/sirupsen/logrus/pull/1263
- @nathanejohnson made their first contribution in https://github.com/sirupsen/logrus/pull/1333
- @izhakmo made their first contribution in https://github.com/sirupsen/logrus/pull/1337
- @FrancoisWagner made their first contribution in https://github.com/sirupsen/logrus/pull/1362
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.8.1...v1.8.2