Skip to content

Releases: j-fischer/rflib

Version 2.5.0

04 Jul 20:43
Compare
Choose a tag to compare
  • Added initial version of Permission Explorer
  • Fixed issue with navigation buttons in Log Monitor getting confused when searching for Log Events

Version 2.4.0

04 Jul 20:43
Compare
Choose a tag to compare
  • Replaced queries for Custom Metadata Type rflib_Global_Setting__mdt with the new Apex API methods

Version 2.3.0

13 Feb 22:04
Compare
Choose a tag to compare
  • Implemented finalizer interface support for Queueables
  • Provided the ability to mask text within the collected log messages when publishing a log event

Version 2.2.0

31 Dec 07:59
Compare
Choose a tag to compare

Version 2.1.0

02 Oct 01:02
Compare
Choose a tag to compare
  • Introduced Log Timer for LWC, Aura, and Apex to add a log statement including the duration of the timer
  • Added new custom setting to set the log level for when to flush log statements after a Log Event is published, default level is NONE
  • Fixed bug where the Log Reporting Level did not allow for NONE as a valid value

Version 2.0.0

27 Jul 17:45
Compare
Choose a tag to compare

Separated RFLIB package into multiple modules: RFLIB, RFLIB-FS, RFLIB-TF

  • RFLIB 2.0.0 contains the core logging framework. The log event email handler got converted into a Invocable Action, which is used by a Platform Event triggered Flow to send out the email message based on the configuration in the Logger Settings
  • RFLIB-FS 1.0.0 contains the Feature Switch framework and depends on RFLIB 2.0.0
  • RFLLB-TF 1.0.0 contains the Trigger Framework, which depends on RFLIB 2.0.0 and RFLIB-FS 1.0.0
  • All metadata was upgrade to API version 49.0.

Version 1.0.0

16 Jun 03:12
Compare
Choose a tag to compare

Initial release with logging, trigger and feature switch framework. See README and CHANGELOG for details.