Skip to content

Commit 6085009

Browse files
committed
Updated CHANGELOG and README for version 8.0.0
1 parent c819fcf commit 6085009

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### RFLIB 8.0.0
2+
3+
Package ID: 04tKY000000xBemYAE
4+
Package Alias: RFLIB@8.0.0-1
5+
Install link: https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000xBemYAE
6+
7+
- [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.
8+
- [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.
9+
- [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.
10+
- [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.
11+
- [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.
12+
- Upgraded API version (`<apiVersion>`) to v62.0
13+
114
### RFLIB 7.4.1
215

316
Package ID: 04tKY000000xAFfYAM

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ sf package install --package <Package ID> --target-org <your org alias>
6565
Here are the commands for the latest versions:
6666

6767
```
68-
rem RFLIB 7.4.1
69-
sf package install --package 04tKY000000xAFfYAM --target-org <your org alias>
68+
rem RFLIB 8.0.0
69+
sf package install --package 04tKY000000xBemYAE --target-org <your org alias>
7070
7171
rem RFLIB-FS 3.0.1
7272
sf package install --package 04t3h000004pOeLAAU --target-org <your org alias>
@@ -82,12 +82,6 @@ To deploy code:
8282
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
8383
</a>
8484

85-
To install the logger in a Salesforce Function using NodeJS:
86-
87-
```
88-
npm install --save rflib
89-
```
90-
9185
See the [NPM Package Registry record for more details](https://www.npmjs.com/package/rflib).
9286

9387
## Documentation

0 commit comments

Comments
 (0)