reach_commons 0.17.2__py3-none-any.whl → 0.17.3__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.
|
@@ -46,7 +46,7 @@ def add_deprecation_headers(
|
|
|
46
46
|
)
|
|
47
47
|
|
|
48
48
|
elif current_date >= removal_date:
|
|
49
|
-
logger.
|
|
49
|
+
logger.warning(
|
|
50
50
|
f"Access to removed endpoint: {method} {path}. "
|
|
51
51
|
f"Removal date was {removal_date_str}."
|
|
52
52
|
+ (f" Replacement endpoint: {replacement_url}" if replacement_url else "")
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
reach_commons/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
reach_commons/app_logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
reach_commons/app_logging/http_logger.py,sha256=mljQCdmsmtD2HsC_gsFwZAxPlAiLPYVirVrCjXFxitY,2541
|
|
4
|
-
reach_commons/app_logging/log_deprecated_endpoints.py,sha256=
|
|
4
|
+
reach_commons/app_logging/log_deprecated_endpoints.py,sha256=yXs9Jh7V0_0cMnzwXV9WRgCdFXe_tybcFE1eQl2KNC4,2020
|
|
5
5
|
reach_commons/app_logging/logger.py,sha256=Iq2XTl1zLgHDmVsTMdlFadcYJOqQNhBcFSscacKs_Xs,2295
|
|
6
6
|
reach_commons/app_logging/logging_config.py,sha256=Y1JaZOoQBWgQjkOqYmeDRIm0p2eCOl3yTzgsgqyqm8I,1539
|
|
7
7
|
reach_commons/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -27,6 +27,6 @@ reach_commons/redis_manager.py,sha256=tK-kBw1fO1f-phsxGI-7W_MEtHQsRz7JY9LEN8OBcN
|
|
|
27
27
|
reach_commons/sms_smart_encoding.py,sha256=92y0RmZ0l4ONHpC9qeO5KfViSNq64yE2rc7lhNDSZqE,1241
|
|
28
28
|
reach_commons/utils.py,sha256=dMgKIGqTgoSItuBI8oz81gKtW3qi21Jkljv9leS_V88,8475
|
|
29
29
|
reach_commons/validations.py,sha256=jc78boM62S9Z0Ip_nV1z7I983gGpW2Y7vOCQtmia8OU,964
|
|
30
|
-
reach_commons-0.17.
|
|
31
|
-
reach_commons-0.17.
|
|
32
|
-
reach_commons-0.17.
|
|
30
|
+
reach_commons-0.17.3.dist-info/METADATA,sha256=-YbAMsDaqbipOI9jxccdrqgNWoKRoeAE1A5nivPqWGQ,1860
|
|
31
|
+
reach_commons-0.17.3.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
32
|
+
reach_commons-0.17.3.dist-info/RECORD,,
|
|
File without changes
|