Skip to content

Releases: codex-team/hawk.php

v2.2.10

09 Oct 08:42
7f3f162

Choose a tag to compare

What's Changed

  • Fix JSON encoding to keep Unicode characters unescaped by @pavelzotikov in #72

Full Changelog: v2.2.9...v2.2.10

v2.2.9

25 Sep 11:21
f6b46c6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.8...v2.2.9

v2.2.8

05 Dec 14:39
92a0da7

Choose a tag to compare

What's Changed

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

v2.2.7

05 Dec 10:14
0d83b51

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

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

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

Choose a tag to compare

What's Changed

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

v2.2.3

08 Oct 18:05
71ba62c

Choose a tag to compare

What's Changed

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

v2.2.2

18 Sep 12:14
654dc0a

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

Choose a tag to compare

  • Fix: Missed title for sendMessage #57
  • Fix: Use json_encode for event serialization in POST fields #58