- AWS api-change: Added
us-isof-east-1
andus-isof-south-1
regions
- use strict comparison
null !==
instead of!
- AWS api-change: This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.
- Enable compiler optimization for the
sprintf
function.
- Add
Accept: application/json
header in request to fix incompatibility with 3rd party providers
- AWS api-change: This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses.
- AWS api-change: Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data.
- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.
- Improve parameter type and return type in phpdoc
- AWS enhancement: Documentation updates.
- AWS api-change: This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
- Added operation
detectModerationLabels
- AWS api-change: This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
- AWS api-change: Add new
UserId
property inFace
- AWS api-change: This release introduces a new field IndexFacesModelVersion, which is the version of the face detect and storage model that was used when indexing the face vector.
- AWS api-change: Added
us-fips
regions - AWS api-change: Added
ca-central-1
region - AWS api-change: Use specific configuration for
us
regions - AWS api-change: This release added new KnownGender types for Celebrity Recognition.
- AWS api-change: Add AWS tagging support for Amazon Rekognition collections, stream processors, and Custom Label models
- AWS api-change: Improve documentation
- AWS api-change: Add new attributes to Rekognition RecognizeCelebities and GetCelebrityInfo API operations.
- Added operation
getCelebrityInfo
- Added operation
recognizeCelebrities
- Assert the provided Input can be json-encoded.
- Changed case of object's properties to camelCase.
- Added documentation in class headers.
- Added domain exceptions
- If provided an unrecognized region, then fallback to default region config
- Make sure we throw exception from async-aws/core
- Support for
ca-central-1
andrekognition-fips.ca-central-1
regions
First version