Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python telemetry b2 release notes #981

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 10 additions & 0 deletions releaseNotes/AzureAppConfigurationProviderPython.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 2.0.0b2 - October 14, 2024

### Features

* Added AllocationId to Feature Flags when they have telemetry enabled.

### Bug Fixes

* Fixed an issue where snake case was used for telemetry metadata instead of pascal case.

## 2.0.0b1 - Sepeter 12, 2024

### Features
Expand Down
6 changes: 6 additions & 0 deletions releaseNotes/PythonFeatureManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[Source code][source_code] | [Samples][samples]

## 2.0.0b2 - October 14, 2024

### Features

* Added VariantAllocationPercentage, DefaultWhenEnabled to telemetry data when using `publish_telemetry`.

## 2.0.0b1 - September 10, 2024

### Enhancement
Expand Down