Skip to content

Releases: PostHog/posthog-dotnet

v1.0.0-beta.4 - The Standard Edition

10 Feb 18:08
561b06b
Compare
Choose a tag to compare
Pre-release

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

06 Feb 12:56
b9fbe7f
Compare
Choose a tag to compare

What's Changed

  • Rename methods to match other libraries by @haacked in #42

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2 The Long Term Support Edition

06 Feb 12:28
d52010a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta...v1.0.0-beta.2

v1.0.0-beta The It's Happening! Edition.

05 Feb 11:56
51fb37f
Compare
Choose a tag to compare

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

03 Feb 11:22
0378440
Compare
Choose a tag to compare

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

02 Feb 07:04
5ec28cd
Compare
Choose a tag to compare

What's Changed

  • Feature Flag Local Evaluation Implementation by @haacked in #31

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

v0.0.4 - Raise the flag edition

22 Jan 19:10
037de0e
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Capture $feature_flag_called event when evaluating a feature flag. by @haacked in #30

Full Changelog: v0.0.3...v0.0.4

v0.0.3 - Got to capture them all edition

22 Jan 03:56
3d6d104
Compare
Choose a tag to compare

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

21 Jan 19:52
3cda8e9
Compare
Choose a tag to compare

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

17 Jan 18:57
718e6eb
Compare
Choose a tag to compare
Pre-release

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:

  1. Feature Flags: Local evaluation not yet implemented.
  2. Only ASP.NET Core supported at the moment.
  3. 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

Full Changelog: https://github.com/PostHog/posthog-dotnet/commits/v0.0.1