Skip to content

Commit fe783fa

Browse files
authored
chore(main): release 8.0.2 (#160)
1 parent a99ea42 commit fe783fa

File tree

3 files changed

+44
-30
lines changed

3 files changed

+44
-30
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.0.1"
2+
".": "8.0.2"
33
}

CHANGELOG.md

Lines changed: 42 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
# [v8.0.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v8.0.1) - 06 May 2025
3+
## [8.0.2](https://github.com/Flagsmith/flagsmith-dotnet-client/compare/v8.0.1...v8.0.2) (2025-05-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Analytics update is blocking ([#156](https://github.com/Flagsmith/flagsmith-dotnet-client/issues/156)) ([06afacc](https://github.com/Flagsmith/flagsmith-dotnet-client/commit/06afacc7237e560cb42e5e68669d0e49e747ceb1))
9+
10+
11+
### CI
12+
13+
* Add release-please ([#159](https://github.com/Flagsmith/flagsmith-dotnet-client/issues/159)) ([a99ea42](https://github.com/Flagsmith/flagsmith-dotnet-client/commit/a99ea42e8c82dff54029873cdfa9e579a6464200))
14+
15+
## Changelog
16+
17+
## [v8.0.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v8.0.1) - 06 May 2025
418

519
## What's Changed
620
* fix: Fix default request timeout being 0 by [@rolodato](https://github.com/rolodato) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/155
@@ -9,7 +23,7 @@
923

1024
[Changes][v8.0.1]
1125

12-
# [v8.0.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v8.0.0) - 28 Apr 2025
26+
## [v8.0.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v8.0.0) - 28 Apr 2025
1327

1428
## What's Changed
1529

@@ -21,7 +35,7 @@
2135

2236
[Changes][v8.0.0]
2337

24-
# [v7.1.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v7.1.1) - 10 Apr 2025
38+
## [v7.1.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v7.1.1) - 10 Apr 2025
2539

2640
## What's Changed
2741
* fix: RequestTimeout would return the seconds component of its TimeSpan instead of the total duration in seconds by [@rolodato](https://github.com/rolodato) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/149
@@ -30,7 +44,7 @@
3044

3145
[Changes][v7.1.1]
3246

33-
# [v7.1.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v7.1.0) - 04 Apr 2025
47+
## [v7.1.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v7.1.0) - 04 Apr 2025
3448

3549
## What's Changed
3650

@@ -66,7 +80,7 @@ Instead, use `new PollingManager(callback, TimeSpan.FromSeconds(intervalSeconds)
6680

6781
[Changes][v7.1.0]
6882

69-
# [v7.0.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v7.0.1) - 15 Jan 2025
83+
## [v7.0.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v7.0.1) - 15 Jan 2025
7084

7185
## What's Changed
7286
* ci: fix testing workflow by [@matthewelwell](https://github.com/matthewelwell) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/132
@@ -78,7 +92,7 @@ Instead, use `new PollingManager(callback, TimeSpan.FromSeconds(intervalSeconds)
7892

7993
[Changes][v7.0.1]
8094

81-
# [v7.0.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v7.0.0) - 18 Dec 2024
95+
## [v7.0.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v7.0.0) - 18 Dec 2024
8296

8397
## What's Changed
8498
* fix!: Remove flag ID properties/methods by [@rolodato](https://github.com/rolodato) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/129
@@ -91,7 +105,7 @@ Version 7 removes the `Id` methods from the `IFlag` interface and `Flag` class t
91105

92106
[Changes][v7.0.0]
93107

94-
# [v6.0.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v6.0.0) - 18 Dec 2024
108+
## [v6.0.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v6.0.0) - 18 Dec 2024
95109

96110
## What's Changed
97111
* Fixes by [@mjwills-k](https://github.com/mjwills-k) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/126
@@ -106,7 +120,7 @@ The changes in this release affect the encoding of identifiers. This is technica
106120

107121
[Changes][v6.0.0]
108122

109-
# [v5.4.3](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.4.3) - 30 Oct 2024
123+
## [v5.4.3](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.4.3) - 30 Oct 2024
110124

111125
## What's Changed
112126
* fix: handle null django_id in identity overrides for local evaluation mode by [@rolodato](https://github.com/rolodato) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/122
@@ -115,7 +129,7 @@ The changes in this release affect the encoding of identifiers. This is technica
115129

116130
[Changes][v5.4.3]
117131

118-
# [v5.4.2](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.4.2) - 17 Oct 2024
132+
## [v5.4.2](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.4.2) - 17 Oct 2024
119133

120134
## What's Changed
121135
* Fix constructor deadlock when using local evaluation by [@rolodato](https://github.com/rolodato) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/121
@@ -124,7 +138,7 @@ The changes in this release affect the encoding of identifiers. This is technica
124138

125139
[Changes][v5.4.2]
126140

127-
# [v5.4.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.4.1) - 09 Oct 2024
141+
## [v5.4.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.4.1) - 09 Oct 2024
128142

129143
## What's Changed
130144
* deps: bump artifact options by [@matthewelwell](https://github.com/matthewelwell) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/115
@@ -137,7 +151,7 @@ The changes in this release affect the encoding of identifiers. This is technica
137151

138152
[Changes][v5.4.1]
139153

140-
# [v5.4.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.4.0) - 11 Sep 2024
154+
## [v5.4.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.4.0) - 11 Sep 2024
141155

142156
## What's Changed
143157
* feat: Transient identities and traits by [@novakzaballa](https://github.com/novakzaballa) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/111
@@ -150,7 +164,7 @@ The changes in this release affect the encoding of identifiers. This is technica
150164

151165
[Changes][v5.4.0]
152166

153-
# [v5.3.2](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.3.2) - 29 Jul 2024
167+
## [v5.3.2](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.3.2) - 29 Jul 2024
154168

155169
## What's Changed
156170
* fix: OfflineHandler causes the SDK to bypass live flag lookups by [@novakzaballa](https://github.com/novakzaballa) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/110
@@ -159,7 +173,7 @@ The changes in this release affect the encoding of identifiers. This is technica
159173

160174
[Changes][v5.3.2]
161175

162-
# [v5.3.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.3.1) - 18 Jul 2024
176+
## [v5.3.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.3.1) - 18 Jul 2024
163177

164178
## What's Changed
165179
* fix: Prevent SynchronizationContext deadlock on dotnet framework by [@novakzaballa](https://github.com/novakzaballa) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/107
@@ -168,7 +182,7 @@ The changes in this release affect the encoding of identifiers. This is technica
168182

169183
[Changes][v5.3.1]
170184

171-
# [v5.3.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.3.0) - 19 Apr 2024
185+
## [v5.3.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.3.0) - 19 Apr 2024
172186

173187
## What's Changed
174188
* feat: Offline mode by [@novakzaballa](https://github.com/novakzaballa) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/86
@@ -182,7 +196,7 @@ The changes in this release affect the encoding of identifiers. This is technica
182196

183197
[Changes][v5.3.0]
184198

185-
# [Version 5.2.2 (v5.2.2)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.2.2) - 19 Apr 2024
199+
## [Version 5.2.2 (v5.2.2)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.2.2) - 19 Apr 2024
186200

187201
## What's Changed
188202
* fix: Ensure environment is retrieved on start polling by [@novakzaballa](https://github.com/novakzaballa) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/83
@@ -195,7 +209,7 @@ The changes in this release affect the encoding of identifiers. This is technica
195209

196210
[Changes][v5.2.2]
197211

198-
# [Version 5.2.1 (v5.2.1)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.2.1) - 27 Oct 2023
212+
## [Version 5.2.1 (v5.2.1)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.2.1) - 27 Oct 2023
199213

200214
## What's Changed
201215
* Fix cache initialisation that was some kind of circular reference. by [@JFCote](https://github.com/JFCote) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/81
@@ -204,7 +218,7 @@ The changes in this release affect the encoding of identifiers. This is technica
204218

205219
[Changes][v5.2.1]
206220

207-
# [Version 5.2.0 (v5.2.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.2.0) - 26 Oct 2023
221+
## [Version 5.2.0 (v5.2.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.2.0) - 26 Oct 2023
208222

209223
## What's Changed
210224
* chore: test support for other .NET versions by [@matthewelwell](https://github.com/matthewelwell) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/75
@@ -214,7 +228,7 @@ The changes in this release affect the encoding of identifiers. This is technica
214228

215229
[Changes][v5.2.0]
216230

217-
# [Version 5.1.0 (v5.1.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.1.0) - 26 Oct 2023
231+
## [Version 5.1.0 (v5.1.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.1.0) - 26 Oct 2023
218232

219233
## What's Changed
220234
* feat: implement `IN` operator by [@khvn26](https://github.com/khvn26) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/72
@@ -223,7 +237,7 @@ The changes in this release affect the encoding of identifiers. This is technica
223237

224238
[Changes][v5.1.0]
225239

226-
# [Version 5.0.1 (v5.0.1)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.0.1) - 22 Jun 2023
240+
## [Version 5.0.1 (v5.0.1)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.0.1) - 22 Jun 2023
227241

228242
## What's Changed
229243
* feat: accept FlagsmithConfiguration in FlagsmithClient & small refactor by [@luk355](https://github.com/luk355) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/67
@@ -235,7 +249,7 @@ The changes in this release affect the encoding of identifiers. This is technica
235249

236250
[Changes][v5.0.1]
237251

238-
# [v5.0.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.0.0) - 15 Jun 2023
252+
## [v5.0.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.0.0) - 15 Jun 2023
239253

240254
## What's Changed
241255
* *BREAKING CHANGE*: fix: consistent split evaluations by [@khvn26](https://github.com/khvn26) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/69
@@ -249,7 +263,7 @@ The changes in this release affect the encoding of identifiers. This is technica
249263

250264
[Changes][v5.0.0]
251265

252-
# [v4.3.3](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.3.3) - 15 Jun 2023
266+
## [v4.3.3](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.3.3) - 15 Jun 2023
253267

254268
## What's Changed
255269
* Bump copyright notices by [@matthewelwell](https://github.com/matthewelwell) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/63
@@ -259,7 +273,7 @@ The changes in this release affect the encoding of identifiers. This is technica
259273

260274
[Changes][v4.3.3]
261275

262-
# [v4.3.2](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.3.2) - 08 Jun 2023
276+
## [v4.3.2](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.3.2) - 08 Jun 2023
263277

264278
## What's Changed
265279
* Feature/use interfaces by [@tberger](https://github.com/tberger) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/61
@@ -272,7 +286,7 @@ The changes in this release affect the encoding of identifiers. This is technica
272286

273287
[Changes][v4.3.2]
274288

275-
# [Version 4.3.1 (v4.3.1)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.3.1) - 29 Mar 2023
289+
## [Version 4.3.1 (v4.3.1)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.3.1) - 29 Mar 2023
276290

277291
## What's Changed
278292
* Release 4.3.1 by [@matthewelwell](https://github.com/matthewelwell) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/60
@@ -281,7 +295,7 @@ The changes in this release affect the encoding of identifiers. This is technica
281295

282296
[Changes][v4.3.1]
283297

284-
# [Version 4.3.0 (v4.3.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.3.0) - 07 Mar 2023
298+
## [Version 4.3.0 (v4.3.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.3.0) - 07 Mar 2023
285299

286300
## What's Changed
287301
* Update engine test data submodule by [@matthewelwell](https://github.com/matthewelwell) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/58
@@ -295,7 +309,7 @@ The changes in this release affect the encoding of identifiers. This is technica
295309

296310
[Changes][v4.3.0]
297311

298-
# [Version 4.2.1 (v4.2.1)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.2.1) - 03 Nov 2022
312+
## [Version 4.2.1 (v4.2.1)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.2.1) - 03 Nov 2022
299313

300314
## What's Changed
301315
* Use identity get request if no traits by [@matthewelwell](https://github.com/matthewelwell) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/54
@@ -305,7 +319,7 @@ The changes in this release affect the encoding of identifiers. This is technica
305319

306320
[Changes][v4.2.1]
307321

308-
# [Version 4.2.0 (v4.2.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.2.0) - 01 Nov 2022
322+
## [Version 4.2.0 (v4.2.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.2.0) - 01 Nov 2022
309323

310324
## What's Changed
311325
* Add Modulo operator by [@matthewelwell](https://github.com/matthewelwell) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/50
@@ -316,7 +330,7 @@ The changes in this release affect the encoding of identifiers. This is technica
316330

317331
[Changes][v4.2.0]
318332

319-
# [Version 4.1.0 (v4.1.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.1.0) - 29 Jul 2022
333+
## [Version 4.1.0 (v4.1.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.1.0) - 29 Jul 2022
320334

321335
## What's Changed
322336
* Add GetIdentitySegments method by [@matthewelwell](https://github.com/matthewelwell) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/45
@@ -326,7 +340,7 @@ The changes in this release affect the encoding of identifiers. This is technica
326340

327341
[Changes][v4.1.0]
328342

329-
# [Version 4.0.0 (v4.0.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.0.0) - 07 Jun 2022
343+
## [Version 4.0.0 (v4.0.0)](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v4.0.0) - 07 Jun 2022
330344

331345

332346
[Changes][v4.0.0]

Flagsmith.FlagsmithClient/Flagsmith.FlagsmithClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
88
<PackageId>Flagsmith</PackageId>
99
<Title>Flagsmith</Title>
10-
<Version>8.0.1</Version>
10+
<Version>8.0.2</Version>
1111
<Authors>flagsmith</Authors>
1212
<Company>Flagsmith</Company>
1313
<PackageDescription>Client SDK for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://flagsmith.com/</PackageDescription>

0 commit comments

Comments
 (0)