Skip to content

Version 1.0.0.beta1

Compare
Choose a tag to compare
@WilliamDenniss WilliamDenniss released this 24 Oct 17:27
· 144 commits to master since this release

First 1.0.0 beta!

Notable Changes

  1. All deprecated APIs removed. Please ensure your code builds on version
    0.95.0 with no deprecation warnings before upgrading!
  2. Updated for iOS 12, and Xcode 10. As is our policy, AppAuth targets
    many versions of iOS, but only the current Xcode toolchain.
    If you need to stay on old versions of Xcode for some reason, stay
    on the pre-1.0 releases.
  3. macOS 32-bit support removed. If you need this support, stay on the
    pre-1.0 releases.

Fixes

  1. x-www-form-urlencoded encoding and decoding should be 100%
    spec compliant now, previously the + character was not decoded as
    0x20 space. This fix was back-ported to the pre-1.0 branch and is
    available in the 0.95.0 release.
    #291