Skip to content

Latest commit

 

History

History
102 lines (56 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

102 lines (56 loc) · 2.02 KB

Change Log

NOT RELEASED

1.4.0

Added

  • AWS api-change: Added constant for NodeJs 14.
  • Added operation deleteFunction, listFunctions, and listVersionsByFunction.

1.3.0

Added

  • Changed case of object's properties to camelCase.
  • Added documentation in class headers.
  • Added domain exceptions.

1.2.0

Added

  • AWS api-change: This release includes support for new feature: Code Signing for AWS Lambda. This adds new resources and APIs to configure Lambda functions to accept and verify signed code artifacts at deployment.

Fixed

  • If provided an unrecognized region, then fallback to default region config

1.1.1

Fixed

  • Make sure we throw exception from async-aws/core

1.1.0

Added

  • Added constants JAVA_8_AL_2 and PROVIDED_AL_2 for Runtime enum.

1.0.0

Added

  • Support for PHP 8

0.5.0

Removed

  • Removes methods getServiceCode, getSignatureVersion and getSignatureScopeName from Client.

Fixed

  • Fixed issue when Layer, Function or Version contained a special char #
  • Add return typehint for listLayerVersions

0.4.1

Changed

  • Support only version 1.0 of async-aws/core

0.4.0

Changed

  • Moved value objects to a dedicated namespace.
  • Results' populateResult() has only one argument. It takes a AsyncAws\Core\Response.
  • Using DateTimeImmutable instead of DateTimeInterface
  • The AsyncAws\Lambda\Enum\*, AsyncAws\Lambda\Input\* and AsyncAws\Lambda\ValueObject* classes are marked final.

Removed

  • Dependency on symfony/http-client-contracts
  • All validate() methods on the inputs. They are merged with request().

0.3.0

Added

  • Enums; InvocationType, LogType, Runtime

Changed

  • Removed requestBody(), requestHeaders(), requestQuery() and requestUri() input classes. They are replaced with request().
  • Using async-aws/core: 0.4.0

Fixed

  • Action and Version do not need to be part of every body.

0.2.0

Changed

  • Using async-aws/core: 0.3.0

0.1.0

First version