Skip to content
Merged
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
6 changes: 6 additions & 0 deletions releaseNotes/GoFeatureManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 1.0.0-beta.2 - July 18, 2025

### Bug Fixes

- Fixed a bug where unmarshaling `TargetingFilterParameters` used incorrect JSON tag, causing `RolloutPercentage` to always be 0 and preventing proper percentage-based rollouts.

## 1.0.0-beta.1 - July 01, 2025

Initial release of Feature Management for Go, including support for the following capabilities. Note that, version `1.1.0-beta.1` or later of Go provider is required for loading feature flags from Azure App Configuration.
Expand Down