Releases: kevinoid/appveyor-swagger
Releases · kevinoid/appveyor-swagger
v0.20171021.0
- Add
pro-vs2013
toBuildCloudName
.
v0.20171019.0
- Add
pro-vs2017
toBuildCloudName
.
v0.20170827.0
- Add
saveBuildCacheInPullRequests
toProject
.
v0.20170803.0
- Add
dotnetCsprojFile
,dotnetCsprojPackageVersionFormat
,dotnetCsprojVersionFormat
,hotFixScripts
toProjectConfiguration
.
v0.20170622.0
- Add
Visual Studio 2017 Preview
toBuildWorkerImageName
v0.20170518.0
- Add
Ubuntu
toOSType
,BuildCloudName
,BuildWorkerImageName
v0.20170507.0
- Add
osType
toBuildJob
andBuildWorkerImage
. - Add
rollingBuildsDoNotCancelRunningBuilds
toProject
. - Better document
scheduleCrontabExpression
.
v0.20170503.0
- Breaking Rename path parameter for
getProjectStatusBadge
andgetProjectBranchStatusBadge
tostatusBadgeId
to match its new source, which is the newstatusBadgeId
property ofProjectWithConfiguration
objects. The value of this property matcheswebhookId
(the previous parameter source) for existing projects but will differ for new projects. - Add enumeration values for
BuildCloudName
andBuildWorkerImageName
. - Add
matrixExclude
property toProjectConfiguration
. - Additional property documentation strings.
- Bump dependency versions.
v0.20170308.0
- API Breaking
getEnvironments
,getEnvironmentDeployments
, andgetProjectDeployments
responses now include fewer properties. Introduce*LookupModel
schemas for these abbreviated types (based on the name in the XML) and rework the existing schemas to use them where appropriate. - Add
encryptValue
operation to encrypt a string value for use inStoredValue
properties (e.g. environment variable values). - Add more documentation for properties with non-obvious behavior.
v0.20170107.1
- Add
getProjectStatusBadge
,getProjectBranchStatusBadge
, andgetPublicProjectStatusBadge
operations for getting project build status badge images. - Remove security for operations which do not require authentication.