惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
月光博客
月光博客
Y
Y Combinator Blog
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
美团技术团队
T
Tailwind CSS Blog
小众软件
小众软件
量子位
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Recent Announcements
Recent Announcements
The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
V
Visual Studio Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More

PostHog's RSS Feed

Training our own AI models - PostHog From 270GB RAM to 5GB: Moving local flag evaluation from Django to Rust The best analytics stack for vibe-coded apps The do's and don'ts of minimum viable product marketing - PostHog The best MCP servers for startups, by workflow 4,063 errors closed without a human opening PostHog – here's what we learned - PostHog PostHog Code and the self-driving product - PostHog Why attacking your competitors online is dumb - PostHog The best real-time analytics platforms for developers, compared DuckDB vs ClickHouse: Why we use both at PostHog - PostHog PostHog's next chapter - PostHog Making Claude Cowork actually useful - PostHog PostHog vs Matomo in-depth tool comparison You're doing lifecycle emails wrong Untangling Tokio and Rayon in production: From 2s latency spikes to 94ms flat The best HIPAA-compliant A/B testing tools - PostHog A beginner's guide to testing AI agents - PostHog I hate the standup bot (so I built an agent to do it for me) - PostHog The best CDPs for developers, compared The best error tracking tools for developers, compared The best feature flag software for developers, compared 7 best session replay tools for mobile apps 7 best free open source business intelligence tools right now 7 best free and open source LLM observability tools PostHog vs LogRocket in-depth tool comparison The most popular PostHog alternatives, compared Open source (and self-hosted) session replay tools - PostHog The 9 best GA4 alternatives for apps and websites - PostHog PostHog vs Google Analytics 4 in-depth tool comparison How we built automatic clustering for LLM traces - PostHog
Array 1.29.0 - PostHog
2021-10-21 · via PostHog's RSS Feed

💡 This version contains a patch release (1.29.1), which fixes a migration lock when upgrading to 1.29.0. If you have issues upgrading to 1.29.0, please try upgrading directly to 1.29.1.

PostHog 1.29.0 includes a fully revamped Paths experience which enables you to better explore what actions your users take. New features include multivariate feature flags, private projects and DAU/WAU/MAU graphs.

PostHog 1.29.0 release notes

For a better experience and new features, remember to update your PostHog instance.

Release highlights:

Explore and deep dive with Paths

Continuing our quest to help you understand why your users convert or don't convert, we fully revamped our Paths feature to help you explore the actions users are taking.

From jumping from a conversion drop-off in a funnel to identifying paths ending in a desired action, you will be able to fully understand the paths of your users. We're introducing a lot of additional features such as:

  • The ability to select up to 20 steps
  • Fine-grained controls on what paths to show
  • Grouping paths through wildcards

🎁 Some of these new features require a PostHog Scale or Enterprise license. Learn more.

Multivariate support in feature flags

Feature flags just got a lot more powerful! Forget A/B testing, introducing A/B/C/D/... testing. You will now be able to create feature flags with multiple variants to allow for more comprehensive testing and feature releases.

Private projects

Extra concerns on privacy or compliance? Private projects now allow you to limit access to select team members. Learn more on our docs.

🎁 Private projects is a premium feature and requires a PostHog Scale or Enterprise license. Learn more.

Trailing DAU/WAU/MAU graphs

If you're interested in better measuring your user engagement, DAU/WAU, WAU/MAU & DAU/MAU ratios can provide great signals. Create graphs like this to better understand your engagement.

Other improvements & fixes

  • Renaming filters - You will now be able to set custom names for your graph series. Your teammates will now be able to better understand your graphs.
  • UI improvements - We're introducing significant UI improvements across the board to better match our new branding.
  • Column configurator - You will now be able to select the columns you want to see in your events table.
  • Password reset revamp - We've shipped a lot of improvements to the password reset experience, including a new UI, API processing, and even new email designs 🎨. If you run with SAML-only login, password reset is now disabled.
  • Fixes to dashboard loading - Previously loading huge dashboards could be quite slow and in some scenarios even cause some backend strain, this is now fixed.
  • Improved navigation in Insights - A lot of under-the-hood improvements which will make navigation in Insights significantly smoother. Clicking back in your browser will now work as expected.
  • Automatically load new events in the events table.
  • Fixed colors in insight table - We've fixed a pesky bug in which graph series were being displayed with different colors on the graph versus on the table below.
  • Fixes to tooltips and person deep dive - We've improved the way we display information on tooltips and the person deep dive modal.
  • Plus 350+ more improvements & fixes.

Deprecation notice

  1. We're deprecating the sessions page and fully removing it in PostHog 1.30.0. Read more about it, in this blog post. If you have any feedback on this change, please reach out.

  2. In PostHog 1.30.0 we will be introducing major improvements to the experience of using PostHog with multiple projects and that requires us to rework part of the API structure. Hence, in PostHog 1.29.0 the following API paths are deprecated, with straightforward replacements:

  • /api/action/ becomes /projects/<project_id>/actions/
  • /api/annotation/ becomes /projects/<project_id>/annotations/
  • /api/cohort/ becomes /projects/<project_id>/cohorts/
  • /api/dashboard/ becomes /projects/<project_id>/dashboards/
  • /api/dashboard_item/ becomes /projects/<project_id>/saved_insights/
  • /api/element/ becomes /projects/<project_id>/elements/
  • /api/event/ becomes /projects/<project_id>/events/
  • /api/feature_flag/ becomes /projects/<project_id>/feature_flags/
  • /api/insight/ becomes /projects/<project_id>/insights/
  • /api/paths/ becomes /projects/<project_id>/paths/
  • /api/person/ becomes /projects/<project_id>/persons/
  • /api/plugin_config/ becomes /projects/<project_id>/plugin_configs/
  • /api/sessions_filter/ becomes /projects/<project_id>/session_filters/

In a future PostHog version the deprecated paths will be removed. At the same time we will also have to remove the special project_id value @current (representing the currently selected project).

We'd love to hear anything you have to say about PostHog, good or bad. As a thank you, we'll share some awesome PostHog merch.

Want to get involved? Email us to schedule a 30 minute call with one of our teams to help us make PostHog even better!

PostHog News

Welcome Harry Waye! Harry is joining us as a Full Stack Engineer on the Platform Team.

Thanks to all our community members for helping move PostHog forward! This release cycle's Community MVP goes to jyuvaraj03!

Yuvaraj implemented the highly requested feature to let you duplicate dashboards! This way, you will now be able to use a dashboard as a template for other dashboards. The feature will be fully available on the next release (1.30.0).

We want to thank each and every community member that contributed to this release of PostHog!

Join us in helping make more products successful! We're currently hiring for the following roles:

  • Developer Educator
  • Software Engineer
  • Technical Content Marketer
  • Technical Customer Success Manager

Learn more about these roles on our Careers page.

Don't see a role for you? We're always looking for exceptional people, so reach out to us via the link above.


Enjoyed this? Subscribe to our newsletter to hear more from us twice a month!

Want to just try it already?

(Sorry for the shameless CTA.)