Skip to content

v2.3.0

Compare
Choose a tag to compare
@arp242 arp242 released this 17 Oct 11:47
· 230 commits to master since this release
bf8169d

2022-10-17 v2.3.0

  • Expand campaigns: the utm_campaign or campaign parameter now is tracked separately, and add a dashboard panel for campaigns. See: https://www.goatcounter.com/help/campaigns

    Old 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 for serve 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.