We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fcaf4 commit cbf6666Copy full SHA for cbf6666
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v2.3.0 - UNPUBLISHED
4
+
5
+* Remove support for Python 3.6, Django versions older tha than 3.2
6
+* Fix two latency metrics not using PROMETHEUS_LATENCY_BUCKETS setting, Thanks [@AleksaC](https://github.com/korfuri/django-prometheus/pull/343)
7
+* Support new cache backend names in newer Django versions, Thanks [@tneuct](https://github.com/korfuri/django-prometheus/pull/329)
8
+* Make export of migrations False by default, Thanks [@kaypee90](https://github.com/korfuri/django-prometheus/pull/313)
9
10
## v2.2.0 - December 19, 2021
11
12
* Switch to Github Actions CI, remove travis-ci.
0 commit comments