change: replace events reporter from sentry to Google Analytics

This commit is contained in:
debugtalk
2022-03-22 12:04:46 +08:00
parent fa81c55941
commit ffa2bf21d1
5 changed files with 2 additions and 13 deletions

View File

@@ -2,13 +2,13 @@
## 3.1.7 (2022-03-22)
- feat: report events with Google Analytics
- fix #1117: ignore comments and blank lines when parsing .env file
- fix #1141: parameterize failure caused by pydantic version
- fix #1165: ImportError caused by jinja2 version
- fix: failure in getting client and server IP/port when requesting HTTPS
- fix: upgrade dependencies for security
- change: remove support for dead python 3.6, upgrade supported python version to 3.7/3.8/3.9/3.10
- change: replace events reporter from sentry to Google Analytics
## 3.1.6 (2021-07-18)