v3.1.0-rc.0 #5859
v3.1.0-rc.0
#5859
Replies: 3 comments 1 reply
-
|
Upgrade from 3.0 is not working for me, I get an 502 error. Logs say this: |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
The next release candidate is now available, https://github.com/plausible/analytics/releases/tag/v3.1.0-rc.1, with its own discussion #5861. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the quick fix @apata - Upgrade went well now. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release
interactive. See this doc for more details.Upgrade
Update the image used for
plausiblecompose.yml
and restart the containers
console
$ docker compose up -dThis will boot up the new version of the app.
Changelog
Added
include.trim_relative_date_range- this option allows trimming empty values after current time forday,monthandyeardate_range valuestransformRequestfunction to change event payloads before they're sentcustomPropertiesfunction hook to derive custom props for events on the flyplausible.init({ ...your overrides... })- this can be unique page-by-page@plausible-analytics/trackerESM module is available on NPM - it has near-identical configuration API and identical tracking logic as the script and it receives bugfixes and updates concurrently with the new tracker scriptRemoved
Changed
event.props.pathto be explicitly defined when tracking: it is set to be the same asevent.pathnamein event ingestion; if it is explicitly defined, it is not overridden for backwards compatibilityday,monthandyearperiodsbounce_ratemetric in Entry Pages breakdownFixed
visitorsandvisitsper hour, count visits in each hour they were active inThis discussion was created from the release v3.1.0-rc.0.
Beta Was this translation helpful? Give feedback.
All reactions