Skip to content

Releases: adobe/aepsdk-edge-ios

v5.0.2

28 May 20:33
726f7b1
Compare
Choose a tag to compare

Release Notes

  • Fixed an issue in Edge hit processor and now it retries hits on recoverable URLErrors shared by Mobile Core.

What’s Changed

  • Staging -> Main [5.0.2 Release] (#475) @addb
  • Update podfile lock (#480) @addb
  • Update Podfile.lock file with Edge 5.0.2 version (#479) @addb
  • Updating version to 5.0.2 (#478) @addb
  • Updating version to 5.0.2 (#476) @github-actions
  • Dev -> Staging [5.1.0 Release] (#472) @addb
  • update weak self usage (#474) @emdobrin
  • Remove explicit AEPServices dependency (#473) @addb
  • Updating version to 5.1.0 (#471) @github-actions
  • Add AEPServices and AEPEdgeIdentity version to be updated in the Github Action (#470) @addb
  • unwrap weak self before use (#469) @emdobrin
  • Retry Edge Hits for Recoverable URLErrors (#467) @addb

v5.0.1

02 May 21:26
7bbaf3e
Compare
Choose a tag to compare

Release Notes

  • Edge requests now retrieve the configuration state at the time the requests are queued, instead of at the time the requests are sent.

What’s Changed

v5.0.0

20 Mar 02:53
4817d95
Compare
Choose a tag to compare

Release Notes

Major version update for Edge Network for Adobe Experience Platform Mobile SDKs on iOS compatible with Mobile Core 5.0.0. The current release includes the following changes:

  • Updated the minimum supported version to iOS 12.0 and tvOS 12.0.
  • Include XCFrameworks built with Xcode 15.0.1 with the GitHub release.

What’s Changed

v4.3.1

06 Mar 23:30
5156cf7
Compare
Choose a tag to compare

Release Notes

  • Added max versions to Platform dependencies in podspec.

What’s Changed

v4.3.0

27 Oct 22:04
00fd1a7
Compare
Choose a tag to compare

Release Notes

  • Added support to customize datastream configurations on a per-event basis using the sendEvent API.
  • Improved logging on connection failure.

What’s Changed

v4.2.0

01 Sep 21:30
9aef3e6
Compare
Choose a tag to compare

What’s Changed

v4.1.0

21 Jul 22:14
87ed2bc
Compare
Choose a tag to compare

Highlights

  • Added support for chaining related events.
  • Fixed location of event index when decoding network response errors and warnings.

What’s Changed

v4.0.0

02 Jun 03:01
07bb964
Compare
Choose a tag to compare

Highlights

  • Updated the minimum supported version to iOS 11.0 and tvOS 11.0.
  • Include xcframeworks built with Xcode 14.1 with the GH release.
  • Removed deprecated class XDMFormatters. Use functions getISO8601UTCDateWithMilliseconds() and getISO8601FullDate() in Date class extension from AEPServices module instead.
  • Fixed issue where empty "payload" array was not included in events dispatched after receiving Edge Network response.

What’s Changed

  • Fix makefile build-app command (#356) @addb
  • Staging -> Main v4.0.0 release (#355) @addb
  • Merge to Staging for 4.0.0 release (#351) @kevinlind
  • Update Podfile to use Core/Services production version (#354) @addb
  • Update Podfile to use Core/Services staging branch (#353) @kevinlind
  • Update Min supported version to iOS 11, tvOS 11 and Xcode 14.1 + Extension version Bump to 4.0.0 (#344) @addb
  • Remove deprecated class XDMFormatters (#350) @kevinlind
  • Allow empty 'payload' field in response handle event (resolves #316) (#322) @kevinlind
  • Updates LICENSE file (#315) @emdobrin
  • main -> dev for version updater (#314) @emdobrin
  • add update version script and gh action (#298) @sbenedicadb
  • Sync dev branch with main branch (#313) @addb
  • Update to production pods released with tvOS support (#311) @addb

v1.6.0

01 Mar 05:42
5dfde80
Compare
Choose a tag to compare

What’s Changed

v1.5.0

19 Oct 23:53
7d4d0dc
Compare
Choose a tag to compare

Highlights

  • Adds support for persisting the location hint returned by the Edge Network for the duration of the session for an improved user experience. Includes new APIs getLocationHint and setLocationHint allowing hybrid applications to share the location hint across SDKs.

Internal tag: AEPEdge (Swift) 1.5.0

What’s Changed