CAST Storage Service - Release Notes - 4.13
End of Life Notice
CAST Storage Service (com.castsoftware.css) is End of Life and is no longer supported or distributed. Customers previously using CAST Storage Service must migrate to a standard PostgreSQL installation. CAST recommends PostgreSQL 18.x.
4.13.22
New Features
Other Updates
| Internal Id | Details |
|---|
| CSS-141 | The CAST Storage Service installer will now automatically install the Visual C++ 32/64-bit Redistributable Packages for Visual Studio 2015-2022, v. 14.44.35211 if it does not already exist on the target machine. |
4.13.21
New Features
4.13.20
New Features
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 51501 | A new release to fix a vulnerability present in PostgreSQL 13.18. |
4.13.18
New Features
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 50503 | A new release to fix a vulnerability present in PostgreSQL 13.16 or 13.17. |
4.13.16
New Features
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 48911 | Update CSS4 to PostgreSQl 13.16. |
4.13.15
Note
This release has been withdrawn. Please use the most recent release instead.
4.13.14
New Features
Feature Improvements
| Summary | Details |
|---|
| Windows redistributables are upgraded to Microsoft Visual C++ 2015-2022 | Windows redistributables for the setups are upgraded to Microsoft Visual C++ 2015-2022 for both x64 and x86 from Microsoft Visual C++ 2015-2019 according to “installer” folder of official installation. |
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 45935 | Embed PostgreSQL 13.14 in latest CSS4 to fix vulnerability. |
4.13.10
New Features
Other Updates
| Internal Id | Details |
|---|
| CSS-110 | The parameter “tcp_keepalives_idle” is now set by default to 600 seconds (10 minutes). Previously this parameter was not set and defaulted to 0 seconds. |
4.13.3
Other Updates
| Internal Id | Details |
|---|
| CSS-97 | A bug has been fixed which prevented the installation succeeding even when the built-in check for local Administration permissions had been passed. |
4.13.2
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 27637 | Work Mem parameter needs to be modified in postgresql.conf - CSS4 |
4.13.1
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 26601 | Remote connection with hostname rather than ip adress is not possible without adding a complementary configuration in pg_hba.conf |
4.13.0
Note
CAST Storage Service 4 is supported for the installation of CAST AIP
schemas with AIP Core 8.3.29 and above. See also https://doc.castsoftware.com/display/STORAGE/CSS3+vs+CSS4+-+what+are+the+benefits+of+upgrading
for more information about the benefits of upgrading to CSS4.
New Features
| Summary | Details |
|---|
| pgAdmin 4.19 now bundled with CAST Storage Service 4.13.0 | Release 4.19 of the PostgreSQL management console, pgAdmin, is now bundled with CAST Storage Service 4.13.0 and will be installed automatically. See https://www.pgadmin.org/docs/pgadmin4/latest/index.html. |
| CAST Storage Service 4.13.0 based on PostgreSQL 13 | CAST Storage Service 4.13.0 is based PostgreSQL 13. See https://www.postgresql.org/about/news/postgresql-13-released-2077/ for more information about PostgreSQL 13. |
| Port number set to 2284 | CAST Storage Service 4.13.0 will use port number 2284 by default, although this can be changed during installation if necessary. |
| Microsoft Visual C++ Redistributables | The CAST Storage Service 4.13.0 installer will also install the Microsoft Visual C++ 2015, 2017 and 2019 Redistributables (x64 and x86) if they are not already present on the target server. |
AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });
AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });