- use strict comparison
null !==
instead of!
- AWS api-change: This release includes support to add tags when creating a stream
- Enable compiler optimization for the
sprintf
function.
- Add
Accept: application/json
header in request to fix incompatibility with 3rd party providers
- AWS enhancement: Documentation updates.
- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.
- The return type for
\AsyncAws\Kinesis\Result\GetRecordsOutput::getMillisBehindLatest
usesint
instead ofstring
to reflect the AWS type.
- Avoid overriding the exception message with the raw message
- Use int as the PHP representation of long fields in generated code
- Improve parameter type and return type in phpdoc
- BC BREAK:
listStreams
now yield over stream names AND descriptions
- AWS api-change: Added StreamARN parameter for Kinesis Data Streams APIs. Added a new opaque pagination token for ListStreams. SDKs will auto-generate Account Endpoint when accessing Kinesis Data Streams.
- AWS api-change: added
fips-us-gov-east-1
andfips-us-gov-west-1
regions
- Timestamp format
- AWS api-change: Added
us-iso-west-1
region - AWS api-change: Use specific configuration for
us
regions - AWS api-change: Amazon Kinesis Data Streams now supports on demand streams.
- Handle not-defined array properties
First version