Skip to content

Commit 4fafad9

Browse files
committed
Updated CHANGELOG and README for version 9.1.0
1 parent 8d8674c commit 4fafad9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
### RFLIB 9.1.0
2+
3+
Package ID: 04tKY0000011MQLYA2
4+
Package Alias: RFLIB@9.1.0-1
5+
Install link: https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY0000011MQLYA2
6+
7+
- [PR #103](https://github.com/j-fischer/rflib/pull/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.
8+
- [PR #102](https://github.com/j-fischer/rflib/pull/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.
9+
- Fixed bug that prevented the retrieval of Apex permissions in larger orgs from succeeding.
10+
111
### RFLIB 9.0.1
212

313
Package ID: 04tKY0000011MDJYA2
4-
Package Alias: RFLIB@9.0.0-1
14+
Package Alias: RFLIB@9.0.1-1
515
Install link: https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY0000011MDJYA2
616

717
- [Issue #101] (https://github.com/j-fischer/rflib/issues/101) Fixed regression introduced in version 8.0 that prevented the page navigation from switching pages.

README.md

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

6666
```
67-
rem RFLIB 9.0.1
68-
sf package install --package 04tKY0000011MDJYA2 --target-org <your org alias>
67+
rem RFLIB 9.1.0
68+
sf package install --package 04tKY0000011MQLYA2 --target-org <your org alias>
6969
7070
rem RFLIB-FS 3.0.1
7171
sf package install --package 04t3h000004pOeLAAU --target-org <your org alias>

0 commit comments

Comments
 (0)