Umami - Package Updates
-
[3.13.1]
- Update Umami to 2.13.1
- Full changelog
- Fixed incomplete chart data #2902
- Fixed error with custom event properties #2901
- Fixed date sorting issues #2899
-
[3.13.2]
- Update Umami to 2.13.2
- Full changelog
- Fixed incorrect referrer #2765
- Fixed chart rendering issues #2918
- Fixed metrics changes not appearing on dashboard #2902
- Fixed strings #2914
-
[3.14.0]
- Update umami to 2.14.0
- Full Changelog
- Fixed dashboard editing #3048
- Fixed unknown countries #3054
- Fixed mobile display issue #3039
- Fixed wrong events count #2980
- Fixed display of event properties #2928
- Fixed session data not deleting #2915
- Language updates (German, French, Russian, Czech, German - Switzerland)
- Added minor version tags to Docker images
- Allow underscores in subdomains
- Added cache control headers for tracker script
-
[3.15.0]
- Update umami to 2.15.0
- Full Changelog
- Fixed unicode characters in location names #3106
- Fixed
websiteId
missing error #2614 - Fixed favicon issue with www subdomains #3073
- Language updates: Chinese, Japanese, Norweigan
- Upgraded Next to
v15.0.4
- Upgraded Prisma to
v5.22.0
-
[3.15.1]
- Update umami to 2.15.1
- Full Changelog
- Fixed OpenSSL issue with Prisma #3107 #3115
- Fixed charts not rendering in MySQL #3114
-
[3.16.0]
- Update umami to 2.16
- Full Changelog
- Language updates: Mongolian, Persian (Farsi), Spanish
- Prisma upgraded to
v6.1.0
- Event tracking on links with target=_top are broken #3187
- Custom filtering triggers invalid query #3154
- Issue with User Role in Redis Authentication #3213
- Session creation soft-lock #3188
- Funnel report does not work for events with spaces in their name #3171
-
[3.17.0]
- Update umami to 2.16.1
- Full Changelog
- Create user error #3247
- Channels not working #3245
- Updated languages: Indonesian
-
[3.18.0]
- Update umami to 2.17.0
- Full Changelog
- ip: IP address. Note that when you send a custom IP address, the normal geo headers from hosts like Vercel and Cloudflare are ignored and a local lookup will be made to get the country and city data.
- userAgent: User agent string. Note this must be in a valid format or your request might be flagged as a bot.
- timestamp: UNIX timestamp in seconds. If passed in, Umami will record the data with the given timestamp instead of the current time.
- Error when filtering using referrer #3255
- CORS headers missing from custom endpoints. #3281
- Journey report regression #3268
- Hostname is not allowed 127.0.0.1 #3279
- Grouped referrers shows incorrect values #3257
- Improved paid ad channel detection #3270
-
[3.19.0]
- Update base image to 5.0.0
-
[3.20.0]
- Update umami to 2.18.0
- Full Changelog
- The new Attribution report allows you to trace the source origin of a user so that you can measure the effectiveness of your ad campaigns and optimize your spend. This report also integrates revenue data so you can see which channels contribute the most to your sales.
- We are introducing a new property for sessions called the distinct ID. This is a new parameter that lets you assign a ID to a session to help you identify a user later.
- We are introducing a new tracker attribute data-before-send that let's you define a function that will be called before data is sent. You can then inspect and modify the payload or cancel the send entirely. The function will take two parameters, type and payload. To continue with sending, you return a payload object. To cancel the send, return a false-y value.
- You can now filter custom events by clicking on an item in the events table.
- The default host we use for displaying website favicons is icons.duckduckgo.com. Now you can use an alternative host with the environment variable FAVICON_URL. You need to pass a string with a token to replace the domain name. For example:
- This release includes some database migrations that add new columns for handling UTM parameters. The migrations will automatically run during the build process.
- Empty event search #3329
- Realtime activity details not listed from newest to oldest #3330
- POST /api/auth/very Method not allowed | Outdated documentation? #3339
- Null region breaks Insights Report #3344