Releases: codex-team/hawk.php
Releases · codex-team/hawk.php
v2.2.10
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
What's Changed
- chore(license): add AGPL-3.0 license by @Dobrunia in #69
- Normalize stacktraces and sanitize data for safer storage by @pavelzotikov in #70
- Update version: 2.2.8 -> 2.2.9 by @pavelzotikov in #71
New Contributors
Full Changelog: v2.2.8...v2.2.9
v2.2.8
What's Changed
- Change default timeout (10 -> 2 sec) by @pavelzotikov in #67
Full Changelog: v2.2.7...v2.2.8
v2.2.7
What's Changed
- Enhance error handling logic by adding
shouldHandleErrormethod and updatingOptionsclass by @pavelzotikov in #66
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- [+] CurlTransport timeout by @demyashev in #65
New Contributors
- @demyashev made their first contribution in #65
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- Add
EnvironmentAddon to Include Hostname in Error Payload by @pavelzotikov in #64
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- Fix empty title issue by using exception class name by @pavelzotikov in #62
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- Fix: Add null check for previous error handler by @pavelzotikov in #61
Full Changelog: v2.2.2...v2.2.3
v2.2.2
- 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.