Skip to content

Commit 574d4bf

Browse files
authored
Merge pull request #1104 from sc-jinghengfoo/feature/PDXP-21181
SPS9.0 - Update guide link and reference, fix release note
2 parents d90ed4a + 187bcdd commit 574d4bf

6 files changed

Lines changed: 121 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: 'Release Notes'
3+
description: ''
4+
---
5+
Publication history:<br/>
6+
**2026-09-02:** Released Sitecore Publishing Service 9.0.4<br/>
7+
8+
Return to the [Sitecore Publishing Service 9.0.4](/downloads/Sitecore_Publishing_Service/9x/Sitecore_Publishing_Service_904) release page.
9+
10+
## New features/improvements
11+
| Description | Ref. |
12+
| --- | --- |
13+
| Updated .NET 8 to .NET 10. | PDXP-26363 |
14+
| Added ltsc2025 Container Support | PDXP-28674 |
15+
16+
## Breaking changes
17+
| Description | Ref. |
18+
| --- | --- |
19+
| API versioning package migrated from Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer to Asp.Versioning.Mvc.ApiExplorer | PDXP-23634 |
20+
21+
## Resolved Issue
22+
| Description | Ref. |
23+
| --- | --- |
24+
| Updated Microsoft.Extensions.Configuration.xml to v4.7.1 | PDXP-23634 |
25+
| Updated Microsoft.Data.SqlClient from v5.2.2 to v6.1.4 | PDXP-23634 |
26+
| Migrated to Serilog.Sinks.File, Serilog.Sinks.Console; Added rollingInterval in config | PDXP-13019 |
27+
| Updated System.Security.AccessControl to v6.0.1 | PDXP-23634 |
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "Sitecore Publishing Service 9.0.4"
3+
description: ""
4+
---
5+
6+
The Sitecore Publishing Service is an opt-in service providing an alternative to the default Sitecore publishing mechanism focusing on increased performance by doing operations in bulk. It uses a different approach than the default publishing mechanism and is not a like for like replacement. There are differences to UI, integration points, deployment and in some cases publishing behavior.
7+
8+
Integrating this service into Sitecore Experience Platform also requires the Sitecore Publishing Services Module.\
9+
See [Sitecore Publishing Service – compatibility tables](<https://support.sitecore.com/kb?id=kb_article_view&sysparm_article=KB0761308>) for compatibility between versions of Sitecore Publishing Service, Sitecore Publishing Service Module, and Sitecore Experience Platform.
10+
11+
See [all available Sitecore Publishing Service versions here](/downloads/Sitecore_Publishing_Service).\
12+
See [all available Sitecore Publishing Service Module versions here](/downloads/Sitecore_Publishing_Service_Module).
13+
14+
## Download for On Premises deployments
15+
| Resource | Description |
16+
| --- | --- |
17+
| [Sitecore Publishing Service](<https://scdp.blob.core.windows.net/downloads/Sitecore%20Publishing%20Service/9x/Sitecore_Publishing_Service_904/Sitecore%20Publishing%20Service%209.0.4%20rev.%200004-net10.0.zip>) | The Sitecore Publishing Service .NET host. |
18+
19+
## Downloads for Container deployments
20+
Please retrieve the version-specific artifacts from the applicable Sitecore Publishing Service Module release page.
21+
| Resource | Description |
22+
| --- | --- |
23+
| [SPS Module 10.5.0](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1050) | Link to the Sitecore Publishing Service Module 10.5.0 release page. |
24+
| [SPS Module 10.4.0](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1040) | Link to the Sitecore Publishing Service Module 10.4.0 release page. |
25+
| [SPS Module 10.3.0](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1030) | Link to the Sitecore Publishing Service Module 10.3.0 release page. |
26+
| [SPS Module 10.2.0](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1020) | Link to the Sitecore Publishing Service Module 10.2.0 release page. |
27+
| [SPS Module 10.1.0](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1010) | Link to the Sitecore Publishing Service Module 10.1.0 release page. |
28+
29+
## Release Information
30+
| Resource | Description |
31+
| --- | --- |
32+
| [Release Notes](/downloads/Sitecore_Publishing_Service/9x/Sitecore_Publishing_Service_904/Release_Notes) | A list of features, improvements, and fixes that have been implemented in this release. |
33+
| [Known Issues](<https://kb.sitecore.net/articles/431510>) | Choose this link to access the Sitecore Knowledge Base. |
34+
| [Installation and Configuration Guide](<https://scdp.blob.core.windows.net/downloads/Sitecore%20Publishing%20Service/9x/Sitecore_Publishing_Service_904/Sitecore_Publishing_Service_Installation_and_Configuration_Guide_9.0.pdf>) | The installation and configuration procedure for the Sitecore Publishing Service. |

data/markdown/pages/downloads/Sitecore_Publishing_Service/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: "Sitecore Publishing Service"
33
description: "The Publishing Service is an opt-in mechanism for high-performance publishing in large scale Sitecore setups."
44
origin: https://dev.sitecore.net/Downloads/Sitecore_Publishing_Service.aspx
55
---
6+
### Sitecore Publishing Service 9.x
7+
[Sitecore Publishing Service 9.0.4](/downloads/Sitecore_Publishing_Service/9x/Sitecore_Publishing_Service_904)
8+
69
### Sitecore Publishing Service 8.x
710
[Sitecore Publishing Service 8.0.3](/downloads/Sitecore_Publishing_Service/8x/Sitecore_Publishing_Service_803)
811

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: 'Release Notes'
3+
---
4+
Publication history:<br/>
5+
**2026-09-02:** Released Publishing Service Module 10.5.0
6+
7+
## New features/improvements
8+
| Description | Ref. |
9+
| --- | --- |
10+
| Updated .NET 8 to .NET 10. | PDXP-28671 |
11+
| Added ltsc2025 Container Support | PDXP-11550 |
12+
13+
## Breaking changes
14+
| Description | Ref. |
15+
| --- | --- |
16+
| Updated circuitBreaker and recovery path run against new Polly APIs (Polly v8.6.5) | PDXP-26068 |
17+
18+
## Resolved issues
19+
| Description | Ref. |
20+
| --- | --- |
21+
| Updated Refit Library to v10.1.6 | PDXP-26907 |
22+
| Updated System.ConfigurationManager to v6.0.1 | PDXP-25409 |
23+
| Updated TargetFramework to net481 | PDXP-23206 |
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "Sitecore Publishing Service Module 10.5.0"
3+
description: ""
4+
---
5+
6+
The Sitecore Publishing Service Module provides integration with the opt-in Publishing Service, supporting high-performance publishing in large scale Sitecore setups.
7+
8+
See [Sitecore Publishing Service – compatibility tables](https://support.sitecore.com/kb?id=kb_article_view&sysparm_article=KB0761308) for compatibility between versions of Sitecore Publishing Service Module, Sitecore Publishing Service, and Sitecore Experience Platform.
9+
10+
See [all available Sitecore Publishing Service Module versions here](/downloads/Sitecore_Publishing_Service_Module).\
11+
See [all available Sitecore Publishing Service versions here](/downloads/Sitecore_Publishing_Service).
12+
13+
## Downloads for On Premises deployments
14+
15+
| Resource | Description |
16+
| --- | --- |
17+
| [Sitecore Publishing Service Module](https://scdp.blob.core.windows.net/downloads/Sitecore%20Publishing%20Service%20Module/10x/Sitecore%20Publishing%20Service%20Module%201050/Sitecore%20Publishing%20Module%2010.5.0%20rev.%2000726.zip) | Package containing the Publishing Service installation for Sitecore Experience Platform |
18+
| [Installation Guide](https://scdp.blob.core.windows.net/downloads/Sitecore%20Publishing%20Service%20Module/10x/Sitecore%20Publishing%20Service%20Module%201050/Sitecore_Publishing_Service_Module_Installation_and_Configuration_Guide-10.5_en.pdf) | Installation and configuration procedures for Sitecore Publishing Service Module. |
19+
20+
## Downloads for Container deployments
21+
22+
| Resource | Description |
23+
| --- | --- |
24+
| [Container Deployment Package for SPS 9](https://github.com/Sitecore/container-deployment/releases/tag/publishing%2F10.5.0.00726.550) | Package compatible with SPS 9.x. Contains the Docker Compose and Kubernetes specification files used to deploy to Sitecore XP in development and production container environments. |
25+
| [Sitecore Publishing Service Module Container Deployment Guide](https://scdp.blob.core.windows.net/downloads/Sitecore%20Publishing%20Service%20Module/10x/Sitecore%20Publishing%20Service%20Module%201050/Sitecore_Publishing_Service_Module_10.5_Container_Deployment_Guide.pdf) | Instructions in deploying the Sitecore Publishing Service and Module in containers with Docker Compose and Kubernetes. |
26+
| [Image and Tags List](https://github.com/Sitecore/docker-images/tree/master/tags) | Link to the official tags list (.md and .json format) of all published Sitecore images available on Sitecore Container Registry (SCR). |
27+
28+
## Release Information
29+
30+
| Resource | Description |
31+
| --- | --- |
32+
| [Release Notes](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1050/Release_Notes) | A list of features, improvements, and fixes that have been implemented in this release. |
33+
| [Known Issues](https://kb.sitecore.net/articles/431510) | Link to the known issue article on the Sitecore Knowledge Base. |

data/markdown/pages/downloads/Sitecore_Publishing_Service_Module/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "The Publishing Service Module provides integration with the opt-in
44
origin: https://dev.sitecore.net/Downloads/Sitecore_Publishing_Service_Module.aspx
55
---
66
### Sitecore Publishing Service Module 10.x
7+
[Sitecore Publishing Service Module 10.5.0](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1050)\
78
[Sitecore Publishing Service Module 10.4.0](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1040)\
89
[Sitecore Publishing Service Module 10.3.0](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1030)\
910
[Sitecore Publishing Service Module 10.2.0](/downloads/Sitecore_Publishing_Service_Module/10x/Sitecore_Publishing_Service_Module_1020)\

0 commit comments

Comments
 (0)