Skip to content

Commit

Permalink
Updated CHANGELOG and README for version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fischer committed Dec 19, 2024
1 parent c819fcf commit 6085009
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### RFLIB 8.0.0

Package ID: 04tKY000000xBemYAE
Package Alias: [email protected]
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 (`<apiVersion>`) to v62.0

### RFLIB 7.4.1

Package ID: 04tKY000000xAFfYAM
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ sf package install --package <Package ID> --target-org <your org alias>
Here are the commands for the latest versions:

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

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
Expand Down

0 comments on commit 6085009

Please sign in to comment.