Skip to content

Version 9.1.0

Compare
Choose a tag to compare
@j-fischer j-fischer released this 20 Feb 04:31
· 176 commits to master since this release
  • PR #103 Adoption of a SOQL library to standardize and improve our query construction across the codebase. The library provides a type-safe, fluent interface for building SOQL queries, reducing the risk of runtime errors and improving code maintainability.
  • PR #102 Improved the logic for the cleanup of archived log records to ensure retention for at least a specified number of days, with the default being 180 days.
  • Fixed bug that prevented the retrieval of Apex permissions in larger orgs from succeeding.