django-structlog 6.1.0.dev2__py3-none-any.whl → 7.0.0.dev1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,6 @@
4
4
 
5
5
  name = "django_structlog"
6
6
 
7
- VERSION = (6, 1, 0, "dev2")
7
+ VERSION = (7, 0, 0, "dev1")
8
8
 
9
9
  __version__ = ".".join(str(v) for v in VERSION)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: django-structlog
3
- Version: 6.1.0.dev2
3
+ Version: 7.0.0.dev1
4
4
  Summary: Structured Logging for Django
5
5
  Author-email: Jules Robichaud-Gagnon <j.robichaudg+pypi@gmail.com>
6
6
  License: MIT
@@ -29,7 +29,7 @@ License-File: LICENSE.rst
29
29
  Requires-Dist: django >=3.2
30
30
  Requires-Dist: structlog >=21.4.0
31
31
  Requires-Dist: asgiref >=3.6.0
32
- Requires-Dist: django-ipware
32
+ Requires-Dist: django-ipware >=6.0.2
33
33
  Provides-Extra: celery
34
34
  Requires-Dist: celery >=5.1 ; extra == 'celery'
35
35
  Provides-Extra: commands
@@ -399,6 +399,17 @@ Json file (\ ``logs/json.log``\ )
399
399
  Upgrade Guide
400
400
  =============
401
401
 
402
+ .. _upgrade_7.0:
403
+
404
+ Upgrading to 7.0+
405
+ ^^^^^^^^^^^^^^^^^
406
+
407
+ The dependency `django-ipware <https://github.com/un33k/django-ipware>`_ was upgraded to version 6. This library is used to retrieve the request's ip address.
408
+
409
+ Version 6 may have some `breaking changes <https://github.com/un33k/django-ipware/compare/v5.0.2...v6.0.2#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R97>`_ if you did customizations.
410
+
411
+ It should not affect most of the users but if you did some customizations, you might need to update your configurations.
412
+
402
413
  .. _upgrade_6.0:
403
414
 
404
415
  Upgrading to 6.0+
@@ -1,4 +1,4 @@
1
- django_structlog/__init__.py,sha256=pYmqclUVaw4bP7cenWaDbv5pBplo2YyM7ORVimq24UY,215
1
+ django_structlog/__init__.py,sha256=aUE5jFhErIbSFrAiCzpzIFrwKrTxrATg61c4ybDR5Kw,215
2
2
  django_structlog/app_settings.py,sha256=GZXDIGt8s378GhoU5xc_jpGccLJgKwRQBYvMWh9SBJU,553
3
3
  django_structlog/apps.py,sha256=mVi5b1mIJnVrZRC6UtbxWlpMN2hohVP1olomLELqrAM,606
4
4
  django_structlog/commands.py,sha256=bJwosyO-XXVpx_nFEemIGVceL-6OJ0mI8g5FqLrRMpY,1227
@@ -9,8 +9,8 @@ django_structlog/celery/signals.py,sha256=W_fqJ-d6-tAjUTg5hXaTcfFwKLWwmJmBJMPSEj
9
9
  django_structlog/celery/steps.py,sha256=i3vA9G3MgRzbhHELbx-yLZGjNAcJ7v2vpiCrFCFZ2vc,599
10
10
  django_structlog/middlewares/__init__.py,sha256=yi0jJFSPaCt6ilsC4EMQaJEPFJn-uxtW3VmjPefTGvs,52
11
11
  django_structlog/middlewares/request.py,sha256=KF4v1VxK5VnJP_8Yxqj5945eEWhbQx5ouirwtYDovPw,6435
12
- django_structlog-6.1.0.dev2.dist-info/LICENSE.rst,sha256=FmQJJGUr0CAup1Q81JpUuEGsjZM8PCBiNZUuoyHgtBQ,1079
13
- django_structlog-6.1.0.dev2.dist-info/METADATA,sha256=nkB3gGD5fJaOX5n0Ou48grGcgfTvAeJTZplUpwVVTSY,25169
14
- django_structlog-6.1.0.dev2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
15
- django_structlog-6.1.0.dev2.dist-info/top_level.txt,sha256=tGM_7H0Zgu3x7zaOXRkkZx-i18y6fJE9TJi5RhaYd0Y,17
16
- django_structlog-6.1.0.dev2.dist-info/RECORD,,
12
+ django_structlog-7.0.0.dev1.dist-info/LICENSE.rst,sha256=FmQJJGUr0CAup1Q81JpUuEGsjZM8PCBiNZUuoyHgtBQ,1079
13
+ django_structlog-7.0.0.dev1.dist-info/METADATA,sha256=4p9UECNBohiOl9MGewLBQ2zRN2xETc9ekHJA3Y0Xq_Q,25724
14
+ django_structlog-7.0.0.dev1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
15
+ django_structlog-7.0.0.dev1.dist-info/top_level.txt,sha256=tGM_7H0Zgu3x7zaOXRkkZx-i18y6fJE9TJi5RhaYd0Y,17
16
+ django_structlog-7.0.0.dev1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5