Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

prepare 4.12.1 release #188

Merged
merged 452 commits into from
Mar 20, 2020
Merged

prepare 4.12.1 release #188

merged 452 commits into from
Mar 20, 2020

Conversation

LaunchDarklyCI
Copy link
Contributor

[4.12.1] - 2020-03-20

Changed:

  • Improved the performance of the in-memory flag data store by using an immutable map that is atomically replaced on updates, so reads do not need a lock.
  • Improved the performance of flag evaluations when there is a very long user target list in a feature flag or user segment, by representing the user key collection as a Set rather than a List.
  • Updated OkHttp version to 3.12.10 (the latest version that still supports Java 7).

hroederld and others added 30 commits February 5, 2019 11:40
fix tool download for packaging tests
…events

add experimentation event overrides for rules and fallthrough
…failure

perform orderly shutdown of event processor if it dies; process queue in chunks
use long ints in summary event counters
…ntation-events"

This reverts commit 29716e6, reversing
changes made to 67beb27.
track or identify without a valid user shouldn't send an event
bump eventsource version so we're no longer getting JSR305 annotations
…s-clarification

extract gradle properties clarification to separate PR
Removed .fossa.yml, removed fossa job from circleci, removed fossa ba…
* artifact/repository rename + doc update

* cleaning up markdown files

* cleaning up markdown files

* cleaning up markdown files

* cleaning up markdown files

* absolute contributing url

* adding "server-side" to the title

* adding "server-side" to the title

* relative link

* add a note to the changelog about the artifact name change
eli-darkly and others added 26 commits January 28, 2020 15:45
fix generation of CA certs for TLS tests
fix Redis URI bug and improve data store tests
…fixes

miscellaneous config fixes and test improvements
use Set instead of List for user targets
…eads

(4.x) change in-memory store to use an immutable map and lockless reads
@eli-darkly eli-darkly requested a review from bwoskow-ld March 20, 2020 21:22
@LaunchDarklyCI LaunchDarklyCI merged commit 0e95b1a into master Mar 20, 2020
@LaunchDarklyCI LaunchDarklyCI deleted the release-4.12.1 branch March 20, 2020 21:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants