PostHog v1.25.0 Release Notes

Release Date: 2021-05-13 // almost 3 years ago
    • ๐Ÿ†“ 100x more, for free

    ๐Ÿ†“ We have increased our free volume on [PostHog Cloud](app.posthog.com) to 1 million events per month for free, instead of the previous 10k.

    That means your next PostHog Cloud bill will be up to 225\$/month cheaper!

    It's important to us that you have enough room to determine if PostHog is the right fit for you, before committing to the platform.

    This change is also retroactive, so existing PostHog users have already had this change applied to their accounts.

    Enjoy!

    ๐Ÿฑ Legends

    โœ… This feature isn't new to all of you, because we've been testing it out with a feature flag. However, legends for charts in 'Trends' are now enabled for everyone!

    ๐Ÿ‘€ With legends, you're able to determine with more clarity the different sections/lines you see on a graph, see the exact values for each datapoint, and disable sections with one click. You can find them under your graph in 'Trends'.

    ๐Ÿฑ Plugin Logs

    ๐Ÿ”Œ Plugins are now able to use the JavaScript console API to specify errors that will be shown to users in the PostHog UI. This makes it easier to both debug your own plugins as a developer, and understand what's wrong about your configuration as a plugin user.

    ๐Ÿฑ Lifecycle Toggles

    Li joined us this cycle and started making an impact from day 1!

    As a result of her work, you can now toggle different sections of lifecycle graphs on and off, in order to dig into the metrics that matter most to you.

    This change also came with an addition of more in-product hints about the lifecycle functionality.

    ๐Ÿฑ Resizable Columns

    Sam is another one of our new team members who's been smashing it from the moment he joined!

    ๐Ÿ›  This cycle, in addition to picking up a variety of product fixes and improvements, he also shipped resizable columns for our tables, allowing you to easily get more details from an event, session, or feature flag without having to click on it.

    ๐Ÿ”Œ Plugins keep getting more and more powerful every new release, and this cycle was no exception.

    ๐Ÿ”Œ Plugin developers can now leverage job queues to implement a variety of asynchronous tasks, including retry mechanisms.

    ๐Ÿ”Œ In addition, plugins can now leverage have two more functions: onEvent and onSnapshot.

    ๐Ÿ”Œ These are read-only functions that run on processed events and are particularly useful for export plugins. onSnapshot handles session recording events while onEvent handles all other events.

    ๐Ÿ— For more information about this, check our Building Your Own Plugin page.

    In addition to making significant changes to improve the experience of users with massive amounts of event names and properties, we have also implemented fuzzy search for properties.

    This means that to find a property on a filter, you no longer have to type an exact subset of its name, as our search mechanism will still be able to identify what you mean even if you have a few typos or forgot the exact name of the property.