Releases: prismelabs/analytics
Releases · prismelabs/analytics
v0.18.0
🚀 New
- Add file-downloads events (ping and regular handlers)
- Add outbound link clicks events (ping, regular and noscript handlers)
- Add support for multiple sessions per device
- Add support for Sec-CH-UA client hint
- More uniform OS families
- Add a way to exclude own visits
- Track HTTP status of pageviews event
🧹 Updates
- Go dependencies
- Embedded IP geolocation database
- Web Analytics dashboard
- Update grafana to 11.4.0
- Update clickhouse to 24.22.1.2557
Full Changelog: v0.17.0...v0.18.0
v0.17.0
🚀 New
🧹 Updates
- Go dependencies
- Embedded IP geolocation database
- Web Analytics dashboard
- Update grafana to 11.0.0
Full Changelog: v0.16.1...v0.17.0
v0.17.0-beta05
add sql.Scanner and sql.Value impl for uri
v0.17.0-beta04
update README.md
v0.17.0-beta03
update Top Source panel to include utm_sources
v0.17.0-beta02
add another noscript page to static mock
v0.17.0-beta01
update grafana.Client.SearchDashboards to support 'query' parameter a…
v0.16.1
v0.16.0
❗ Breaking Changes
- Column prisme.sessions.pageviews is renamed to prisme.sessions.pageview_count
🚀 New
- Add noscript handlers to track visitors with JS disabled.
- Add configurable timeout middleware.
- Add
X-Prisme-Visitor-Id
header to pageview handler to specify session visitor id. - Domain, path and manual tracking options for tracking script (renamed wa.js).
- Add support for UTM parameters.
🧹 Updates
- Go dependencies
- Embedded IP geolocation database
- Web Analytics dashboard
- Update grafana to 11.0.0
- Update Nix flake
🐛 Bug Fixes
- Remove debug println
- Incomplete teardown service logs
- Duplicate count of sessions and visitor in dashboard
Full Changelog: v0.15.0...v0.16.0
v0.16.0-beta08
improve data-manual web analytics attribute and remove dead code in t…