From 0c4a8c0f10cfd22c089b875f62fc0a2e0ba6c504 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Tue, 19 Mar 2024 18:21:20 +0000 Subject: [PATCH] Releasing version 5.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17bd1a2..e612bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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). +## [5.1.0] - 2024-03-19 +### Changed: +- Redact anonymous attributes within feature events +- Always inline contexts for feature events + +### Fixed: +- Pin dev version of node to compatible types. + +### Removed: +- HTTP fallback ping + ## [5.0.3] - 2023-03-21 ### Changed: - Update `LDContext` to allow for key to be optional. This is used when making an anonymous context with a generated key. diff --git a/package.json b/package.json index 76d8b64..cc352e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-sdk-common", - "version": "5.0.3", + "version": "5.1.0", "description": "LaunchDarkly SDK for JavaScript - common code", "author": "LaunchDarkly ", "license": "Apache-2.0",