Releases: PostHog/posthog-dotnet
v1.0.0-beta.4 - The Standard Edition
The PostHog package in this version now supports netstandard2.1. This should allow developers targeting Unity to make use of the library.
What's Changed
- fix: remove extra closing brace in capture call by @lurumad in #43
- Target netstandard2.1 in addition to net8.0 by @haacked in #45
New Contributors
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3 The Undecided Namer Edition
What's Changed
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2 The Long Term Support Edition
What's Changed
Full Changelog: v1.0.0-beta...v1.0.0-beta.2
v1.0.0-beta The It's Happening! Edition.
This release is feature complete for the minimum we plan to ship in 1.0.0. We appreciate any help in taking it through its paces and testing it.
What's Changed
- Enrich events with feature flag info when calling capture by @haacked in #36
- Bump to beta version! by @haacked in #38
Full Changelog: v1.0.0-alpha.2...v1.0.0-beta
v1.0.0-alpha.2 - These Properties Are Super Edition
What's Changed
- Implement Super Properties and capturing groups by @haacked in #34
- Update VersionConstants.cs by @haacked in #35
Full Changelog: v1.0.0-alpha...v1.0.0-alpha.2
v1.0.0-alpha Home is where the flags are edition
What's Changed
Full Changelog: v0.0.4...v1.0.0-alpha
v0.0.4 - Raise the flag edition
What's Changed
Full Changelog: v0.0.3...v0.0.4
v0.0.3 - Got to capture them all edition
Bug fix release. Make sure to upgrade to this version.
What's Changed
- Fix sending the $lib property when capturing batches by @haacked in #28
- Disable geoip enrichment by @haacked in #29
Full Changelog: v0.0.2...v0.0.3
v0.0.2 - Groups Make Everything More Fun Edition
This adds better support for feature flags that match on group conditions. Read #24 for a detailed write-up of what this entails and how to use it.
What's Changed
- Add the NuGet and GitHub Actions badges to README by @haacked in #22
- Add group support when retrieving feature flags by @haacked in #24
- Gotta increment that version by @haacked in #26
Full Changelog: v0.0.1...v0.0.2
v0.0.1 - A New Hope Edition
This is an initial ALPHA release of the PostHog .NET Client SDK. As such, it is incomplete. The primary purpose of releasing it now is to solicit feedback. The library is capable of capturing events, identifying users and groups, and evaluating feature flags. What is important to you to see here next?
Some limitations:
- Feature Flags: Local evaluation not yet implemented.
- Only ASP.NET Core supported at the moment.
- Surveys not implemented.
The plan is to eventually support other platforms like Unity, Xamarin, etc. But we need some sample apps in these platforms so we can test our work. Jump on in and help!
New Contributors
- @haacked made their first contribution in #1
- @pauldambra made their first contribution in #9
Full Changelog: https://github.com/PostHog/posthog-dotnet/commits/v0.0.1