Releases: MindscapeHQ/raygun4php
Releases · MindscapeHQ/raygun4php
v2.3.3
What's Changed
- Updated documentation (no functional changes) to Improve clarity around $errstr param in #159
Full Changelog: v2.3.2...v2.3.3
v2.3.2
Fix: Don't save a null value with setcookie()
v2.3.1
v2.3.0
v2.2.1
- SetUser method now supports numeric data types for 'user' parameter
Thanks to @robbieaverill for the review!
v2.2.0
- Capture the file and line number where the exception itself is thrown
Thanks to @treehousetim and @robbieaverill for contributing and reviewing!
v2.1.1
v2.1.0
- Allow client IP address to be filtered out
- Provide configuration to filter out all POSTed form data
Thanks to @GuySartorelli and @robbieaverill for contributing and reviewing!
v2.0.2
- Remove PHP 7.2 and replace with PHP 8.0 in Travis builds, fix JSON match assertion issue in unit tests
- Fixes for CLI use, PHP 7.4 deprecation warning in RaygunMessage JSON encoding
Thanks to @robbieaverill and @m3m0r7 for your contributions!
v2.0.0
- Use Guzzle to send payloads to the API
- Increased minimum PHP version to 7.1
- Added PSR-4 autoloader
- Removes toJsonRemoveUnicodeSequences() and removeNullBytes() methods from the RaygunClient class - use toJson() instead
- Add sample apps
Thanks to @robbieaverill and @anfly0 for contributing and reviewing!