PostHog v1.0.11 Release Notes

Release Date: 2020-04-08 // about 4 years ago
  • ๐Ÿš€ 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