Skip to content

Releases: PostHog/posthog-dotnet

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

v1.0.1 - The Lay Down The Law Edition

27 Feb 19:33
18c7e8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - The RTM Edition

24 Feb 18:26
ffb0433
Compare
Choose a tag to compare

This is the first supported release of PostHog and PostHog.AspNetCore. For documentation on how to use the library, check out the PostHog docs: https://posthog.com/docs/libraries/dotnet

What's Changed

  • Feature Flag Local Evaluation Implementation by @haacked in #31
  • Implement Super Properties and capturing groups by @haacked in #34
  • Update VersionConstants.cs by @haacked in #35
  • Enrich events with feature flag info when calling capture by @haacked in #36
  • Bump to beta version! by @haacked in #38
  • Add some helpful overloads by @haacked in #39
  • Retarget to net8.0 by @haacked in #40
  • Rename methods to match other libraries by @haacked in #42
  • fix: remove extra closing brace in capture call by @lurumad in #43
  • Target netstandard2.1 in addition to net8.0 by @haacked in #45
  • Stop adding local feature flag data to $feature_flag_called event by @haacked in #46
  • Add support for remote config settings by @haacked in #49
  • Apply some of the greptile recommendations by @haacked in #50
  • Move PostHogOptions and FeatureFlagOptions into PostHog namespace by @haacked in #51
  • Improve configuration of the PostHog client by @haacked in #52
  • Fix accessing remote config settings by @haacked in #53
  • Implement a more flexible configuration system by @haacked in #54
  • Implement support for ASP.NET core Feature Management by @haacked in #55
  • feat(feature-flags): support quota limiting for feature flags #403 by @dmarticus in #56
  • Prepare the 1.0.0 release by @haacked in #57

New Contributors

Full Changelog: v0.0.4...v1.0.0

v1.0.0-beta.12 - The Plays Nice With Others Edition

22 Feb 01:25
59b3d0a
Compare
Choose a tag to compare

What's Changed

  • Implement support for ASP.NET core Feature Management by @haacked in #55
  • feat(feature-flags): support quota limiting for feature flags #403 by @dmarticus in #56

New Contributors

Full Changelog: v1.0.0-beta.11...v1.0.0-beta.12

v1.0.0-beta.11 - The Everything In Its Place Edition

17 Feb 01:53
c2068e0
Compare
Choose a tag to compare

What's Changed

  • Implement a more flexible configuration system by @haacked in #54

Full Changelog: v1.0.0-beta.10...v1.0.0-beta.11

v1.0.0-beta.10 - It's Been a Day Edition

15 Feb 01:15
3990a7a
Compare
Choose a tag to compare

What's Changed

  • Fix accessing remote config settings by @haacked in #53

Full Changelog: v1.0.0-beta.9...v1.0.0-beta.10

v1.0.0-beta.9 - The Heart Grows Fonder Edition

14 Feb 23:12
679a542
Compare
Choose a tag to compare

What's Changed

  • Improve configuration of the PostHog client by @haacked in #52

Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9

v1.0.0-beta.8 - Not Much To See Here Edition

14 Feb 18:40
a6239f2
Compare
Choose a tag to compare

What's Changed

  • Move PostHogOptions and FeatureFlagOptions into PostHog namespace by @haacked in #51

Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8

v1.0.0-beta.7 - It Was All A Dream Edition

14 Feb 03:09
06b5d68
Compare
Choose a tag to compare

What's Changed

  • Apply some of the greptile recommendations by @haacked in #50
  • IsFeatureFlagEnabledAsync returns bool instead of bool? now.
  • Added convenience overloads to make some of the methods easier to call.

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7