Skip to content

Releases: PostHog/posthog-dotnet

v2.1.0

14 Oct 16:35
5fc4ed2
Compare
Choose a tag to compare

What's Changed

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

v2.0.1

28 Sep 19:40
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.0.5 - The Indecision Edition

04 Apr 21:35
dd3d879
Compare
Choose a tag to compare

What's Changed

  • chore(flags): Decide v4 support - adds version, id, reason, and requestId to $feature_flag_called events by @haacked in #71
  • Make less decide requests when enriching events by @haacked in #72

Full Changelog: v1.0.4...v1.0.5

v1.0.4 - Gotta Catch Them All Edition

24 Mar 21:59
6681233
Compare
Choose a tag to compare

What's Changed

  • Show whether we're using local eval or not by @haacked in #65
  • Add requestId to the $feature_flag_called event. by @haacked in #66
  • feat(flags): Allow specifying flags to evaluate by @haacked in #67
  • Catch and log all exceptions by @haacked in #68

Full Changelog: v1.0.3...v1.0.4

v1.0.3 - Hide The Dirty Laundry Edition

05 Mar 23:41
3f27213
Compare
Choose a tag to compare

What's Changed

  • Remove internal method from IPostHogClient interface by @haacked in #61

Full Changelog: v1.0.2...v1.0.3

v1.0.2 - Let Those Not Disposed Cast The First Stone Edition

05 Mar 02:43
89511a3
Compare
Choose a tag to compare

What's Changed

  • Fix unhandled object disposed exception by @haacked in #59

Full Changelog: v1.0.1...v1.0.2