|
2 | 2 |
|
3 | 3 | A comprehensive Salesforce Apex library that provides a clean, type-safe, and extensible framework for making REST API callouts. Built with enterprise security and developer productivity in mind, RestClientLib eliminates the complexity of HTTP callouts while providing powerful features like async processing, comprehensive testing utilities, and fluent API design. |
4 | 4 |
|
| 5 | +## Latest Release |
5 | 6 | ## Latest Release |
6 | 7 | <!--LATEST-RELEASE-START--> |
7 | | -<!--LATEST-RELEASE-START--> |
8 | | -**Version:** 1.0.4 |
9 | | -**Tag:** v1.0.4 |
10 | | -**Release Type:** stable |
11 | | -**Package Version ID:** 04tQm000002z5mPIAQ |
12 | | -**Package:** [REST-API-Library-v1.0.4.zip](https://github.com/AndyHaas/RestClientLib/releases/download/v1.0.4/REST-API-Library-v1.0.4.zip) |
13 | | -**Release Date:** 2025-09-24 |
14 | | - |
15 | | -### 🚀 Quick Install |
16 | | -- **Production:** [https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) - Install in production org |
17 | | -- **Sandbox:** [https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) - Install in sandbox org |
18 | | -- **CLI:** `sf package install --package 04tQm000002z5mPIAQ --wait 10 --installation-key-bypass` |
19 | | - |
20 | | -<details><summary>Change summary</summary> |
21 | | - |
22 | | -**Package Version ID:** 04tQm000002z5mPIAQ |
23 | | - |
24 | | -### Installation |
25 | | -- **Production:** [https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) |
26 | | -- **Sandbox:** [https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) |
27 | | -- **CLI:** `sf package install --package 04tQm000002z5mPIAQ --wait 10 --installation-key-bypass` |
28 | | - |
29 | | -### Changes |
30 | | -- feat: update package alias with actual package ID (e6cde64) — Andy Haas |
31 | | -- fix: remove invalid variables permission (8e2e7e9) — Andy Haas |
32 | | -- fix: add variables write permission and improve package version creation (e5db917) — Andy Haas |
33 | | -- feat: add comprehensive debugging and fix package creation command (e41b69b) — Andy Haas |
34 | | -- feat: add automatic package creation and use unlocked packages (ee8ada2) — Andy Haas |
35 | | -- fix: use vars instead of secrets for SF_PACKAGE1_ID (bdd6226) — Andy Haas |
36 | | -- feat: add release types (stable/beta) and streamline workflows (d372165) — Andy Haas |
37 | | -- docs: update README for v1.0.3 (265a33a) — github-actions |
38 | | -[Compare changes](https://github.com/AndyHaas/RestClientLib/compare/v1.0.3...v1.0.4) |
39 | | -</details> |
40 | | -<!--LATEST-RELEASE-END--> |
41 | | -<!--LATEST-RELEASE-START--> |
42 | | -<!--LATEST-RELEASE-START--> |
43 | | -**Version:** 1.0.4 |
44 | | -**Tag:** v1.0.4 |
45 | | -**Release Type:** stable |
46 | | -**Package Version ID:** 04tQm000002z5mPIAQ |
47 | | -**Package:** [REST-API-Library-v1.0.4.zip](https://github.com/AndyHaas/RestClientLib/releases/download/v1.0.4/REST-API-Library-v1.0.4.zip) |
48 | | -**Release Date:** 2025-09-24 |
49 | | - |
50 | | -### 🚀 Quick Install |
51 | | -- **Production:** [https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) - Install in production org |
52 | | -- **Sandbox:** [https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) - Install in sandbox org |
53 | | -- **CLI:** `sf package install --package 04tQm000002z5mPIAQ --wait 10 --installation-key-bypass` |
54 | | - |
55 | | -<details><summary>Change summary</summary> |
56 | | - |
57 | | -**Package Version ID:** 04tQm000002z5mPIAQ |
58 | | - |
59 | | -### Installation |
60 | | -- **Production:** [https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) |
61 | | -- **Sandbox:** [https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) |
62 | | -- **CLI:** `sf package install --package 04tQm000002z5mPIAQ --wait 10 --installation-key-bypass` |
63 | | - |
64 | | -### Changes |
65 | | -- feat: update package alias with actual package ID (e6cde64) — Andy Haas |
66 | | -- fix: remove invalid variables permission (8e2e7e9) — Andy Haas |
67 | | -- fix: add variables write permission and improve package version creation (e5db917) — Andy Haas |
68 | | -- feat: add comprehensive debugging and fix package creation command (e41b69b) — Andy Haas |
69 | | -- feat: add automatic package creation and use unlocked packages (ee8ada2) — Andy Haas |
70 | | -- fix: use vars instead of secrets for SF_PACKAGE1_ID (bdd6226) — Andy Haas |
71 | | -- feat: add release types (stable/beta) and streamline workflows (d372165) — Andy Haas |
72 | | -- docs: update README for v1.0.3 (265a33a) — github-actions |
73 | | -[Compare changes](https://github.com/AndyHaas/RestClientLib/compare/v1.0.3...v1.0.4) |
74 | | -</details> |
75 | | -<!--LATEST-RELEASE-END--> |
76 | | -<!--LATEST-RELEASE-END--> |
77 | 8 | <!--LATEST-RELEASE-END--> |
78 | 9 |
|
79 | 10 | ## What RestClientLib Does |
|
0 commit comments