Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 758 Bytes

CHANGELOG.md

File metadata and controls

38 lines (20 loc) · 758 Bytes

Change Log

NOT RELEASED

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