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.1.0 release #180

Merged
merged 9 commits into from
Jun 19, 2019
Merged

Prepare 4.1.0 release #180

merged 9 commits into from
Jun 19, 2019

Conversation

torchhound
Copy link
Contributor

[4.1.0] - 2019-06-19

Change

  • Installs new deviceModel into EnvironmentReporter and renames old deviceModel to deviceType
  • use CwSysCtl for macos model

Fixed

  • Fixed a concurrency bug that caused crashes in FlagStore.swift. This bug could surface during rapid updates to local flags.

@torchhound torchhound requested a review from gwhelanLD June 19, 2019 22:20
@@ -1,7 +1,7 @@
Pod::Spec.new do |ld|

ld.name = "LaunchDarkly"
ld.version = "4.0.0"
ld.version = "4.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What makes this a minor release rather than a patch? It looks like the deviceModel/deviceType changes are internal, but I might be wrong.

CHANGELOG.md Outdated
## [4.1.0] - 2019-06-19
### Change
- Installs new `deviceModel` into `EnvironmentReporter` and renames old `deviceModel` to `deviceType`
- use `CwSysCtl` for macos model
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to be two separate entries? They seem related, but the CrSysCtl one is rather unclear on what it means.

@torchhound torchhound requested a review from gwhelanLD June 19, 2019 23:13
@torchhound torchhound merged commit e20c9c3 into v4 Jun 19, 2019
@torchhound torchhound deleted the 4.1.0 branch June 19, 2019 23:15
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