File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323## v2.3.0 - May 2nd, 2023
2424
25- * Remove support for Python 3.6, Django versions older tha than 3.2
25+ * Remove support for Python 3.6, Django versions older than 3.2
2626* Fix two latency metrics not using PROMETHEUS_LATENCY_BUCKETS setting, Thanks [ @AleksaC ] ( https://github.com/korfuri/django-prometheus/pull/343 )
2727* Support new cache backend names in newer Django versions, Thanks [ @tneuct ] ( https://github.com/korfuri/django-prometheus/pull/329 )
2828* Make export of migrations False by default, Thanks [ @kaypee90 ] ( https://github.com/korfuri/django-prometheus/pull/313 )
4949 * use tox
5050 * Use pytest
5151 * use Black
52- * Automate pre-releases on every commit ot master
52+ * Automate pre-releases on every commit to master
5353 * Fix flaky tests.
5454
5555## v1.1.0 - Sep 28, 2019
Original file line number Diff line number Diff line change 2121def SetupPrometheusEndpointOnPort (port , addr = "" ):
2222 """Exports Prometheus metrics on an HTTPServer running in its own thread.
2323
24- The server runs on the given port and is by default listenning on
24+ The server runs on the given port and is by default listening on
2525 all interfaces. This HTTPServer is fully independent of Django and
2626 its stack. This offers the advantage that even if Django becomes
2727 unable to respond, the HTTPServer will continue to function and
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def increase_patch_version(old_version):
9797
9898def release_version_correct ():
9999 """Makes sure the:
100- - prerelease verion for master is correct.
100+ - prerelease version for master is correct.
101101 - release version is correct for tags.
102102 """
103103 print ("update for a pre release version" )
You can’t perform that action at this time.
0 commit comments