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 4.3.1 release #203

Merged
merged 78 commits into from
Dec 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
abe59a0
Changes user-device to device model identifier (#75)
markpokornycos May 17, 2019
a0ed7a0
Replaced entire flag store ff array instead of in place manipulation
torchhound Jun 18, 2019
41572d9
Updated CHANGELOG and bumped version number
torchhound Jun 18, 2019
706768d
Added correct copy behavior to FlagStore delete and update
torchhound Jun 18, 2019
1a924a0
Merge pull request #76 from launchdarkly/jc/concurrency-fix
torchhound Jun 18, 2019
a7fc8c6
Improved CHANGELOG entry for 4.0.1
torchhound Jun 18, 2019
825908c
Changed version to 4.1.0, updated CHANGELOG
torchhound Jun 19, 2019
f204362
Update 4.1.0 release date
torchhound Jun 19, 2019
35fe469
installs ios-eventsource 4.0.2
markpokornycos Jun 25, 2019
872dc91
installs CocoaPods 1.7.2
markpokornycos Jun 25, 2019
a25e6ff
clears swift 5 update warning
markpokornycos Jun 25, 2019
ea1eb0f
updates circle config to use xcode 10.2.1
markpokornycos Jun 25, 2019
bbe700f
advances version to 4.1.1
markpokornycos Jun 25, 2019
3b49d6d
installs Nimble 8.0.2
markpokornycos Jun 25, 2019
e1ebc1d
updates SwiftLint to 0.33.0
markpokornycos Jun 25, 2019
ff7b3b0
Merge branch 'master' into next-release
torchhound Jul 9, 2019
403aad9
Update 4.1.1 release date
torchhound Jul 9, 2019
7da46cb
Improved CHANGELOG 4.1.1 description
torchhound Jul 9, 2019
419b138
Made CHANGELOG 4.1.1 more consistent
torchhound Jul 9, 2019
27e6b7e
Merge pull request #77 from launchdarkly/version_4.1.1
torchhound Jul 9, 2019
802dff6
Merge branch 'master' into next-release
torchhound Jul 9, 2019
dfbb85f
Merge branch 'master' into next-release
torchhound Jul 10, 2019
c5589c2
4.1.2 release, updated version numbers and CHANGELOG
torchhound Jul 11, 2019
6c007f8
Made 4.1.2 CHANGELOG entry more descriptive
torchhound Jul 11, 2019
19e9764
Merge branch 'master' into next-release
torchhound Jul 11, 2019
71b1a4e
Rebuilt Connection Status, added unit tests, fixed warnings
torchhound Aug 16, 2019
63a0ad2
Changed guard to equals in Dictionary extension, changed ConnectionIn…
torchhound Aug 16, 2019
7e0c447
Fixed threading issues and reference semantics
torchhound Aug 16, 2019
6d942ef
Improved ConnectionInformation toString, fixed background behavior
torchhound Aug 23, 2019
13e3224
Added network connectivity check, changed TimeIntervals to Optionals
torchhound Aug 26, 2019
283a1a0
Added Connection Status files to correct Target Membership, added con…
torchhound Aug 26, 2019
2a288cc
PR review changes
torchhound Aug 27, 2019
f034c6b
More PR review changes
torchhound Aug 27, 2019
4bc8148
Even more PR review changes
torchhound Aug 27, 2019
c200953
Removed ConnectionInformationCaching, removed redundant variables
torchhound Aug 27, 2019
4b83ed3
Simplified synchronizing error behavior for connection status
torchhound Aug 27, 2019
37edbd2
DRY up setupListeners
torchhound Aug 27, 2019
43fba6d
Fixed string cases for LastConnectionFailureReason Codable
torchhound Aug 27, 2019
07983fb
Forgot to add polling last successful connection
torchhound Aug 28, 2019
962111b
Store is now in Cache dir, removed listeners and 1 ldclient.shared, c…
torchhound Aug 29, 2019
acbbe2f
Added ConnectionModeChangedObserver
torchhound Aug 29, 2019
11f1fcb
Fixed confusing docstring, removed unnecessary flag synchronizer
torchhound Aug 29, 2019
4ea4674
Changed getValue and toString to description
torchhound Aug 29, 2019
178199d
Changed description to computed property
torchhound Aug 29, 2019
cbc7d92
Removed connectionModeCheck
torchhound Aug 29, 2019
8ee3fde
Improved background connection status behavior
torchhound Aug 29, 2019
05cd525
Changed ConnectionInformation description to computed property
torchhound Aug 29, 2019
b29f212
Merge pull request #78 from launchdarkly/jc/ch34534/connection-status-v2
torchhound Sep 9, 2019
eae3119
Added new identify method, updated swiftlint rules
torchhound Sep 9, 2019
b637c84
Made Identify actually change the user, fixed unit tests
torchhound Sep 11, 2019
29891e6
Removed unnecessary _user assignment
torchhound Sep 11, 2019
2d2ea9e
Move swiftlint disable to LDClient, move user assignment into identif…
torchhound Sep 11, 2019
1d1996a
Added private setOnline and go functions for identify
torchhound Sep 19, 2019
799b1bd
Forgot to replace go in guard with goIdentify
torchhound Sep 19, 2019
ebc945a
Copied user property unit tests for identify
torchhound Sep 20, 2019
d850196
Added optimization to not call setOnline when there is no completion …
torchhound Sep 20, 2019
2834529
Testing identifyInternal change in IH
torchhound Sep 20, 2019
1afaaea
requested PR changes
torchhound Sep 23, 2019
d34e4d6
Fixed convertCachedData call count, some PR feedback fixes
torchhound Sep 24, 2019
e730d9d
Simplified unit tests, added comment about thread safety
torchhound Oct 11, 2019
bd0a4b8
Merge pull request #79 from launchdarkly/jc/ch40005/identify-method
torchhound Oct 11, 2019
b54ef8c
Changed lastSuccessfulConnection to lastKnownFlagValidity, added on s…
torchhound Oct 16, 2019
b38bc22
Fixed handler
torchhound Oct 18, 2019
e352876
Remove unnecessary import
torchhound Oct 18, 2019
5279281
Changed eventSource access level
torchhound Oct 18, 2019
7d9a3f0
Reset lastKnownFlagValidity to nil when we make a successful stream c…
torchhound Oct 18, 2019
ad1d6b4
Made comment about lastKnownFlagValidity having a value more clear
torchhound Oct 18, 2019
705ca57
Changed guard let to if let in DarklyService EventSource extension
torchhound Oct 21, 2019
9d41357
Merge pull request #80 from launchdarkly/jc/connection-status-time-ch…
torchhound Oct 24, 2019
0a29569
Updated README, CHANGELOG, and podspec for 4.2.0
torchhound Oct 24, 2019
bca7a0d
Merge branch 'master' into next-release
torchhound Oct 25, 2019
df2bc50
[4.2.1] - 2019-11-15 (#81)
torchhound Nov 15, 2019
a49e73a
Evaluation Reasons (#82)
torchhound Dec 2, 2019
37203f7
Experimentation 1.5 (#83)
torchhound Dec 3, 2019
65b9760
Prepare version 4.3.0
torchhound Dec 3, 2019
0ef032a
Merge branch 'master' into next-release
torchhound Dec 3, 2019
b54b1de
Merge branch 'master' into next-release
torchhound Dec 3, 2019
99005da
Update ios-eventsource to 4.1.0 (#84)
torchhound Dec 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
name: CocoaPods lib lint
command: |
curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
pod repo update
bundle exec pod lib lint

- run:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to the LaunchDarkly iOS SDK will be documented in this file.
### Multiple Environment clients
Version 4.0.0 does not support multiple environments. If you use version `2.14.0` or later and set `LDConfig`'s `secondaryMobileKeys` you will not be able to migrate to version `4.0.0`. Multiple Environments will be added in a future release to the Swift SDK.

## [4.3.1] - 2019-12-12
### Changed
- Updated to `ios-eventsource` version `4.1.0`. This negates the need to `use_frameworks!` when using the React Native SDK. This change does not affect the iOS SDK.

## [4.3.0] - 2019-12-3
### Added
- Implemented `variationDetail` which returns an Evaluation Reason giving developers greater insight into why a value was returned.
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "launchdarkly/ios-eventsource" >= 4.0.3
github "launchdarkly/ios-eventsource" >= 4.1.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "launchdarkly/ios-eventsource" "4.0.3"
github "launchdarkly/ios-eventsource" "4.1.0"
10 changes: 5 additions & 5 deletions Carthage/Build/.ios-eventsource.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

296 changes: 296 additions & 0 deletions Carthage/Build/iOS/9601340B-D170-36F2-B4CB-67AAD2F42C6E.bcsymbolmap

Large diffs are not rendered by default.

365 changes: 365 additions & 0 deletions Carthage/Build/iOS/BEB6B0B2-6DB5-32D1-A65C-B5B936A51F75.bcsymbolmap

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/iOS/DarklyEventSource.framework/DarklyEventSource
Binary file not shown.
Binary file modified Carthage/Build/iOS/DarklyEventSource.framework/Info.plist
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/tvOS/DarklyEventSource.framework/DarklyEventSource
Binary file not shown.
Binary file modified Carthage/Build/tvOS/DarklyEventSource.framework/Info.plist
Binary file not shown.
155 changes: 155 additions & 0 deletions Carthage/Build/tvOS/F32B13FA-0E3C-34C5-842B-49CFA7CBA20B.bcsymbolmap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading