Skip to content

Releases: probot/pino

v2.3.0

01 Jan 20:07
7be50db
Compare
Choose a tag to compare

2.3.0 (2021-01-01)

Features

  • reduce log output and add Sentry reference if Sentry is enabled (#56) (7be50db)

v2.2.0

19 Nov 18:15
Compare
Choose a tag to compare

2.2.0 (2020-11-19)

Features

  • add "pretty" as allowed value for logFormat / LOG_FORMAT (24fee1d)

v2.1.1

19 Nov 18:00
Compare
Choose a tag to compare

2.1.1 (2020-11-19)

Bug Fixes

  • typescript: set correct type for logFormat (aae3613)

v2.1.0

19 Nov 17:52
Compare
Choose a tag to compare

2.1.0 (2020-11-19)

Features

  • typescript: add type defintions (6b778ec)

v2.0.0

19 Nov 07:07
d4e15b6
Compare
Choose a tag to compare

2.0.0 (2020-11-19)

Features

  • getTransformStream({logFormat,logLevelInString,sentryDsn}) (#42) (d4e15b6)

BREAKING CHANGES

  • environment variables are no longer supported for programmatic use. They still work when using the binary

v1.2.0

19 Nov 06:48
Compare
Choose a tag to compare

1.2.0 (2020-11-19)

Features

v1.1.4

12 Oct 16:38
71d4be4
Compare
Choose a tag to compare

1.1.4 (2020-10-12)

Bug Fixes

  • Fix a crash when there is no "account" property (#30) (71d4be4)

v1.1.3

10 Sep 17:02
Compare
Choose a tag to compare

1.1.3 (2020-09-10)

Bug Fixes

  • set username from event.payload.installation.account.login if event.payload.installation is present (904f7eb)

v1.1.2

07 Sep 19:36
96762cc
Compare
Choose a tag to compare

1.1.2 (2020-09-07)

Bug Fixes

  • sentry: serialize error properties up to 6 levels deep (#16) (96762cc)

v1.1.1

07 Sep 00:28
Compare
Choose a tag to compare

1.1.1 (2020-09-07)

Bug Fixes

  • read .repository and .installation from event.payload, not event (97c565a)