Releases: PostHog/posthog-dotnet
Releases · PostHog/posthog-dotnet
v1.0.3 Hide The Dirty Laundry Edition
What's Changed
Full Changelog: v1.0.2...v1.0.3
v1.0.2 Let Those Not Disposed Cast The First Stone Edition
What's Changed
Full Changelog: v1.0.1...v1.0.2
v1.0.1 - The Lay Down The Law Edition
What's Changed
- chore(flags): update quota-limited logs by @dmarticus in #58
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - The RTM Edition
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
andFeatureFlagOptions
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
- @lurumad made their first contribution in #43
- @dmarticus made their first contribution in #56
Full Changelog: v0.0.4...v1.0.0
v1.0.0-beta.12 - The Plays Nice With Others Edition
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
- @dmarticus made their first contribution in #56
Full Changelog: v1.0.0-beta.11...v1.0.0-beta.12
v1.0.0-beta.11 - The Everything In Its Place Edition
What's Changed
Full Changelog: v1.0.0-beta.10...v1.0.0-beta.11
v1.0.0-beta.10 - It's Been a Day Edition
What's Changed
Full Changelog: v1.0.0-beta.9...v1.0.0-beta.10
v1.0.0-beta.9 - The Heart Grows Fonder Edition
What's Changed
Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9
v1.0.0-beta.8 - Not Much To See Here Edition
What's Changed
Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8
v1.0.0-beta.7 - It Was All A Dream Edition
What's Changed
- Apply some of the greptile recommendations by @haacked in #50
IsFeatureFlagEnabledAsync
returnsbool
instead ofbool?
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