Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

71 lines (39 loc) · 1.34 KB

Change Log

NOT RELEASED

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