v1.1.0

plausible/analyticsv1.1.0Oct 14, 2020by ukutaht

AI Summary

First release under the AGPLv3 license, featuring security fixes for the default Docker configuration and data filtering improvements.

Key Highlights

  • Adoption of AGPLv3 license
  • Fix for exposed Postgres port in default docker-compose.yml

Breaking Changes

  • Docker container image updated to run as non-root

New Features

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

Full Release Notes

This is our first release under the AGPLv3 license. More information can be found in our [announcement blog post](https://plausible.io/blog/open-source-licenses) 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