Releases: MindscapeHQ/raygun4cfml
1.7.0 - Various fixes and improvments
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
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
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
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
- 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
- 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
- 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
- Better stack traces on new platforms
- Version support
Commandbox/Forgebox support and library restructuring
Merge pull request #31 from TheRealAgentK/master Updates for README.md re box support
Integrated PR26 - issues with Java Stack Traces
See README.md for more information.