Skip to content

Releases: MindscapeHQ/raygun4cfml

1.7.0 - Various fixes and improvments

15 Nov 01:09
03818c5
Compare
Choose a tag to compare

fix: Fixes issues around non-existent HTTP request objects when run on ACF and in a thread context
fix: Fixes access to JVM memory beans depending on JVM settings and JVM type available
chore: Minimum requirements are now Lucee 5+ anmd ACF 2018+
fix: Fixes issue with content filter not trailing deep into payload

Full Changelog: 1.6.0...1.7.0

1.6.0 - Improved filtering for sensitive data

23 Nov 04:42
89ef892
Compare
Choose a tag to compare

feature: Applying content/sensitivity filter later and against the full payload before being sent to Raygun.
fix: fixed error in exception message on recent versions of ACF.

1.5.0 - async sending and groupingKey support

15 Nov 02:26
edd82d4
Compare
Choose a tag to compare

feature: Added .sendAsync() entry point wrapping the HTTP call into its own thread.
feature: Supports groupingKey now

fix: Improving handling of getHTTPRequestData in RaygunRequestMessage

chore: Regorganisation of code in RaygunClient
chore: Changed HTTP endpoint to .com

1.4.0 - Better support for certain types of stack traces

24 May 05:13
f22927a
Compare
Choose a tag to compare

What's Changed

  • 1.4.0 changes by @TheRealAgentK in #43
  • Supporting stack traces where certain elements (like TagContext) don't exist
  • Support for specifc Java strack traces stemming from asynchronous handling

Full Changelog: 1.3.1...1.4.0

1.3.1 - Conditional physical memory tracking

26 Jul 03:38
d1feefb
Compare
Choose a tag to compare
  • On Java 8, physical memory tracking is back with this release. On Java 9+, physical memory tracking will work, provided the respectively necesarry JVM modules are available and opened up.

1.3.0 - Memory usage tracking changes

21 Jul 01:00
b969861
Compare
Choose a tag to compare
  • Changed memory usage tracking to be compatible with JDK 9+ and changed to tracking virtual (heap) memory instead of physical memory.

1.2.1 - Minor changes to stack trace and request URL

16 Jun 03:00
7869da9
Compare
Choose a tag to compare
  • Added location property to box.json to point to MindscapeHQ repo.
  • Additional minor changes to stacktrace handling. Request URL now combines script name and path info from CGI.

1.2.0 - Improved support for Lucee and ACF 2021

09 Jun 06:21
77107ba
Compare
Choose a tag to compare
  • Better stack traces on new platforms
  • Version support

Commandbox/Forgebox support and library restructuring

02 Jan 03:20
Compare
Choose a tag to compare
Merge pull request #31 from TheRealAgentK/master

Updates for README.md re box support

Integrated PR26 - issues with Java Stack Traces

14 Nov 09:22
Compare
Choose a tag to compare

See README.md for more information.