v1.0.0 (2019-03-05)
- Adopt new semantic versioning scheme based on changes to generated code.
- Add
nuGetFeedId
toNuGetFeed
.
v0.20190213.0 (2019-02-13)
- Add
Windows Server 2019
toBuildWorkerImageName
. - Add
azure-westus
toBuildCloudName
.
v0.20190115.0 (2019-01-15)
- Add
pro-ubuntu18
toBuildCloudName
.
v0.20190105.0 (2019-01-05)
- Add
disableNuGetPublishForOctopusPackages
toProjectConfiguration
.
v0.20181229.0 (2018-12-29)
- Add
pro-ubuntu
toBuildCloudName
enumeration.
v0.20181217.0 (2018-12-17)
- Add
starting
toStatus
enumeration.
v0.20181211.0 (2018-12-11)
- Add
Visual Studio 2019 Preview
toBuildWorkerImageName
v0.20181127.0 (2018-11-27)
- Add
reRunBuild
operation andReRunBuildRequest
schema. - Add documentation for
BuildWorkerImageName
. - Mention user-level API keys (
v2.
) in documentation.
v0.20181117.0 (2018-11-17)
- Add
sh
toScriptLanguage
- Add
Previous Ubuntu1604
toBuildWorkerImageName
- Add
Previous Ubuntu1804
toBuildWorkerImageName
v0.20181028.0 (2018-10-28)
- Add
currentBuildId
,isGitHubApp
,disablePushWebhooks
, anddisablePullRequestWebhooks
toProject
. - Add
projectId
toBuild
. - Add
twoFactorAuthEnabled
toUserAccount
. - Remove
UserAccountSettings
fromUserAccount
(no longer returned by API).
v0.20180905.0 (2018-09-05)
- Add
Visual Studio 2015 2
toBuildWorkerImageName
.
v0.20180817.0 (2018-08-17)
- Add
Ubuntu1604
toBuildWorkerImageName
.
v0.20180815.0 (2018-08-15)
- Add
Ubuntu1804
toBuildWorkerImageName
. - Update devDependency versions and package-lock.json.
- Require Node v6 or later for test scripts.
v0.20180607.0 (2018-06-07)
- Add
created
toArtifactModel
. - Update devDependency versions and package-lock.json.
v0.20180519.0 (2018-05-19)
- Add
"Previous Ubuntu"
toBuildWorkerImageName
enum.
v0.20180429.0 (2018-04-29)
- Add
Deny
group withDenyAllProjectsEnvironments
permission.
v0.20180426.0 (2018-04-26)
- Add
recordsNumber
query param togetProjectDeployments
. - Add
OctopusPackage
toArtifactType
enum. - Add
ElasticBeanstalkPackage
toArtifactType
enum. - Add
matrixExcept
toProjectConfiguration
. - Add
matrixOnly
toProjectConfiguration
. - Add
packageDotnetConsoleProjects
toProjectConfiguration
. - Add
packageAspNetCoreProjects
toProjectConfiguration
. - Add
packageWebApplicationProjectsOctopus
toProjectConfiguration
. - Add
packageWebApplicationProjectsBeanstalk
toProjectConfiguration
. - Add
stacks
array toProjectConfiguration
. - Add
rollingBuildsOnlyForPullRequests
toProject
. - Add
pwsh
toScriptLanguages
.
v0.20171123.0 (2017-11-23)
- Add
getBuildArtifacts
operation andArtifactModel
schema for response. - Add
getBuildArtifact
operation. - Add
getProjectArtifact
operation. - Add
tags
property toDeploymentEnvironment
. - Add
isPrivateProject
property toNuGetFeed
. - Add enumeration values to
ArtifactType
based onPush-AppveyorArtifact
cmdlet on build workers. - Remove
name
property requirement fromArtifact
.
v0.20171031.0 (2017-10-31)
- Add
getProjectEnvironmentVariables
operation. - Add
updateProjectEnvironmentVariables
operation.
v0.20171023.0 (2017-10-23)
- Add
dotnetCsprojAssemblyVersionFormat
toProjectConfiguration
. - Add
dotnetCsprojFileVersionFormat
toProjectConfiguration
. - Add
dotnetCsprojInformationalVersionFormat
toProjectConfiguration
.
v0.20171021.0 (2017-10-21)
- Add
pro-vs2013
toBuildCloudName
.
v0.20171019.0 (2017-10-19)
- Add
pro-vs2017
toBuildCloudName
.
v0.20170827.0 (2017-08-27)
- Add
saveBuildCacheInPullRequests
toProject
.
v0.20170803.0 (2017-08-03)
- Add
dotnetCsprojFile
,dotnetCsprojPackageVersionFormat
,dotnetCsprojVersionFormat
,hotFixScripts
toProjectConfiguration
.
v0.20170622.0 (2017-06-22)
- Add
Visual Studio 2017 Preview
toBuildWorkerImageName
v0.20170518.0 (2017-05-18)
- Add
Ubuntu
toOSType
,BuildCloudName
,BuildWorkerImageName
v0.20170507.0 (2017-05-07)
- Add
osType
toBuildJob
andBuildWorkerImage
. - Add
rollingBuildsDoNotCancelRunningBuilds
toProject
. - Better document
scheduleCrontabExpression
.
v0.20170503.0 (2017-05-03)
- 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 (2017-03-08)
- 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 (2017-01-20)
- Add
getProjectStatusBadge
,getProjectBranchStatusBadge
, andgetPublicProjectStatusBadge
operations for getting project build status badge images. - Remove security for operations which do not require authentication.
v0.20170107.0 (2017-01-13)
* This Change Log was automatically generated by github_changelog_generator