You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [v8.0.1](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v8.0.1) - 06 May 2025
4
18
5
19
## What's Changed
6
20
* fix: Fix default request timeout being 0 by [@rolodato](https://github.com/rolodato) in https://github.com/Flagsmith/flagsmith-dotnet-client/pull/155
* 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
@@ -66,7 +80,7 @@ Instead, use `new PollingManager(callback, TimeSpan.FromSeconds(intervalSeconds)
66
80
67
81
[Changes][v7.1.0]
68
82
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
70
84
71
85
## What's Changed
72
86
* 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)
78
92
79
93
[Changes][v7.0.1]
80
94
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
82
96
83
97
## What's Changed
84
98
* 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
91
105
92
106
[Changes][v7.0.0]
93
107
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
95
109
96
110
## What's Changed
97
111
* 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
106
120
107
121
[Changes][v6.0.0]
108
122
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
110
124
111
125
## What's Changed
112
126
* 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
115
129
116
130
[Changes][v5.4.3]
117
131
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
119
133
120
134
## What's Changed
121
135
* 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
124
138
125
139
[Changes][v5.4.2]
126
140
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
128
142
129
143
## What's Changed
130
144
* 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
* 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
* 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
* 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
* 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
195
209
196
210
[Changes][v5.2.2]
197
211
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
199
213
200
214
## What's Changed
201
215
* 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
204
218
205
219
[Changes][v5.2.1]
206
220
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
208
222
209
223
## What's Changed
210
224
* 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
214
228
215
229
[Changes][v5.2.0]
216
230
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
218
232
219
233
## What's Changed
220
234
* 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
223
237
224
238
[Changes][v5.1.0]
225
239
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
227
241
228
242
## What's Changed
229
243
* 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
235
249
236
250
[Changes][v5.0.1]
237
251
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
239
253
240
254
## What's Changed
241
255
**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
249
263
250
264
[Changes][v5.0.0]
251
265
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
253
267
254
268
## What's Changed
255
269
* 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
259
273
260
274
[Changes][v4.3.3]
261
275
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
263
277
264
278
## What's Changed
265
279
* 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
272
286
273
287
[Changes][v4.3.2]
274
288
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
276
290
277
291
## What's Changed
278
292
* 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
281
295
282
296
[Changes][v4.3.1]
283
297
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
285
299
286
300
## What's Changed
287
301
* 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
295
309
296
310
[Changes][v4.3.0]
297
311
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
299
313
300
314
## What's Changed
301
315
* 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
305
319
306
320
[Changes][v4.2.1]
307
321
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
309
323
310
324
## What's Changed
311
325
* 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
<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