Skip to content

Latest commit

 

History

History
208 lines (145 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

208 lines (145 loc) · 10.7 KB

Change Log

v1.0.0 (2019-03-05)

Full Changelog

  • Adopt new semantic versioning scheme based on changes to generated code.
  • Add nuGetFeedId to NuGetFeed.

v0.20190213.0 (2019-02-13)

Full Changelog

  • Add Windows Server 2019 to BuildWorkerImageName.
  • Add azure-westus to BuildCloudName.

v0.20190115.0 (2019-01-15)

Full Changelog

  • Add pro-ubuntu18 to BuildCloudName.

v0.20190105.0 (2019-01-05)

Full Changelog

  • Add disableNuGetPublishForOctopusPackages to ProjectConfiguration.

v0.20181229.0 (2018-12-29)

Full Changelog

  • Add pro-ubuntu to BuildCloudName enumeration.

v0.20181217.0 (2018-12-17)

Full Changelog

  • Add starting to Status enumeration.

v0.20181211.0 (2018-12-11)

Full Changelog

  • Add Visual Studio 2019 Preview to BuildWorkerImageName

v0.20181127.0 (2018-11-27)

Full Changelog

  • Add reRunBuild operation and ReRunBuildRequest schema.
  • Add documentation for BuildWorkerImageName.
  • Mention user-level API keys (v2.) in documentation.

v0.20181117.0 (2018-11-17)

Full Changelog

  • Add sh to ScriptLanguage
  • Add Previous Ubuntu1604 to BuildWorkerImageName
  • Add Previous Ubuntu1804 to BuildWorkerImageName

v0.20181028.0 (2018-10-28)

Full Changelog

  • Add currentBuildId, isGitHubApp, disablePushWebhooks, and disablePullRequestWebhooks to Project.
  • Add projectId to Build.
  • Add twoFactorAuthEnabled to UserAccount.
  • Remove UserAccountSettings from UserAccount (no longer returned by API).

v0.20180905.0 (2018-09-05)

Full Changelog

  • Add Visual Studio 2015 2 to BuildWorkerImageName.

v0.20180817.0 (2018-08-17)

Full Changelog

  • Add Ubuntu1604 to BuildWorkerImageName.

v0.20180815.0 (2018-08-15)

Full Changelog

  • Add Ubuntu1804 to BuildWorkerImageName.
  • Update devDependency versions and package-lock.json.
  • Require Node v6 or later for test scripts.

v0.20180607.0 (2018-06-07)

Full Changelog

  • Add created to ArtifactModel.
  • Update devDependency versions and package-lock.json.

v0.20180519.0 (2018-05-19)

Full Changelog

  • Add "Previous Ubuntu" to BuildWorkerImageName enum.

v0.20180429.0 (2018-04-29)

Full Changelog

  • Add Deny group with DenyAllProjectsEnvironments permission.

v0.20180426.0 (2018-04-26)

Full Changelog

  • Add recordsNumber query param to getProjectDeployments.
  • Add OctopusPackage to ArtifactType enum.
  • Add ElasticBeanstalkPackage to ArtifactType enum.
  • Add matrixExcept to ProjectConfiguration.
  • Add matrixOnly to ProjectConfiguration.
  • Add packageDotnetConsoleProjects to ProjectConfiguration.
  • Add packageAspNetCoreProjects to ProjectConfiguration.
  • Add packageWebApplicationProjectsOctopus to ProjectConfiguration.
  • Add packageWebApplicationProjectsBeanstalk to ProjectConfiguration.
  • Add stacks array to ProjectConfiguration.
  • Add rollingBuildsOnlyForPullRequests to Project.
  • Add pwsh to ScriptLanguages.

v0.20171123.0 (2017-11-23)

Full Changelog

  • Add getBuildArtifacts operation and ArtifactModel schema for response.
  • Add getBuildArtifact operation.
  • Add getProjectArtifact operation.
  • Add tags property to DeploymentEnvironment.
  • Add isPrivateProject property to NuGetFeed.
  • Add enumeration values to ArtifactType based on Push-AppveyorArtifact cmdlet on build workers.
  • Remove name property requirement from Artifact.

v0.20171031.0 (2017-10-31)

Full Changelog

  • Add getProjectEnvironmentVariables operation.
  • Add updateProjectEnvironmentVariables operation.

v0.20171023.0 (2017-10-23)

Full Changelog

  • Add dotnetCsprojAssemblyVersionFormat to ProjectConfiguration.
  • Add dotnetCsprojFileVersionFormat to ProjectConfiguration.
  • Add dotnetCsprojInformationalVersionFormat to ProjectConfiguration.

v0.20171021.0 (2017-10-21)

Full Changelog

  • Add pro-vs2013 to BuildCloudName.

v0.20171019.0 (2017-10-19)

Full Changelog

  • Add pro-vs2017 to BuildCloudName.

v0.20170827.0 (2017-08-27)

Full Changelog

  • Add saveBuildCacheInPullRequests to Project.

v0.20170803.0 (2017-08-03)

Full Changelog

  • Add dotnetCsprojFile, dotnetCsprojPackageVersionFormat, dotnetCsprojVersionFormat, hotFixScripts to ProjectConfiguration.

v0.20170622.0 (2017-06-22)

Full Changelog

  • Add Visual Studio 2017 Preview to BuildWorkerImageName

v0.20170518.0 (2017-05-18)

Full Changelog

  • Add Ubuntu to OSType, BuildCloudName, BuildWorkerImageName

v0.20170507.0 (2017-05-07)

Full Changelog

  • Add osType to BuildJob and BuildWorkerImage.
  • Add rollingBuildsDoNotCancelRunningBuilds to Project.
  • Better document scheduleCrontabExpression.

v0.20170503.0 (2017-05-03)

Full Changelog

  • Breaking Rename path parameter for getProjectStatusBadge and getProjectBranchStatusBadge to statusBadgeId to match its new source, which is the new statusBadgeId property of ProjectWithConfiguration objects. The value of this property matches webhookId (the previous parameter source) for existing projects but will differ for new projects.
  • Add enumeration values for BuildCloudName and BuildWorkerImageName.
  • Add matrixExclude property to ProjectConfiguration.
  • Additional property documentation strings.
  • Bump dependency versions.

v0.20170308.0 (2017-03-08)

Full Changelog

  • API Breaking getEnvironments, getEnvironmentDeployments, and getProjectDeployments 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 in StoredValue properties (e.g. environment variable values).
  • Add more documentation for properties with non-obvious behavior.

v0.20170107.1 (2017-01-20)

Full Changelog

  • Add getProjectStatusBadge, getProjectBranchStatusBadge, and getPublicProjectStatusBadge 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