Skip to content

Releases: Naoray/laravel-github-monolog

v3.3.0

26 Mar 13:18
37d0a87
Compare
Choose a tag to compare

What's Changed

  • Feat/improve stack trace formatting by @Naoray in #14

Full Changelog: v3.2.1...v3.3.0

v3.2.1

21 Mar 13:24
d432d1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

21 Mar 13:01
b2ce67f
Compare
Choose a tag to compare

What's Changed

  • feat: add tracing capabilities by @Naoray in #12

Full Changelog: v3.1.0...v3.2.0

v3.1.0

20 Mar 21:05
ac8234b
Compare
Choose a tag to compare

What's Changed

  • fix: TypeError: DeduplicationHandler::__construct(): Argument #3 ($store) must be of type string, null given by @andrey-helldar in #10
  • feat: enhance templates by @Naoray in #11

Full Changelog: v3.0.0...v3.1.0

v3.0.0

28 Feb 11:29
Compare
Choose a tag to compare

What's Changed

  • remove custom store implementation in favor of laravel's cache
  • add customizable stubs
  • Added Laravel 12 support by @andrey-helldar in #7

s. UPGRADE.md for an upgrade guide as this release includes a few breaking changes.

New Contributors

Full Changelog: v2.1.1...v3.0.0

v2.1.1

13 Jan 16:34
Compare
Choose a tag to compare
  • fix wrong array key being used for deduplication stores (before driver, now store)
  • fix table config not being passed on to DatabaseStore

Full Changelog: v2.1.0...v2.1.1

v2.1.0

13 Jan 15:39
97d563d
Compare
Choose a tag to compare

What's Changed

  • Feature/added deduplication stores by @Naoray in #2

Full Changelog: v2.0.1...v2.1.0

v2.0.1

12 Jan 22:28
Compare
Choose a tag to compare
  • include context in reports no matter if it's an exception being reported or just a log

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Jan 21:52
Compare
Choose a tag to compare
  • drop support for laravel 10/monolog < 3.6.0

Full Changelog: v1.1.0...v2.0.0

v1.1.0

12 Jan 12:41
Compare
Choose a tag to compare
  • Use our own SignatureDeduplicationHandler to properly handle duplicated issues before submitting them to the IssueLogHandler
  • restructure codebase

Full Changelog: v1.0.0...v1.1.0