v1.0.0

plausible/analyticsv1.0.0Oct 5, 2020by ukutaht

AI Summary

Initial stable release consolidating configuration parameters to simplify setup and deployment.

Key Highlights

  • Consolidation of ClickHouse config into a single `CLICKHOUSE_DATABASE_URL`
  • Consolidation of Base URL into a single `BASE_URL` parameter

Breaking Changes

  • Removed `CLICKHOUSE_DATABASE_{HOST,NAME,USER,PASSWORD}`
  • Removed `CLICKHOUSE_DATABASE_POOLSIZE`
  • Removed `DATABASE_POOLSIZE`
  • Removed `DATABASE_TLS_ENABLED`
  • Removed `HOST` and `SCHEME`
  • Removed `CLICKHOUSE_FLUSH_INTERVAL_MS` and `CLICKHOUSE_MAX_BUFFER_SIZE`

New Features

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

Full Release Notes

### 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](https://github.com/plausible/analytics/pull/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