Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions releaseNotes/JavaScriptFeatureManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[Source code][source_code] | [Package (npm)][package] | [Samples][samples]

## 2.1.0-preview.1 - April 22, 2025

### Enhancements

* Introduced `ITargetingContextAccessor` to allow `FeatureManager` to get ambient targeting context in the server scenario. You can configure a targeting context accessor when initializing the `FeatureManager` through `FeatureManagerOptions.targetingContextAccessor`. [#93](https://github.com/microsoft/FeatureManagement-JavaScript/pull/93)

## 2.0.0 - Jan 14, 2025

### Enhancements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[Source code][source_code] | [Package (npm)][package] | [Samples][samples]

## 2.1.0-preview.1 - April 22, 2025

* Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes.

### Enhancements

* Added `createTargetingTelemetryInitializer` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98)

## 2.0.0 - Jan 14, 2025

### Enhancements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[Source code][source_code] | [Package (npm)][package] | [Samples][samples]

## 2.1.0-preview.1 - April 22, 2025

* Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes.

### Enhancements

* Added `createTargetingTelemetryProcessor` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98)

## 2.0.0 - Jan 14, 2025

### Enhancements
Expand Down
4 changes: 4 additions & 0 deletions releaseNotes/JavaScriptProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[Source code][source_code] | [Package (npm)][package] | [Samples][samples]

## 2.0.2 - April 22, 2025

- `FeatureFlagId` will no longer be added to telemetry metadata of a feature flag with `telemetry` enabled. [#183](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/183)
Comment thread
zhiyuanliang-ms marked this conversation as resolved.
Outdated

## 2.0.1 - February 27, 2025

### Bug Fixes
Expand Down