Skip to content

v0.80.0

Compare
Choose a tag to compare
@mikecao mikecao released this 07 Oct 15:56
· 3847 commits to master since this release
a572441

New error message component

image

IP address filter

You can now filter out IP addresses by setting IGNORE_IP in your .env file. This is a comma delimited list of IP address.

Redirect to SSL

If you want umami itself to redirect HTTP requests to SSL, set FORCE_SSL=1 in your .env file.

Filter domains from tracker

If you want the tracker to only run on specific domains, add the data-domains attribute to your tracker script. This is a comma delimited list of domain names.

Prisma update

Removed the Prisma disconnect code that was causing performance issues.