Skip to content

Version 3.2.1

Compare
Choose a tag to compare
@jeskew jeskew released this 24 Jul 00:44
· 5032 commits to master since this release
  • 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.
  • Updated protocol and acceptance tests.