Releases: swagger-api/swaggerhub-maven-plugin
Releases · swagger-api/swaggerhub-maven-plugin
1.0.10 - Dependency update
1.0.9 - Proxy support
1.0.8 - Domain Upload/Download Support
This release includes domain support which allows:
- Upload of 1 or more domains
- Download of 1 or more domains
1.0.7 - Gitlab SCM Integration Provisioning
This release adds the ability to provision an Azure DevOps Server integration.
Gitlab
can now be specified as the scmProvider when provisioning integrations.scmHost
can now be specified
1.0.6 - Azure DevOps Server SCM Integration Provisioning
This release adds the ability to provision an Azure DevOps Server integration.
- AZURE_DEVOPS_SERVER can now be specified as the scmProvider when provisioning integrations.
scmUrl
,scmProjectCollection
can now be specified.
1.0.5 - On-Prem Swaggerhub Support, Azure Devops Services SCM Integration Provisioning and Windows Support
This release adds support for On-Prem installations of SwaggerHub, the ability to provision an Azure DevOps Services integration and includes a fix for errors seen when creating integrations from a Windows machine.
- The new
basePath
parameter can be used to integrate with On-Prem SwaggerHub. AZURE_DEVOPS_SERVICE
can now be specified as thescmProvider
when provisioning integrations.- A bug which affected users either developing or running the plugin on a Windows operating system has been resolved.
1.0.4
This release adds username and password support when provisioning SCM integrations. This is required for Bitbucket integrations.
Change log:
- feature: Addition of parameters:
scmUsername
andscmPassword
BITBUCKET
can now be specified as anscmProvider
as a result.
- enhancement: Improved logging to help identify potential issues.
- enhancement: Parameter validation on definition upload.
- enhancement: README updates to better explain the plugin, it's purpose and runtime behavior.
1.0.3
This release adds the ability to upload multiple definitions and provision an SCM integration to allow changes made in SwaggerHub to be pushed back to source control.
Change log
- feature: Upload multiple definitions from a given directory
- Definitions can still be uploaded as before with an input file.
- Files to be defined via a given directory can filtered using a regex pattern
- feature: Provision a SwaggerHub SCM integration on upload
- At this time, GITHUB is supported