All Release Notes
Improvements to Connector publishing and deployment
5 September 2023
Connect
Enhancement
ConnectorsDeployments
The following improvements are now available for publishing and deployment of Connectors:
- When creating a production-ready or previewable Connector, you can now view errors and warnings about the release process using the
publishingReport
andpreviewableReport
fields on ConnectorStaged. - Errors and warnings are now available during the Deployment build process. This provides you with feedback regarding Connector development and highlights any issues that arise during deployment.
- You can now include a link to documentation and support channels within your Connector. By adding these links you can assist clients when they are deploying your Connector.
- You can now publish a private or public Connector to production with the Publish update action. This action replaces the Trigger Certification Process update action and allows that private connectors do not need certification. This improves flexibility for in-house Connector development and deployment.
- You can now deploy Connectors partially. This lets clients choose which Connect applications within a Connector they want to deploy.
Changes:
- [API] Added ConnectorReport to Connectors Staged.
- [API] Added
documentationUrl
field to ConnectorStagedDraft. - [API] Added
documentationUrl
field to ConnectorStaged. - [API] Added
documentationUrl
field to Connector. - [API] Added Set Documentation URL update action to the Connectors Staged API.
- [API] Added
supportUrl
field to Creator. - [API] Added
logoUrl
field to Creator. - [API] Added Set Support URL update action to the Connectors Staged API.
- [API] Added Set Creator Logo update action to the Connectors Staged API.
- [API] Added
noOfContributors
field to Creator. - [API] Removed
noOfDevelopers
field from Creator. - [API] Added Set Number of Contributors update action to the Connectors Staged API.
- [API] Removed Set Number of Developers update action from the Connectors Staged API.
- [API] Added Publish Connector update action to the Connectors Staged API.
- [API] Removed Trigger Certification Process update action from the Connectors Staged API.
- [API] Added DeploymentReport to DeploymentDetailsBuild on Deployment.
- [API] Added the DeploymentApplicationDoNotBelong error code.
- [API] Added the DeploymentApplicationRequired error code.