Alamofire v3.4.1 Release Notes

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

    โž• Added

    • Rdar 26761490 to the list of rdars affecting Alamofire.
    • โœ… A new debugDescription test for a MultipartFormData Request with duplicate headers.

    โšก๏ธ Updated

    • CocoaPod installation instructions in README to be compatible with 1.x.
    • The README to reflect the best error practices in response serializers.
    • The generation of the User-Agent header to use non-localized sources.
    • The Generic Response Object Serialization section of the README to use protocol extension.
    • Reachability by removing explicit IPv6 logic since OS handles this automatically.
    • โœ… Host manager reachability test to use different hostname to improve test reliability.

    โœ‚ Removed

    • ๐Ÿš€ ReleaseTest configuration and updated Travis-CI yaml file to enable testability directly.

    ๐Ÿ›  Fixed

    • Memory leak in Timeline description and debugDescription due to string interpolation.