Skip to content

Releases: PostHog/posthog-elixir

2.9.0

03 Jun 17:41
Immutable release. Only release title and notes can be modified.
e520160

Choose a tag to compare

Minor changes

  • 8672156 Add a configurable $is_server event property (default true) so PostHog can identify server-side events. Set is_server: false when using posthog-elixir as a client/CLI so the device OS is attributed normally. — Thanks @turnipdabeets for your first contribution 🎉!

2.8.4

01 Jun 16:37
Immutable release. Only release title and notes can be modified.
a518d31

Choose a tag to compare

Patch changes

  • 5d18b01 Start in disabled/no-op mode instead of raising or sending events when the API key is missing, blank, or the supervisor is unavailable. — Thanks @marandaneto!

2.8.3

28 May 17:54
Immutable release. Only release title and notes can be modified.
aad6892

Choose a tag to compare

Patch changes

  • 98f1308 Improve error tracking grouping by always using arity to format stacktrace frames — Thanks @martosaur!

2.8.2

18 May 17:24
Immutable release. Only release title and notes can be modified.
901ec34

Choose a tag to compare

Patch changes

  • b737a36 Improve events batching logic and prevent SDK from sending empty batches — Thanks @martosaur!

2.8.1

05 May 18:14
Immutable release. Only release title and notes can be modified.
341fd1d

Choose a tag to compare

Patch changes

  • 68baae7 Do not count get_flag_payload/2 calls as accesses for only_accessed/1. — Thanks @dustinbyrne!

2.8.0

01 May 20:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • feat: add evaluate_flags/2 API for single-call flag evaluation by @dmarticus in #103

Full Changelog: v2.7.1...2.8.0

2.7.1

30 Apr 13:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...2.7.1

2.7.0

29 Apr 15:56
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.1...2.7.0

2.6.1

21 Apr 11:10
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...2.6.1

v2.6.0

25 Mar 16:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • fix(ci): pin erlef/setup-beam to full commit SHA by @cat-ph in #88
  • fix(ci): prevent shell injection in release workflow by @cat-ph in #89
  • fix(test): use per-test registry to prevent flaky sender test by @cat-ph in #90
  • Error tracking source code context in stack frames by @cat-ph in #87

New Contributors

Full Changelog: v2.5.0...v2.6.0