Skip to content

Latest commit

 

History

History
90 lines (48 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

90 lines (48 loc) · 1.92 KB

Change Log

NOT RELEASED

Added

  • AWS api-change: Added us-iso-east-1 and us-iso-west-1 regions.

2.6.0

Added

  • AWS api-change: AWS CodeBuild now supports automatically retrying failed builds
  • AWS api-change: AWS CodeBuild now adds additional compute types for reserved capacity fleet.
  • AWS api-change: AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity.

2.5.0

Added

  • AWS api-change: AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.
  • AWS api-change: Add MacArm environment type

Changed

  • Enable compiler optimization for the sprintf function.

2.4.1

Changed

  • Add Accept: application/json header in request to fix incompatibility with 3rd party providers
  • AWS enhancement: Documentation updates.

2.4.0

Added

  • AWS api-change: Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.

Changed

  • AWS enhancement: Documentation updates.

2.3.0

Added

  • AWS api-change: Release CodeBuild Reserved Capacity feature

2.2.0

Added

  • AWS api-change: Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE

2.1.0

Added

  • AWS api-change: AWS CodeBuild now supports AWS Lambda compute.

Changed

  • Allow passing explicit null values for optional fields of input objects

2.0.0

BC-BREAK

  • The return type for \AsyncAws\CodeBuild\ValueObject\Build::getBuildNumber uses int instead of string to reflect the AWS type.
  • The return type for \AsyncAws\CodeBuild\ValueObject\BuildPhase::getDurationInSeconds uses int instead of string to reflect the AWS type.

Added

  • Use int as the PHP representation of long fields in generated code

Changed

  • Improve parameter type and return type in phpdoc

1.0.0

Added

  • Nothing changed. Let's release a First stable version

0.1.0

First version