Skip to content

Commit f1bf7a6

Browse files
chore(main): release 2.3.2 (#372)
🤖 I have created a release *beep* *boop* --- ## [2.3.2](v2.3.1...v2.3.2) (2025-03-24) ### 🐛 Bug Fixes * Address issue with newline characters when running Logging Hook Unit Tests on linux ([#374](#374)) ([a98334e](a98334e)) * Remove virtual GetEventChannel from FeatureProvider ([#401](#401)) ([00a4e4a](00a4e4a)) * Update project name in solution file ([#380](#380)) ([1f13258](1f13258)) ### 🧹 Chore * Correct LoggingHookTest timestamp handling. ([#386](#386)) ([c69a6e5](c69a6e5)) * **deps:** update actions/setup-dotnet digest to 67a3573 ([#402](#402)) ([2e2c489](2e2c489)) * **deps:** update actions/upload-artifact action to v4.6.1 ([#385](#385)) ([accf571](accf571)) * **deps:** update actions/upload-artifact action to v4.6.2 ([#406](#406)) ([16c92b7](16c92b7)) * **deps:** update codecov/codecov-action action to v5.4.0 ([#392](#392)) ([06e4e3a](06e4e3a)) * **deps:** update dependency dotnet-sdk to v9.0.202 ([#405](#405)) ([a4beaae](a4beaae)) * **deps:** update dependency microsoft.net.test.sdk to 17.13.0 ([#375](#375)) ([7a735f8](7a735f8)) * **deps:** update dependency reqnroll.xunit to 2.3.0 ([#378](#378)) ([96ba568](96ba568)) * **deps:** update dependency reqnroll.xunit to 2.4.0 ([#396](#396)) ([b30350b](b30350b)) * **deps:** update dependency system.valuetuple to 4.6.0 ([#403](#403)) ([75468d2](75468d2)) * **deps:** update dotnet monorepo ([#379](#379)) ([53ced91](53ced91)) * **deps:** update dotnet monorepo to 9.0.2 ([#377](#377)) ([3bdc79b](3bdc79b)) * **deps:** update github/codeql-action digest to 1b549b9 ([#407](#407)) ([ae9fc79](ae9fc79)) * **deps:** update github/codeql-action digest to 5f8171a ([#404](#404)) ([73a5040](73a5040)) * **deps:** update github/codeql-action digest to 6bb031a ([#398](#398)) ([9b6feab](9b6feab)) * **deps:** update github/codeql-action digest to 9e8d078 ([#371](#371)) ([e74e8e7](e74e8e7)) * **deps:** update github/codeql-action digest to b56ba49 ([#384](#384)) ([cc2990f](cc2990f)) * **deps:** update spec digest to 0cd553d ([#389](#389)) ([85075ac](85075ac)) * **deps:** update spec digest to 54952f3 ([#373](#373)) ([1e8b230](1e8b230)) * **deps:** update spec digest to a69f748 ([#382](#382)) ([4977542](4977542)) * remove FluentAssertions ([#361](#361)) ([4ecfd24](4ecfd24)) * Replace SpecFlow with Reqnroll for testing framework ([#368](#368)) ([ed6ee2c](ed6ee2c)), closes [#354](#354) * update release please repo, specify action permissions ([#369](#369)) ([63846ad](63846ad)) ### 🔄 Refactoring * Improve EventExecutor ([#393](#393)) ([46274a2](46274a2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <[email protected]>
1 parent ae9fc79 commit f1bf7a6

File tree

5 files changed

+46
-5
lines changed

5 files changed

+46
-5
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.1"
2+
".": "2.3.2"
33
}

Diff for: CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## [2.3.2](https://github.com/open-feature/dotnet-sdk/compare/v2.3.1...v2.3.2) (2025-03-24)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Address issue with newline characters when running Logging Hook Unit Tests on linux ([#374](https://github.com/open-feature/dotnet-sdk/issues/374)) ([a98334e](https://github.com/open-feature/dotnet-sdk/commit/a98334edfc0a6a14ff60e362bd7aa198b70ff255))
9+
* Remove virtual GetEventChannel from FeatureProvider ([#401](https://github.com/open-feature/dotnet-sdk/issues/401)) ([00a4e4a](https://github.com/open-feature/dotnet-sdk/commit/00a4e4ab2ccb8984cd3ca57bad6d25e688b1cf8c))
10+
* Update project name in solution file ([#380](https://github.com/open-feature/dotnet-sdk/issues/380)) ([1f13258](https://github.com/open-feature/dotnet-sdk/commit/1f13258737fa051289d51cf5a064e03b0dc936c8))
11+
12+
13+
### 🧹 Chore
14+
15+
* Correct LoggingHookTest timestamp handling. ([#386](https://github.com/open-feature/dotnet-sdk/issues/386)) ([c69a6e5](https://github.com/open-feature/dotnet-sdk/commit/c69a6e5d71a6d652017a0d46c8390554a1dec59e))
16+
* **deps:** update actions/setup-dotnet digest to 67a3573 ([#402](https://github.com/open-feature/dotnet-sdk/issues/402)) ([2e2c489](https://github.com/open-feature/dotnet-sdk/commit/2e2c4898479b3544d663c08ddd2dc011ca482b43))
17+
* **deps:** update actions/upload-artifact action to v4.6.1 ([#385](https://github.com/open-feature/dotnet-sdk/issues/385)) ([accf571](https://github.com/open-feature/dotnet-sdk/commit/accf57181b34c600cb775a93b173f644d8c445d1))
18+
* **deps:** update actions/upload-artifact action to v4.6.2 ([#406](https://github.com/open-feature/dotnet-sdk/issues/406)) ([16c92b7](https://github.com/open-feature/dotnet-sdk/commit/16c92b7814f49aceab6e6d46a8835c2bdc0f3363))
19+
* **deps:** update codecov/codecov-action action to v5.4.0 ([#392](https://github.com/open-feature/dotnet-sdk/issues/392)) ([06e4e3a](https://github.com/open-feature/dotnet-sdk/commit/06e4e3a7ee11aff5c53eeba2259a840956bc4d5d))
20+
* **deps:** update dependency dotnet-sdk to v9.0.202 ([#405](https://github.com/open-feature/dotnet-sdk/issues/405)) ([a4beaae](https://github.com/open-feature/dotnet-sdk/commit/a4beaaea375b3184578d259cd5ca481d23055a54))
21+
* **deps:** update dependency microsoft.net.test.sdk to 17.13.0 ([#375](https://github.com/open-feature/dotnet-sdk/issues/375)) ([7a735f8](https://github.com/open-feature/dotnet-sdk/commit/7a735f8d8b82b79b205f71716e5cf300a7fff276))
22+
* **deps:** update dependency reqnroll.xunit to 2.3.0 ([#378](https://github.com/open-feature/dotnet-sdk/issues/378)) ([96ba568](https://github.com/open-feature/dotnet-sdk/commit/96ba5686c2ba31996603f464fe7e5df9efa01a92))
23+
* **deps:** update dependency reqnroll.xunit to 2.4.0 ([#396](https://github.com/open-feature/dotnet-sdk/issues/396)) ([b30350b](https://github.com/open-feature/dotnet-sdk/commit/b30350bd49f4a8709b69a3eb2db1152d5a4b7f6c))
24+
* **deps:** update dependency system.valuetuple to 4.6.0 ([#403](https://github.com/open-feature/dotnet-sdk/issues/403)) ([75468d2](https://github.com/open-feature/dotnet-sdk/commit/75468d28ba4d8200c7199fe89d6d1a63f3bdd674))
25+
* **deps:** update dotnet monorepo ([#379](https://github.com/open-feature/dotnet-sdk/issues/379)) ([53ced91](https://github.com/open-feature/dotnet-sdk/commit/53ced9118ffcb8cda5142dc2f80465416922030b))
26+
* **deps:** update dotnet monorepo to 9.0.2 ([#377](https://github.com/open-feature/dotnet-sdk/issues/377)) ([3bdc79b](https://github.com/open-feature/dotnet-sdk/commit/3bdc79bbaa8d73c4747916d307c431990397cdde))
27+
* **deps:** update github/codeql-action digest to 1b549b9 ([#407](https://github.com/open-feature/dotnet-sdk/issues/407)) ([ae9fc79](https://github.com/open-feature/dotnet-sdk/commit/ae9fc79bcb9847efcb62673f5aa59df403cece78))
28+
* **deps:** update github/codeql-action digest to 5f8171a ([#404](https://github.com/open-feature/dotnet-sdk/issues/404)) ([73a5040](https://github.com/open-feature/dotnet-sdk/commit/73a504022d8ba4cbe508a4f0b76f9b73f58c17a6))
29+
* **deps:** update github/codeql-action digest to 6bb031a ([#398](https://github.com/open-feature/dotnet-sdk/issues/398)) ([9b6feab](https://github.com/open-feature/dotnet-sdk/commit/9b6feab50085ee7dfcca190fe42f583c072ae50d))
30+
* **deps:** update github/codeql-action digest to 9e8d078 ([#371](https://github.com/open-feature/dotnet-sdk/issues/371)) ([e74e8e7](https://github.com/open-feature/dotnet-sdk/commit/e74e8e7a58d90e46bbcd5d7e9433545412e07bbd))
31+
* **deps:** update github/codeql-action digest to b56ba49 ([#384](https://github.com/open-feature/dotnet-sdk/issues/384)) ([cc2990f](https://github.com/open-feature/dotnet-sdk/commit/cc2990ff8e7bf5148ab1cd867d9bfabfc0b7af8a))
32+
* **deps:** update spec digest to 0cd553d ([#389](https://github.com/open-feature/dotnet-sdk/issues/389)) ([85075ac](https://github.com/open-feature/dotnet-sdk/commit/85075ac7f46783dd1bcfdbbe6bd10d81eb9adb8a))
33+
* **deps:** update spec digest to 54952f3 ([#373](https://github.com/open-feature/dotnet-sdk/issues/373)) ([1e8b230](https://github.com/open-feature/dotnet-sdk/commit/1e8b2307369710ea0b5ae0e8a8f1f1293ea066dc))
34+
* **deps:** update spec digest to a69f748 ([#382](https://github.com/open-feature/dotnet-sdk/issues/382)) ([4977542](https://github.com/open-feature/dotnet-sdk/commit/4977542515bff302c7a88f3fa301bb129d7ea8cf))
35+
* remove FluentAssertions ([#361](https://github.com/open-feature/dotnet-sdk/issues/361)) ([4ecfd24](https://github.com/open-feature/dotnet-sdk/commit/4ecfd249181cf8fe372810a1fc3369347c6302fc))
36+
* Replace SpecFlow with Reqnroll for testing framework ([#368](https://github.com/open-feature/dotnet-sdk/issues/368)) ([ed6ee2c](https://github.com/open-feature/dotnet-sdk/commit/ed6ee2c502b16e49c91c6363ae6b3f54401a85cb)), closes [#354](https://github.com/open-feature/dotnet-sdk/issues/354)
37+
* update release please repo, specify action permissions ([#369](https://github.com/open-feature/dotnet-sdk/issues/369)) ([63846ad](https://github.com/open-feature/dotnet-sdk/commit/63846ad1033399e9c84ad5946367c5eef2663b5b))
38+
39+
40+
### 🔄 Refactoring
41+
42+
* Improve EventExecutor ([#393](https://github.com/open-feature/dotnet-sdk/issues/393)) ([46274a2](https://github.com/open-feature/dotnet-sdk/commit/46274a21d74b5cfffd4cfbc30e5e49e2dc1f256c))
43+
344
## [2.3.1](https://github.com/open-feature/dotnet-sdk/compare/v2.3.0...v2.3.1) (2025-02-04)
445

546

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
[![Specification](https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge)](https://github.com/open-feature/spec/releases/tag/v0.7.0)
1111
[
12-
![Release](https://img.shields.io/static/v1?label=release&message=v2.3.1&color=blue&style=for-the-badge) <!-- x-release-please-version -->
13-
](https://github.com/open-feature/dotnet-sdk/releases/tag/v2.3.1) <!-- x-release-please-version -->
12+
![Release](https://img.shields.io/static/v1?label=release&message=v2.3.2&color=blue&style=for-the-badge) <!-- x-release-please-version -->
13+
](https://github.com/open-feature/dotnet-sdk/releases/tag/v2.3.2) <!-- x-release-please-version -->
1414

1515
[![Slack](https://img.shields.io/badge/slack-%40cncf%2Fopenfeature-brightgreen?style=flat&logo=slack)](https://cloud-native.slack.com/archives/C0344AANLA1)
1616
[![Codecov](https://codecov.io/gh/open-feature/dotnet-sdk/branch/main/graph/badge.svg?token=MONAVJBXUJ)](https://codecov.io/gh/open-feature/dotnet-sdk)

Diff for: build/Common.prod.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<VersionNumber>2.3.1</VersionNumber> <!--x-release-please-version -->
12+
<VersionNumber>2.3.2</VersionNumber> <!--x-release-please-version -->
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryUrl>https://github.com/open-feature/dotnet-sdk</RepositoryUrl>
1515
<Description>OpenFeature is an open standard for feature flag management, created to support a robust feature flag ecosystem using cloud native technologies. OpenFeature will provide a unified API and SDK, and a developer-first, cloud-native implementation, with extensibility for open source and commercial offerings.</Description>

Diff for: version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.3.2

0 commit comments

Comments
 (0)