From 60850090e092dd984a17f7a8dcd838fcfa0b0417 Mon Sep 17 00:00:00 2001 From: Johannes Fischer Date: Thu, 19 Dec 2024 12:04:39 -0700 Subject: [PATCH] Updated CHANGELOG and README for version 8.0.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 10 ++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da47e73..be0f7aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### RFLIB 8.0.0 + +Package ID: 04tKY000000xBemYAE +Package Alias: RFLIB@8.0.0-1 +Install link: https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000xBemYAE + +- [PR #93](https://github.com/j-fischer/rflib/pull/93) Added new search box for Request ID and more dynamic UI for search fields in Log Monitor. +- [PR #94](https://github.com/j-fischer/rflib/pull/94) Enhanced RFLIB's DefaultLogger with advanced log aggregation, integrating logging with application events for improved observability and actionability. Logs meeting the configured log level are converted into Application Events, enabling traceability, diagnostics, and actionable insights via the Application Events Dashboard, while ensuring efficient batch processing and compliance with platform limits. +- [PR #95](https://github.com/j-fischer/rflib/pull/95) Added button allowing users to download Apex Debug Logs directly from the Monitor page. Only debug logs matching the Request Id of the Log Event will be offered for download if available. +- [PR #96](https://github.com/j-fischer/rflib/pull/96) Added new Apex Job Scheduler LWC component enables management of scheduled Apex jobs from App pages. Added the component to the Management Console to manage RFLIB Application Event Archiver job. +- [PR #97](https://github.com/j-fischer/rflib/pull/97) Introducing a new Development Mode feature that adjusts the logging behavior of RFLIB's internal UI components, specifically those used in the Ops Center. The feature is controlled via a new global configuration setting, RFLIB_Development_Mode_Enabled. +- Upgraded API version (``) to v62.0 + ### RFLIB 7.4.1 Package ID: 04tKY000000xAFfYAM diff --git a/README.md b/README.md index bbb1e9b..5a75de5 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ sf package install --package --target-org Here are the commands for the latest versions: ``` -rem RFLIB 7.4.1 -sf package install --package 04tKY000000xAFfYAM --target-org +rem RFLIB 8.0.0 +sf package install --package 04tKY000000xBemYAE --target-org rem RFLIB-FS 3.0.1 sf package install --package 04t3h000004pOeLAAU --target-org @@ -82,12 +82,6 @@ To deploy code: src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png"> -To install the logger in a Salesforce Function using NodeJS: - -``` -npm install --save rflib -``` - See the [NPM Package Registry record for more details](https://www.npmjs.com/package/rflib). ## Documentation