Skip to content

Releases: AvdLee/appstoreconnect-swift-sdk

1.1.2

11 Jun 09:28
2abaffe
Compare
Choose a tag to compare
  • Return Response instead of Void for "Sales and Finance Reports" endpoints (#100) via @DechengMa
  • Add public init to CapabilitySetting and CapabilityOption (#106) via @DechengMa
  • Add paging to listProfiles endpoint (#107) via @DechengMa
  • List/Read Certificates fails to parse response. (#104) via @orj
  • Merge release 1.1.1 into master (#99) via @SwiftLeeBot

1.1.1

01 May 07:44
4cd4025
Compare
Choose a tag to compare

1.1.0

30 Apr 16:44
4f27f45
Compare
Choose a tag to compare

1.0.3

15 Apr 12:57
51bef14
Compare
Choose a tag to compare
  • Profile.Attributes createDate should be createdDate (#90) via @orj
  • APIEndpoint.listBundleIds doesn't have 'include' parameter. (#88) via @orj
  • Naming mismatch for include field in Response (#86) via @DechengMa
  • Merge release 1.0.2 into master (#85) via @SwiftLeeBot

1.0.2

14 Apr 08:53
f2aede0
Compare
Choose a tag to compare

1.0.1

20 Mar 07:13
f1d3e0d
Compare
Choose a tag to compare

1.0.0

08 Mar 12:33
a32bc8c
Compare
Choose a tag to compare
  • Trying to build a command line tool (#69) via @AvdLee
  • Make it a requirement to have SwiftLint setup locally (#58) via @AvdLee
  • Implement WeTransfer-iOS-CI (#71) via @AvdLee
  • Sometimes the bundle id has platform = "UNIVERSAL" (#70)
  • Adds response data for requests with a void result type. (#66)
  • Add support for Profiles and Devices endpoints (#65)
  • SPM issues about macOS version (#61)
  • Add support for Bundle IDs and Capabilities endpoints (#57)
  • typo fix for issue 42 (#62)
  • Remove custom Result type (#59)
  • Rename Certificates method name to align with API design (#55)
  • Fix indentation in docs (#56)
  • Fix CI and Danger reports (#54)
  • Add support for Certificates endpoints (#53)
  • Implemented Register a New Bundle ID endpoint (#51)
  • Make error messages more verbose when debugging (#52)
  • Updated Swift Package Manager installation instructions (#50)
  • Swift 5.1 support (#49)
  • Date decoding issue (#43)

Initial release

13 May 09:15
0885a85
Compare
Choose a tag to compare

This is the initial release of the SDK, including the following features:

  • Configuration with API Key
  • APIProvider with endpoints structure
  • Add models for all endpoints
  • JWT Logic to sign requests
  • Get started section in the readme
  • Support for Mac
  • TestFlight API implementation
  • Users and Roles implementation
  • Sales and Finances implementation
  • Replace Alamofire dependency with own simple URLSession implementation