Skip to content

Releases: MindscapeHQ/raygun4php

v2.3.3

21 Aug 21:38
eacf4d8
Compare
Choose a tag to compare

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

02 Jun 02:46
7574c2b
Compare
Choose a tag to compare

Fix: Don't save a null value with setcookie()

v2.3.1

22 Feb 02:27
f2943cc
Compare
Choose a tag to compare

What's Changed

  • Switched to iconv to convert from ISO-8859-1 instead of the deprecated utf8_encode to improve support for PHP version 8.2 by @edsrzf in #155

v2.3.0

07 Sep 16:28
a479ce6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

17 Aug 23:44
1a0d5c4
Compare
Choose a tag to compare
  • SetUser method now supports numeric data types for 'user' parameter

Thanks to @robbieaverill for the review!

v2.2.0

15 May 22:01
f9496ed
Compare
Choose a tag to compare
  • Capture the file and line number where the exception itself is thrown

Thanks to @treehousetim and @robbieaverill for contributing and reviewing!

v2.1.1

08 Feb 00:33
677b684
Compare
Choose a tag to compare
  • Fix namespace in Uuid library to prevent composer errors with mixed case package names

Thanks to @yakmoose for submitting a PR to resolve this!

  • DM me if you want some swag 😃

v2.1.0

09 Dec 02:26
6444dcc
Compare
Choose a tag to compare
  • 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

05 Mar 04:13
fd1b917
Compare
Choose a tag to compare
  • 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

27 Jan 20:28
45ebc02
Compare
Choose a tag to compare
  • 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!