Skip to content

Commit 43af2ad

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.2.0
1 parent b29d4d4 commit 43af2ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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+
## [4.2.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
## [4.1.1] - 2022-06-07
613
### Changed:
714
- Enforce a 64 character limit for `application.id` and `application.version` configuration options.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-js-sdk-common",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "LaunchDarkly SDK for JavaScript - common code",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)