Skip to content

Commit af51f4b

Browse files
Documentation and Release Notes update
- New Configuration guide for Sitecore Installation Framework referenced - Release notes clarified
1 parent 3609466 commit af51f4b

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

  • data/markdown/pages/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_241

data/markdown/pages/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_241/Release_Notes.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ description: ''
99

1010
| Description | Ref. |
1111
| ----------- | ---- |
12-
| Supporting passing custom HTTP headers via a `Headers` parameter has been added for tasks: Invoke-ManageSolrSchemaTask, Invoke-ManageSolrConfigTask, Invoke-ManageSolrCoreTask, Invoke-HttpRequestTask, Invoke-WebRequestTask. | PDXP-26644 |
13-
| The Invoke-UpdateBindingRedirectsTask has been updated to improve binding redirect update behavior for `.config` files. | PDXP-27870 |
14-
| A new task Invoke-DeleteSolrPermissionTask has been added. It is now possible to remove a named permission from a Solr instance. | PDXP-26644 |
15-
| JsonConfiguration function has been improved to evaluate JSON object **keys** as Config Functions in addition to values. | PDXP-26644 |
12+
| Custom HTTP headers are now supported in deployment tasks. A new Headers parameter has been added to the Invoke-ManageSolrSchemaTask, Invoke-ManageSolrConfigTask, Invoke-ManageSolrCoreTask, Invoke-HttpRequestTask, and Invoke-WebRequestTask tasks, allowing custom HTTP headers to be included in requests. | PDXP-26644 |
13+
| Binding redirect updates for configuration files have been improved. The Invoke-UpdateBindingRedirectsTask has been updated to provide more reliable binding redirect handling when updating .config files. | PDXP-27870 |
14+
| Named Solr permissions can now be removed. A new Invoke-DeleteSolrPermissionTask task has been added to support deletion of named Solr permissions. | PDXP-26644 |
15+
| JsonConfiguration now supports Config Function evaluation in JSON object keys. Previously, Config Function evaluation was limited to JSON values. JSON object keys are now also evaluated as Config Functions. | PDXP-26644 |
1616

1717
## Resolved Issues
1818

1919
| Description | Ref. |
2020
| ----------- | ---- |
21-
| The Invoke-HttpRequestTask task masked real HTTP errors by referencing an unassigned $response.StatusCode in its catch block. | PDXP-26644 |
22-
21+
| HTTP request errors are no longer masked by exception handling logic. Previously, the Invoke-HttpRequestTask referenced an unassigned $response.StatusCode value in its exception handling logic, which could mask the original HTTP error. The task now correctly reports underlying HTTP failures. | PDXP-26644 |

data/markdown/pages/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_241/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ See [all available versions here](/downloads/Sitecore_Installation_Framework).
1616
We recommend installing the Sitecore Installation framework through the official Sitecore PowerShell gallery feed. [Read the FAQ for more information](https://doc.sitecore.com/xp/en/developers/100/sitecore-experience-manager/sitecore-powershell-public-nuget-feed-faq.html).
1717
</Alert>
1818

19-
2019
## Links
2120

2221
| Resource | Description |
@@ -35,4 +34,4 @@ See [all available versions here](/downloads/Sitecore_Installation_Framework).
3534
| Resource | Description |
3635
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
3736
| [Release Notes](/downloads/Sitecore_Installation_Framework/2x/Sitecore_Installation_Framework_241/Release_Notes) | A list of features, improvements, and fixes that have been implemented in this release. |
38-
| [Sitecore Installation Framework Configuration Guide](https://scdp.blob.core.windows.net/downloads/Sitecore%20Installation%20Framework/2x/Sitecore%20Installation%20Framework%20241/Secure/Sitecore_Installation_Framework_Configuration_Guide-2.4.1.pdf) | Configuration guide for Sitecore Installation Framework |
37+
| [Sitecore Installation Framework Configuration Guide](https://docs.sitecore.com/xp/en/developers/105/guides/sitecore-installation-framework-241-configuration-guide/introduction.html) | Configuration guide for Sitecore Installation Framework |

0 commit comments

Comments
 (0)