GoatCounter v2.3.0 Release Notes

Release Date: 2022-10-17 // over 1 year ago
  • Old data isn't backfilled as this information wasn't stored.

    • ๐ŸŽ There are now binaries for Windows, macOS, {Free,Open}BSD, and illumos.

    • 0๏ธโƒฃ 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.