v2.3.0
2022-10-17 v2.3.0
-
Expand campaigns: the
utm_campaign
orcampaign
parameter now is tracked separately, and add a dashboard panel for campaigns. See: https://www.goatcounter.com/help/campaignsOld data isn't backfilled as this information wasn't stored.
-
There are now binaries for Windows, macOS, {Free,Open}BSD, and illumos.
-
WebSockets are now disabled by default, as it turned out a lot of people had trouble proxying them. You can enable it with
goatcounter serve -websocket
. -
Add
-dbconn
flag forserve
to allow setting the maximum number of connections. The default is also lowered from 25 to 16 for PostgreSQL. -
Add
-store-every
flag to control how often to persist pageviews to the database. -
Add "Sites that can embed GoatCounter" setting to allow embedding GoatCounter in a frame.
-
Add "Hide UI for public view" setting to allow hiding the UI chrome and display only the charts.
-
Quite a few bugfixes and minor additions.