The documentation for enosix Link has a new home: https://docs.enosix.io (or https://docs.enosix.io/link to go directly to the Link documentation).
24 posts tagged with "link"
View All TagsLink 2.2.35.0
This release addresses security issues for the 2.2 release
- [Update]: PSA: Your SAP cloud connector certificate will expire every year. Please ensure to update the certificate prior to expiration by following the instructions here EXTERNAL LINK: SAP Cloud Connectivity issues due to Expired Certificate
Link 2.2
Link now supports multiple connections per app instance. A single deployed application in SAP Cloud Foundry can now define multiple routes to different virtual hosts. This reduces the number of deployed applications needed for development and test environments, and Cloud Foundry memory allocation requirements.
Link latest and stable have been updated to this release 2.2.22
Please see the link documentation for install instructions.
- [Feature]: Link version is now returned in health check endpoint
/health
, and included as a response headerenosix-link-v
. This will assist in ensuring the most up to date version of Link is deployed, Additionally theenosix-link-v
header is captured in your Salesforce Surface logs viewable in the Salesforce enosix app for debugging. - [Update]: Version naming change, previous versions were prefixed with the year and the release number, ex:
2020.1.12
, going forward link versions will follow a Major.Minor.Patch version scheme. with this release2.2
the successor of2020.1.12
. The existing labels forenosix/link:stable
will be updated with this release. - [Bugfix]: Fixed issue with configuring multiple connections within a single instance. Note: this was mainly used in development and QA connections.
Link 2020.1.12
This release fixes the intermittent connection error that would happen every 30-40 min and then would resolve after about two minutes.
- Fixed logic for authentication refresh token to SAP Cloud Connector proxy.
Ensure your manifest file is using the stable image, see below. Restart your link application instances in the Sap Cloud Platform Cockpit to perform the update.
docker:
image: enosix/link:stable
- [Bugfix]: Fixed proxy authentication to SAP Cloud Connector. (Intermittent connection error every 30m)