Skip to content

Commit 67a73df

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.7.0
1 parent bbfb10e commit 67a73df

File tree

3 files changed

+8498
-1
lines changed

3 files changed

+8498
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the `launchdarkly-js-sdk-common` package will be documented in this file. Changes that affect the dependent SDKs such as `launchdarkly-js-client-sdk` should also be logged in those projects, in the next release that uses the updated version of this package. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.7.0] - 2022-10-03
6+
### Removed:
7+
- Removed `seenRequests` cache. This cache was used to de-duplicate events, but it has been supplanted with summary events.
8+
9+
### Deprecated:
10+
- The `allowFrequentDuplicateEvents` configuration has been deprecated because it controlled the behavior of the `seenRequests` cache.
11+
512
## [3.6.0] - 2022-04-21
613
### Added:
714
- `LDOptionsBase.application`, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.

0 commit comments

Comments
 (0)