Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-feature/go-sdk-contrib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f6b25fd6ea9dfe1d6078c468a22259a36e15a841
Choose a base ref
..
head repository: open-feature/go-sdk-contrib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c1fa9036331e428e1ad52f7672d1beee3115e07
Choose a head ref
Showing with 8 additions and 1 deletion.
  1. +1 −1 .release-please-manifest.json
  2. +7 −0 providers/go-feature-flag/CHANGELOG.md
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"providers/flagd": "0.2.4",
"providers/flipt": "0.1.3",
"providers/from-env": "0.1.5",
"providers/go-feature-flag": "0.2.2",
"providers/go-feature-flag": "0.2.3",
"providers/gcp": "0.0.1",
"providers/flagsmith": "0.1.4",
"providers/launchdarkly": "0.1.5",
7 changes: 7 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.2.2...providers/go-feature-flag/v0.2.3) (2025-02-10)


### ✨ New Features

* **gofeatureflag:** Support exporterMetadata in evaluation API ([#621](https://github.com/open-feature/go-sdk-contrib/issues/621)) ([ec4421e](https://github.com/open-feature/go-sdk-contrib/commit/ec4421ed6f54f9c06953664411863e24ea75b7fa))

## [0.2.2](https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.2.1...providers/go-feature-flag/v0.2.2) (2025-01-23)