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