You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SECURITY FIX: This release addresses a security issue associated with CVE-2015-5723, specifically, fixes improper default directory umask behavior
that could potentially allow unauthorized modifications of PHP code. (Thanks to @ryan-lane for the initial report.)
Aws\Ec2 - Added support for SpotFleetLaunchSpecification.
Aws\Emr - Added support for Amazon EMR release 4.0.0, which includes a new
application installation and configuration experience, upgraded versions of
Hadoop, Hive, and Spark, and now uses open source standards for ports and
paths. To specify an Amazon EMR release, use the release label parameter (AMI
versions 3.x and 2.x can still be specified with the AMI version parameter).
Aws\Glacier - Added support for the InitiateVaultLock, GetVaultLock,
AbortVaultLock, and CompleteVaultLock API operations.
Fixed a memory leak that occurred when clients were created and never used.
Updated JsonCompiler by addressing a potential race condition and ensuring
that caches are invalidated when upgrading to a new version of the SDK.