Skip to content

Releases: j-fischer/rflib

Version 6.6.0

18 May 05:30
Compare
Choose a tag to compare

What's Changed

  • PR #85 EndpointMocker: Added ability to mock requests when using the rflib_HttpRequest class for any outbound HTTP requests. This can help with integration development while the actual endpoint is not available yet. It can also be used in training or development environments where integration is generally not available.

Version 6.5.0

02 Mar 05:25
Compare
Choose a tag to compare
  • PR #84 PermissionExplorer: Added support for viewing Apex Class and Page permissions

Version 6.4.0

23 Jan 04:14
Compare
Choose a tag to compare
  • Permission Explorer: Added two new modes to query Permission Set Groups specifically and added filter to exclude Permission Set Groups when looking up Permission Sets only.
  • Permission Explorer: Improved handling of error messages when retrieving permissions from the controller.

Version 6.3.1

19 Jan 06:38
Compare
Choose a tag to compare
  • Removed Global Setting CMT record Archive Log Query Limit, which was missed in the 6.3.0 release.

Version 6.3.0

18 Jan 22:47
Compare
Choose a tag to compare

Version 6.2.0

03 Jan 23:27
Compare
Choose a tag to compare

What's Changed

  • PR #80 Permission Explorer: Added new mode to display object and field permissions for a specific user.
  • Permission Explorer: Added user search to User Profile lookup.
  • Permission Explorer: Changed API version for the REST API to v59.0 which fixes some gaps in the permission retrieval.
  • Permission Explorer: Added button to select page size.
  • Replaced all deprecated if:true and if:false directives with lwc:if.

Version 6.1.2

10 Dec 21:15
Compare
Choose a tag to compare
  • Application Events: Fixed permissions in Create Application Event Permission Set.

Version 6.1.1

10 Dec 21:14
Compare
Choose a tag to compare
  • Log Monitor: Fixed regression introduced in 6.1.0 that broke the Log Archive view.

Version 6.1.0

31 Oct 04:49
Compare
Choose a tag to compare
  • Log Archive: Added new Global Setting called Archive Log Query Limit to limit the number of results returned for a Big Object query
    This can help with the occurrence of Heap Limit exceptions that could be caussed by querying the archive.
  • Management Dashboard: Updated rflibUserPermissionAssignmentList to include pagination to help with environments that have large user lists which could cause severe performance issues
  • Management Dashboard: Added ORDER BY clause to queries of User Permission Assignments component

Version 6.0.0

23 Oct 05:28
Compare
Choose a tag to compare
  • PR #78 Adding batch capabilities for the creation of application events
  • Upgraded API version (<apiVersion>) to v59.0