Alamofire v3.1.4 Release Notes

  • ๐Ÿš€ Released on 2015-12-16. All issues associated with this milestone can be found using this filter.

    โž• Added

    • ๐Ÿ“š NSTemporaryExceptionMinimumTLSVersion documentation to the ATS section in the README.
    • โž• Added ReleaseTest configuration to allow running tests against optimized build.

    โšก๏ธ Updated

    • โšก๏ธ Carthage instructions in the README to clearly callout the carthage update command.
    • ParameterEncoding to early out when passed an empty parameters dictionary.
    • ๐Ÿ‘ The certificatesInBundle to support cer, crt and der extensions.
    • ๐Ÿš€ The ENABLE_TESTABILITY flag to NO for Release configuration and disabled tests for non-test builds to better support Carthage.
    • โœ… The server certificates for the TLS tests and added all certificates to all test targets.
    • ๐Ÿ”ง The Travis-CI configuration to Xcode 7.2, iOS 9.2, tvOS 9.1 and watchOS 2.1.

    โœ‚ Removed

    • โ†ช SecCertificate array Swift workaround in ServerTrustPolicy for Xcode 7.2.