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 ffb0e07 commit 17c7363Copy full SHA for 17c7363
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Changelog
2
+
3
+## v2.0.0 - Jan 20, 2020
4
5
+* Added support for newer Django and Python versions
6
+* Added an extensibility that applications to add their own labels to middleware (request/response) metrics
7
+* Allow overriding and setting custom bucket values for request/response latency histogram metric
8
+* Internal improvements:
9
+ * use tox
10
+ * Use pytest
11
+ * use Black
12
+ * Automate pre-releases on every commit ot master
13
+ * Fix flaky tests.
14
15
+## v1.1.0 - Sep 28, 2019
16
17
+* maintenance release that updates this library to support recent and supported version of python & Django
0 commit comments