Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 5.1.0 release #219

Merged
merged 269 commits into from
Aug 4, 2020
Merged

prepare 5.1.0 release #219

merged 269 commits into from
Aug 4, 2020

Conversation

gwhelanLD
Copy link
Contributor

@gwhelanLD gwhelanLD commented Aug 4, 2020

[5.1.0] - 2020-08-04

Added

  • The ability to specify additional headers to be included on HTTP requests to LaunchDarkly services using LDConfig.additionalHeaders. This feature is to enable certain proxy configurations, and is not needed for normal use.
  • Support for building docs with jazzy. These docs will be available through GitHub Pages.

Fixed

  • SDK causing nested bundles in archived product when including the SDK through Carthage. This caused rejections when submitted to the App Store. Thanks to @spr for reporting (#217).
  • SDK causing application to expect LDSwiftEventSource dynamic framework when built with SwiftPM, which does not include the dynamic framework in the resulting application. This causes the application to be rejected when submitted to the App Store. Thanks to @spr for reporting (#216).

…ditional compilation of network connectivity check for WatchOS
…hanged TimeInterval to Date, changed two inout's to var's
Rebuilt Connection Status, added unit tests, fixed warnings
torchhound and others added 23 commits July 9, 2020 22:55
…daryMobileKeys, removed commented out code in LDConfig, removed unnecessary setOnline method in ObjcLDClient
…d replaced them with defaultValue (#111)

* Added .swiftpm/ to .gitignore, removed all occurrences of fallback and replaced them with defaultValue

* Change .swiftpm/ to /.swiftpm

* Removed defaultValue value

* Fix 2 typos
Co-authored-by: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com>
(5.0) Add objc annotation for start methods in ObjcLDClient
Also removed unused test code. Improve documentation on LDClient.flush()
)

Fix a bug with preventing the SDK from retrying eventsource connections when the service returns a 5XX error code. Renamed a couple of public APIs. Removed some publicly exposed implementation details. Updated CHANGELOG.md for 5.0.
@gwhelanLD gwhelanLD merged commit c0cf572 into v5 Aug 4, 2020
@gwhelanLD gwhelanLD deleted the release-5.1.0 branch August 4, 2020 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants