Skip to content

Releases: launchdarkly/swift-eventsource

[1.1.0] - 2020-07-20

20 Jul 18:49
4f817e1
Compare
Choose a tag to compare

Added

  • Support arm64e on appletvos, iphoneos, and macosx SDKs by extending valid architectures.
  • Support for building LDSwiftEventSource on Linux. Currently this library will not generate log messages on Linux, and may not behave correctly on Linux due to Foundation being incomplete.

[1.0.0] - 2020-07-16

16 Jul 17:48
ac1f0e0
Compare
Choose a tag to compare

This is the first public release of the LDSwiftEventSource library. The following notes are what changed since the previous pre-release version.

Changed

  • Renamed EventHandler.onMessage parameter event to eventType.
  • The EventSource class no longer extends NSObject or URLSessionDataDelegate to not expose urlSession functions.

[0.5.0] - 2020-07-14

15 Jul 13:57
f6c1146
Compare
Choose a tag to compare
[0.5.0] - 2020-07-14 Pre-release
Pre-release

Changed

  • Default LDSwiftEventSource product defined for the SwiftPM package is now explicitly a dynamic product. An explicitly static product is now available as LDSwiftEventSourceStatic.

[0.4.0] - 2020-07-13

13 Jul 14:39
6290264
Compare
Choose a tag to compare
[0.4.0] - 2020-07-13 Pre-release
Pre-release

Changed

  • Converted build system to use a single target to produce a universal framework, rather than separate targets for each platform that share a product name. This is to prevent issues with xcodebuild resolving the build scheme to an incorrect platform when building dependent packages with 'Find Implicit Dependencies' enabled. This is due to a bug in xcodebuild, for more information see http://www.openradar.me/20490378 and http://www.openradar.me/22008701.

[0.3.0] - 2020-06-02

02 Jun 09:59
9335390
Compare
Choose a tag to compare
[0.3.0] - 2020-06-02 Pre-release
Pre-release

Added

  • Added stop() method to shutdown the EventSource connection.

Changed

  • Logging subsystem renamed from com.launchdarkly.swift-event-source to com.launchdarkly.swift-eventsource

[0.2.0] - 2020-05-21

21 May 09:22
Compare
Choose a tag to compare
[0.2.0] - 2020-05-21 Pre-release
Pre-release

Added

  • Public constructors for UnsuccessfulResponseError and MessageEvent to allow consumers of the library to use them for unit tests.

[0.1.0] - 2020-05-09

09 May 08:58
6479070
Compare
Choose a tag to compare
[0.1.0] - 2020-05-09 Pre-release
Pre-release

Added

  • Initial implementation for internal alpha testing.