Skip to content

Releases: codex-team/hawk.php

v2.2.8

05 Dec 14:39
92a0da7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.7...v2.2.8

v2.2.7

05 Dec 10:14
0d83b51
Compare
Choose a tag to compare

What's Changed

  • Enhance error handling logic by adding shouldHandleError method and updating Options class by @pavelzotikov in #66

Full Changelog: v2.2.6...v2.2.7

v2.2.6

03 Dec 09:56
1e12f85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.5...v2.2.6

v2.2.5

14 Nov 09:21
3718d29
Compare
Choose a tag to compare

What's Changed

  • Add Environment Addon to Include Hostname in Error Payload by @pavelzotikov in #64

Full Changelog: v2.2.4...v2.2.5

v2.2.4

18 Oct 12:38
c5cfdb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3

08 Oct 18:05
71ba62c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

18 Sep 12:14
654dc0a
Compare
Choose a tag to compare
  • Cyclic Error Prevention: The logic has been updated to prevent infinite loops by ensuring that an exception previously handled by a custom handler is properly delegated back to the native PHP handler if it matches the current exception.
  • Bug #63206: A fix for bug #63206 was implemented, which caused issues with error reporting duplication and cyclic behavior in the error handling process.
  • Fatal Error Handler Disablement: Adjusted the fatal error handler to prevent errors from being reported twice in cases of shutdown errors.
  • Improved Context Handling: Refined the context merging logic to ensure all event data is properly processed before sending.

v2.2.1

17 Sep 08:58
5eadd0b
Compare
Choose a tag to compare
  • Fix: Missed title for sendMessage #57
  • Fix: Use json_encode for event serialization in POST fields #58

v2.2.0

16 Sep 15:33
e813d70
Compare
Choose a tag to compare
  • Support for php 8+
  • Removed Monolog support. Use hawk.symfony instead

New Hawk support!

06 Apr 13:00
18cdaf6
Compare
Choose a tag to compare
Merge pull request #20 from codex-team/hawk-2.0

Hawk 2.0