All Versions
47
Latest Version
Avg Release Cycle
22 days
Latest Release
809 days ago

Changelog History
Page 4

  • v1.8.0 Changes

    June 03, 2020

    cumulative graphs

    Paths start point

    Paths filtering by properties

    Actions property filter

  • v1.7.0 Changes

    May 27, 2020

    Comparison charts

    Hover breakdown

    property keys with explanations

    automatic domain detection

  • v1.6.0 Changes

    May 20, 2020

  • v1.4.0 Changes

    May 06, 2020
    • Added filtering of properties individually. For both trends and funnels, you can now add filters for each event/action individually events

    • Added Breakdown by properties in graph. graph

    • πŸ‘€ Session time series, you can now see how time spend in your app changes over time session time series

    • Export cohorts as CSV export cohorts

    • Edit frontend selector for actions in PostHog frontend selector

    • Setup page redesign setup page redesign

    • Restrict access to instance by IP address (#679, #682)

    • Fix today + hourly filtering not working (#700)

    • Fix timestamps if users had wrong dates set locally (#693, #697, #699)

    • Add \$screen to events table (#681)

    • Add noindex to login/signup screens (#702)

    • Speed up cohorts page and use antd (#706)

  • v1.3.0 Changes

    April 29, 2020
    • We have added an Android library so you can now capture events in your Android app and send them to PostHog, we can automatically capture screen changes, and send any other events that you like

    android events

    • πŸ”Œ There is now, also a PostHog Gatsby plugin

    • We have added URL wildcards so you can use % as a wildcard when setting up an action

    url wildcards

    • ⚑️ We have also updated the Trends page design as well as adding trends info hints. Trends is the default homepage when logging into PostHog.

    trend layout

    trend hints

    • The Events table can now be sorted by timestamp.

    timestamp reverse

    • Added a more strict flake8 setup and improvements
    • ⬆️ Upgraded Kea to 2.0.0-beta.5
    • Implemented AntD into Setup page
    • πŸ”’ You can now allow access to your PostHog instance by IP address for more security. this does not apply to the JS snippet or the event capture API
    • Added model for typing of filters
    • Added copy code to clipboard changes
    • Use forward for header in middleware if applicable
    • Move get_ip_address to utils
    • πŸ›  Fixed redirect to be explicit for /Trends
    • 🚚 Moved models to separate files
    • πŸš€ Added link to docs for local deployment
    • Warn instead of crash on invalid selector when using the front-end toolbar

    πŸ› Bug Fixes

    • 0️⃣ Fixed issue with default trends route
    • πŸ›  Fixed Setup page operations not working
    • πŸ›  Fixed crash when hovering over events
    • Fixed issues with \$create_alias when users have multiple distinct_ids attached to them
    • πŸ›  Fixed trends save to dashboard issue
    • πŸ›  Fixed adding dashboarditem with set dates
  • v1.2.0 Changes

    • We have added an iOS library so you can now capture events in your iOS app and send them to PostHog, we can automatically capture screen changes, and send any other events that you like

    πŸ“„ Click here for instructions on how to install it on your app.

    • We have added Sessions to /trends with two modes: β€œAverage session length”, which shows you how long sessions are and how many, and β€œdistribution” which makes it super easy to spot whether sessions are uniformly distributed or whether there are outliers

    sessions gif

    • Funnels can be filtered by properties

    Funnel properties

    • Added indexes so loading /trends is super fast, even with millions of events
    • πŸ‘· We have offloaded storing events to workers, so that calls to our events API are non-blocking, and you can scale insertion of events independently from the rest of PostHog
    • 🚚 Removed drf-yasg in favor of our own hosted docs
    • Added layout/header components of Ant design
    • ⚑️ Updated property filters to be "tokenized"
    • ⚑️ Updated the way we display actions/events in trend graphs if those action/events have no data in a given timeframe
    • ⚑️ Updated property filters so that they 'AND' rather than 'OR' if you filter multiples

    πŸ› Bug Fixes

    • πŸ›  Fixed unable to sign up to teams
    • πŸ›  Fixed stickniess not loading
    • πŸ›  Fixed property filter bug that would break when multiples were applied in some circumstances
    • πŸ›  Fixed setting event name in action
    • Fixzed event filtering with teams
  • v1.1.0 Changes

    April 15, 2020

    πŸš€ Important! We've added Celery workers. We'll move tasks to workers to speed up a lot of actions in PostHog. See update instructions on how to enable workers.

    • Users can integrate PostHog with Slack to send push notifications when events are triggered

    Slack action

    • Funnels can now be filtered by Events not just Actions
    • Funnels can be filtered by time intervals as well

    funnel intervals funnel with events

    • Added Ant Design to PostHog

    ant design sidebar ant design buttons

    • Trends can now be filtered by different time intervals

    time intervals

    • Added dotted lines to represent data yet to be determined

    Dotted line example

    • πŸ›  Trends graphs have fixed the X axis at 0

    x axis 0

    • 0️⃣ Daily Active Users (DAUs) added as a default dashboard

    DAU dahsboard

    • πŸ‘ Changed the way we rendered urls in Paths to reflect better on different screen sizes

    paths

    • ⚑️ Updated UX when saving actions to be clearer

    actions save

    • Changed the way we store events properties, we now store all event names and property names against the Team
    • πŸ”¨ Refactored PropertyFilters into a function
    • Added filter by event name to event properties
    • Added mypy rules
    • Using dateutil for datetime
    • Added timestamp index to allow event tables to load at large volumes
    • ⚑️ Updated helm charts to work with redis and workers
    • πŸ”Œ Added a Babel plugin to reduce antd module load
    • We now use offset instead of timestamp of posthog-js to avoid the wrong user time - previously if your local machine had a time set different to your location (or if the time was just off) we would have displayed that time.
    • Using npm instead of yarn in copy command as Heroku doesn't have yarn
    • We now use posthog-js to get array.js
    • 🚚 Removed unused indexes from migrations
    • ⚑️ Updated PostHog snippet

    πŸ› Bug Fixes

    • πŸš€ Removed unused future import to prevent Heroku deployments breaking
    • πŸ›  Fixed dupliucated users in Cohorts
    • Type Migration to prevent /trend bug when navigating to a url from a dashboard
    • Added missing type in initial dahsboard element creattion to fix the same bug as above
    • ⚑️ Fixed collectstatic on fresh Heroku updates
    • πŸ›  Fixed network timeout yarn for antd
    • πŸ›  Fixed npm command to copy array.js
    • πŸ›  Fixed date filter not detecting moment
    • ⬆️ Fixed redis error when upgrading Heroku
    • Stopped throwing an error if a user doesn't have a distinct id
    • πŸ›  Fixed a trends people bug that ignored the time interval selected
    • πŸ›  Fixed site_url pass to slack from request
  • v1.1.0.1 Changes

    April 16, 2020
    • Fix issues with custom events while creating actions
  • v1.0.11 Changes

    April 08, 2020

    πŸš€ Important! We've added Celery workers. We'll move tasks to workers to speed up a lot of actions in PostHog. See update instructions on how to enable workers.

    • Users can filter the trends view by any event rather than just actions

    events in trends

    • Users can now change password in /setup

    password change

    • Users can also reset password at login screen
    • Added a logout button

    logout button

    • Added GitHub / GitLab Social Authorization

    social auth

    • Added Stickiness explanation in /trends > Shown As > Stickiness

    Stickiness explanation

    • Precalculated events that matched actions, this massively speeds up anything that uses actions
    • πŸ‘· Added Celery background workers
    • 🐳 Added gunicorn workers in docker-server script
    • ⚑️ Added email opt in for PostHog Security and Feature updates
    • 🚚 Removed yarn cache in production image
    • 🐳 Cleaned docker yarcn cache
    • 🐳 Reduced size of Docker images by ~80MB
    • 🐳 Set default password for postgres in docker-compose.yml
    • Sped up the event insert by only loading actions that were really necessary
    • Migrated ip field to event property
    • ⚑️ Updated all links to point to new docs domain
    • Added GitLab API url
    • Added Async JS snippet
    • ⚑️ Docker and server updates for helm

    πŸ› Bug Fixes

    • πŸ›  Fixed some instances of Cohort page hangs
    • πŸ›  Fixed demo actions not being recalculated
    • πŸ›  Fixed breakdown error on DAUs where tables could not be filtered
    • πŸ›  Fixed array.js
    • Fixied ActionStep.url_ so that it can be null