Skip to content

Releases: PostHog/posthog-dotnet

v2.2.3 - Etags Are The Best Tags Edition

05 Dec 19:06
4dfbe49

Choose a tag to compare

What's Changed

  • included evaluated_at properties in $feature_flag_called events by @dmarticus in #126
  • fix: capture enriches with local eval when enabled by @dustinbyrne in #133
  • feat(flags): Add ETag support for local evaluation polling by @haacked in #135

New Contributors

Full Changelog: v2.2.2...v2.2.3

v2.2.2 - Small Wins Big Gains Edition

21 Nov 17:30

Choose a tag to compare

What's Changed

  • feat: disable geoip can be overided by a option #95 by @aygalinc in #120
  • Add distinct_id to the list of properties to evaluate against locally by @sjp in #125

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1 - Fallback Edition

22 Oct 16:02

Choose a tag to compare

What's Changed

  • Bump version to 2.2.0 by @haacked in #116
  • Fix 'Resource not accessible by integration' error on forked PRs by restricting test-reporter action by @Copilot in #115
  • Fix misleading PersonProperties documentation by @haacked in #117
  • Fix feature flag cache key to include person properties and groups by @haacked in #118
  • fix(flags): multi-condition feature flags with static cohorts to fallback to API by @haacked in #121

New Contributors

  • @Copilot made their first contribution in #115

Full Changelog: v2.2.0...v2.2.1

v2.2.0 - To Exception Is Human Edition

16 Oct 23:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

14 Oct 16:35
5fc4ed2

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

28 Sep 19:40

Choose a tag to compare

What's Changed

  • feat: allow capture to override timestamp with datetime or datetimeoffset by @darkopia in #101
  • Use pull_request_target by @haacked in #103
  • chore: Add MIT license by @haacked in #106
  • fix: don't sort condition sets with variant overrides to top by @andyzzhao in #107
  • fix: test discovery warning for netcoreapp3.1 by @haacked in #109

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - It Depends Edition

26 Aug 22:21

Choose a tag to compare

This version targets .net 8.0 instead of .net 9.0 which should make it usable by a larger population.

What's Changed

  • feat: allow custom timestamps on .net by @darkopia in #98
  • feat(flags): Implement local evaluation of flag dependencies by @haacked in #97
  • feat(flags): use .net 8 packages by @haacked in #99

New Contributors

Full Changelog: v1.0.8...v2.0.0

v1.0.8 - Deterministic Requests are the Best Requests Edition

07 Aug 22:20

Choose a tag to compare

What's Changed

  • Prepare v1.0.7 release by @haacked in #89
  • fix: Pass project API key in remote_config and local_evaluation requests by @haacked in #93

Full Changelog: v1.0.7...v1.0.8

v1.0.7 - The Boy Scout Edition

21 Jul 15:27

Choose a tag to compare

What's Changed

  • fix: boolean value handling in PropertyFilterValue by @haacked in #88

Full Changelog: v1.0.6...v1.0.7

v1.0.6 - Load All The Flags Edition

10 Jul 21:07
d1200b8

Choose a tag to compare

What's Changed

  • Add unit test for null condition index by @haacked in #73
  • Remove token from local_evaluation API call by @haacked in #76
  • chore: Add workflow to call Flags Project Board by @haacked in #78
  • feat: Add LoadFeatureFlagsAsync method for manual feature flag reloading by @haacked in #85
  • fix: Ensure serialization doesn't fail when encountering flag dependencies by @haacked in #86
  • chore: Bump version to 1.0.6 by @haacked in #87

Full Changelog: v1.0.5...v1.0.6