Skip to content

Releases: growthbook/growthbook-c-sharp

1.0.2

19 Feb 16:00
ea1f340
Compare
Choose a tag to compare

[1.0.2]

  • Fixed issue with incorrect logic in GrowthBook.GetFeatureResult() call.

[1.0.1]

  • Fixed issue with empty string value sent to IsIn condition evaluation.

1.0.0

29 Jan 19:32
57b6b0b
Compare
Choose a tag to compare

[1.0.0]

  • Fully implemented version 0.5.2 of the GrowthBook SDK spec.
  • Added support for retrieving features (both regular and encrypted) from the GrowthBook API with in-memory caching.
  • Added support for retrieving features (both regular and encrypted) in near-realtime with Server Sent Events (when preferred and available).
  • Added extensive support for logging.
  • Added more robust error handling.
  • New unit test structure for easier use of the standard cases.json test suite.

0.2.0

09 Nov 19:47
f908c32
Compare
Choose a tag to compare
Merge pull request #20 from pascal89/fix/interface-naming

Corrected name of `IGrowthbook` to `IGrowthBook`

0.1.2

09 Nov 14:39
e008a0d
Compare
Choose a tag to compare
Merge pull request #19 from Inforitnl/fix/moved-to-xunit

Fix/moved to xunit

0.0.7

23 Oct 16:48
Compare
Choose a tag to compare

Point release adding a new IGrowthBook interface.

v0.0.6

07 Jul 19:34
Compare
Choose a tag to compare
  • Updated licensing and repository info to reflect move to the main project from the old repo.