Analytics Versions Save

Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

v1.1.0

3 years ago

This is our first release under the AGPLv3 license. More information can be found in our announcement blog post by @metmarkosaric.

If you are self-hosting Plausible, please also take a look at plausible/hosting#4. The official docker-compose.yml file had a security flaw because it exposes the Postgres port to the public while using the default credentials. Please make sure to either remove the port exposure or change your Postgres password.

Added

  • Linkify top pages #91
  • Filter by country, screen size, browser and operating system #303

Fixed

  • Fix issue with creating a PostgreSQL database when ?ssl=true #347
  • Do no disclose current URL to DuckDuckGo's favicon service #343
  • Updated UAInspector database to detect newer devices #309

Changed

  • Update container image to run as non root #352

v1.0.0

3 years ago

Added

  • Collect and present link tags (utm_medium, utm_source, utm_campaign) in the dashboard

Changed

  • Replace configuration parameters CLICKHOUSE_DATABASE_{HOST,NAME,USER,PASSWORD} with a single CLICKHOUSE_DATABASE_URL plausible/analytics#317
  • Disable subscriptions by default
  • Remove CLICKHOUSE_DATABASE_POOLSIZE, DATABASE_POOLSIZE and DATABASE_TLS_ENABLED parameters. Use query parameters in CLICKHOUSE_DATABASE_URL and DATABASE_URL instead.
  • Remove HOST and SCHEME parameters in favor of a single BASE_URL parameter.
  • Make Bamboo.SMTPAdapter the default as opposed to Bamboo.PostmarkAdapter
  • Disable subscription flow by default