Array 1.36.0: Introducing AND/OR filtering, timezone support and universal search
May 30, 2022
On this page
- PostHog 1.36.0 release notes
- Changed: Plugins are now Apps
- New: AND/OR filtering
- New: Multi-dashboard insights
- New: Universal search
- New: Timezone support for insights
- New: Redesigned Funnels
- Improved: A more accessible color palette
- Improved: Switch between series in the persons modal
- Improved: Preflight checks
- New: Restack joins the PostHog Marketplace
- Other improvements & fixes
- Deprecation and removal notices
- Share your feedback
- Contributions from the community
- Open roles at PostHog
Want to know more about what we're up to? Subscribe to our new newsletter, which we send once every two weeks!
Running a self-hosted instance? Check out our Upgrading PostHog guide.
Patch 1.36.1: This update addresses an issue where some deployments, right after upgrading to 1.36.0, required a restart to fully ingest events again. If you're already on 1.36.0, you only need to update if your instance has problems ingesting events.
PostHog 1.36.0 release notes
Release highlights:
- Changed: Plugins are now Apps
- New: AND/OR filtering
- New: Multi-dashboard insights
- New: Universal Search
- New: Timezone support for insights
- New: Redesigned Funnels
- Improved: A more accessible color palette
- Improved: Accessible color palette
- Improved: Improved series switching in Persons
- Improved: Better preflight checks
- News: Restack joins PostHog Marketplace
Changed: Plugins are now Apps
You may have noticed that we recently changed the name of our plugins, rebranding them to Apps. On the surface this may seem like a simple cosmetic change, but it plays in to the growing capability of plugins apps on PostHog.
We'll have more to share about what's possible with apps in the future. For now you can check out our refreshed library and a handful of new apps for services such as Amazon Kinesis and Intercom. Enjoy!
New: AND/OR filtering
A frequent request in feedback calls is for more powerful filtering options when creating insights. Specifically, for AND/OR filtering. Finally, we've delivered exactly that.
AND/OR operators can now be used in filters to mix and match conditions into new combinations and identify new sorts of user behaviour. We're still interested in any other requests you may have though, so why not schedule a feedback call and let us know your suggestions?
New: Multi-dashboard insights
Got an insight you'd like to have on two dashboards at the same time? Previously you had to duplicate it and keep the copies in sync all the time. What a pain!
Now, from PostHog 1.36 onwards, you can add a single insight to multiple dashboards at once. That means you don't need to worry about maintaining multiple insights and keeping all those copies in sync! Check the dashboard docs for more info.
New: Universal search
Ever struggled to find an old insight, event or cohort in your PostHog project? We've added universal search to the familiar "Search" box in the top navigation, so now you have one tool you can use to find anything on PostHog.
New: Timezone support for insights
PostHog projects have included a timezone setting since version 1.24, enabling you to manually convert dates and times shown in the app. But 1.36 takes it to the next level.
As of 1.36, all insights queries take into account the timezone you've set in your Project Settings, enabling more accurate results for projects using timezones other than UTC. This is especially helpful when grouping data by day, week, or month!
New: Redesigned Funnels
Ever thought funnels on PostHog take up a bit too much space? Ever struggled to read longer funnels which are featured on a dashboard? You weren't the only one. That's why we redesigned them!
The new interface addresses the feedback we've heard, making funnels easier to use and clearer than ever. Check the Funnels docs for more information about what's possible with funnels!
Improved: A more accessible color palette
Speaking of design, you may have noticed we've updated the color palette in most Insights (specifically: Trends, Funnels, Retention, and Stickiness).
The new color palette is more pleasing to the eye, but the change isn't just aesthetic. It's also much more accessible for colorblind users. We want to continue improving accessibility in PostHog, so if you have specific feedback on this topic then please let us know or create an issue!
Improved: Switch between series in the persons modal
Thanks to the new series selector, the Persons modal is easier to use with multi-series Trends insights. In fact, you can now switch between series without ever having to close the window, quickly zooming in on particular user segments - just like in the GIF above!
Improved: Preflight checks
When self-hosting PostHog, it's crucial that all components are up and running, which is why the preflight checks screen is the first thing you see when setting up a fresh instance. Our new version of this screen makes initial setup of your instance all the more pleasant!
New: Restack joins the PostHog Marketplace
Restack is a platform for deployiong open-source software stacks on Kubernetes and is run by a team of open-source enthusiasts. It's a natural match for the PostHog Marketplace, where we've steadily grown the number of businesses offering services and support over the last few months.
Restack enables you to deploy and benefit from a self-hosted PostHog instance, but without the maintenance busy work. Best of all, Restack Console can ensure deployments are HIPAA, FISMA and SOC 2 compliant — handy if you deal with a lot of PII. Find out more in the Marketplace, or head to Restack's store listing for PostHog to find more great videos like the one above!
Other improvements & fixes
Version 1.36 also adds hundreds of other improvements and fixes, including...
- New: Median conversion time is now presented in funnel insights, offering results that are more resistant to being skewed by outliers. The average continues to be available in detailed results. #9810
- Improved: The in-app plugin source code editor has been divided into tabs, to make editing
plugin.json
andindex.ts
slightly more intuitive. Additionally, code is now automatically formatted withprettier
on save. #9795 - Improved: Large numbers are now presented with the comma as the thousands separator in Insights, greatly improving readability. #9725 #9733
- Improved: Properties table column sizing has been made smarter, making them scale better for various contents of properties. #9502
- Fixed: User Paths with start/end points containing trailing slashes work now. It's also been made impossible to unselect all event categories for a more intuitive experience. #9482
- Fixed: Trends insight displayed as a table can be sorted independently on dashboards. #9625
- Fixed: Custom series names are included in CSV exports. #9677
- Fixed: Automatic provisioning of PostHog users logging in with SSO has been made more reliable. For instance, users who first logged-in before automatic provisioning was turned on for the organization, will be automatically added to it when they log in again. #9515
- Fixed: The UI again always shows the correct active license. #9575
View the commit log in GitHub for a full history of changes: release-1.35.0...release-1.36.0
.
Deprecation and removal notices
- For SAML admins: The previous update, PostHog 1.35.0, changed SAML from being instance-based to domain-based. This means that SAML configuration takes place in the PostHog UI. You can have multiple SAML providers on the same instance (segment by domain, from the user's email address). Please review our SSO docs for more details.
- For SAML admins: If you use SAML on a self-hosted instance and have enabled SAML enforcement (previously
SAML_ENFORCED
environment variable) then this environment configuration has been deprecated too. You will now need to configure SSO enforcement via Authentication domains. Check the SSO docs for more details. - For
pluginapp developers:onEvent
,onShapshot
andonAction
event payloads have been cleaned up a bit. Specifically,timestamp
,$set
, and$set_once
are always provided now, whilenow
,sent_at
,site_url
,offset
, as well askafka_offset
are no longer included. All apps available in our App Store are compatible with this change.processEvent
is unaffected.
Share your feedback
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!
Contributions from the community
We always welcome contributions from our community and this time we want to thank the following people...
- @ParthGandhi for fixes to PostHog.com
- @JDConley for corrections to PostHog docs
Do you want to get involved in making PostHog better? Check out our contributing resources to get started, or head to our community page. We also have a list of Good First Issues for ideas on where you can contribute!
Open roles at PostHog
Want to join us in helping make more products successful? We're currently hiring for remote candidates in any of the following roles:
- Growth Engineer
- Site Reliability Engineer - Kubernetes
- Senior Data Engineer
- Senior Product Manager
- Developer Advocate
- Full Stack Engineer - Community Tools, Website & Docs
- Full Stack Engineer
- Marketing Content Writer - 3 Month FTC
Curious about what it's like to work at PostHog? Check out our careers page for more info about our all-remote team and transparent culture. Don’t see a specific role listed? That doesn't mean we won't have a spot for you. Send us a speculative application!
Follow us on Twitter or LinkedIn for more PostHog news!
Ready to find out more?