You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test started failing because some release notes changed. This indicates that the test wasn't fully cached.
So I've regenerated it and will recache it to prevent this from happening again.
Copy file name to clipboardexpand all lines: tests/smoke-python-version-multidir.yaml
+9-11
Original file line number
Diff line number
Diff line change
@@ -238,15 +238,10 @@ output:
238
238
<p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p>
239
239
<blockquote>
240
240
<h1>2.1.0 (2023-11-13)</h1>
241
-
<p>Read the <code>v2 migration guide <https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html></code>__ for help upgrading to the latest version of urllib3.</p>
242
-
<h2>Removals</h2>
243
241
<ul>
244
242
<li>Removed support for the deprecated urllib3[secure] extra. (<code>[#2680](https://github.com/urllib3/urllib3/issues/2680) <https://github.com/urllib3/urllib3/issues/2680></code>__)</li>
245
243
<li>Removed support for the deprecated SecureTransport TLS implementation. (<code>[#2681](https://github.com/urllib3/urllib3/issues/2681) <https://github.com/urllib3/urllib3/issues/2681></code>__)</li>
246
244
<li>Removed support for the end-of-life Python 3.7. (<code>[#3143](https://github.com/urllib3/urllib3/issues/3143) <https://github.com/urllib3/urllib3/issues/3143></code>__)</li>
247
-
</ul>
248
-
<h2>Bugfixes</h2>
249
-
<ul>
250
245
<li>Allowed loading CA certificates from memory for proxies. (<code>[#3065](https://github.com/urllib3/urllib3/issues/3065) <https://github.com/urllib3/urllib3/issues/3065></code>__)</li>
251
246
<li>Fixed decoding Gzip-encoded responses which specified <code>x-gzip</code> content-encoding. (<code>[#3174](https://github.com/urllib3/urllib3/issues/3174) <https://github.com/urllib3/urllib3/issues/3174></code>__)</li>
252
247
</ul>
@@ -273,7 +268,11 @@ output:
273
268
<h1>2.0.3 (2023-06-07)</h1>
274
269
<ul>
275
270
<li>Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. (<code>[#3020](https://github.com/urllib3/urllib3/issues/3020) <https://github.com/urllib3/urllib3/issues/3020></code>__)</li>
271
+
<li>Deprecated URLs which don't have an explicit scheme (<code>[#2950](https://github.com/urllib3/urllib3/issues/2950) <https://github.com/urllib3/urllib3/pull/2950></code>_)</li>
272
+
<li>Fixed response decoding with Zstandard when compressed data is made of several frames. (<code>[#3008](https://github.com/urllib3/urllib3/issues/3008) <https://github.com/urllib3/urllib3/issues/3008></code>__)</li>
273
+
<li>Fixed <code>assert_hostname=False</code> to correctly skip hostname check. (<code>[#3051](https://github.com/urllib3/urllib3/issues/3051) <https://github.com/urllib3/urllib3/issues/3051></code>__)</li>
276
274
</ul>
275
+
<h1>2.0.2 (2023-05-03)</h1>
277
276
<!-- raw HTML omitted -->
278
277
</blockquote>
279
278
<p>... (truncated)</p>
@@ -367,7 +366,7 @@ output:
367
366
<h2>Version 3.0.1</h2>
368
367
<p>Released 2024-01-18</p>
369
368
<ul>
370
-
<li>Correct type for <code>path</code> argument to <code>send_file</code>. :issue:<code>5230</code></li>
369
+
<li>Correct type for <code>path</code> argument to <code>send_file</code>. :issue:<code>5336</code></li>
371
370
<li>Fix a typo in an error message for the <code>flask run --key</code> option. :pr:<code>5344</code></li>
372
371
<li>Session data is untagged without relying on the built-in <code>json.loads</code>
373
372
<code>object_hook</code>. This allows other JSON providers that don't implement that.
@@ -485,15 +484,10 @@ output:
485
484
<p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p>
486
485
<blockquote>
487
486
<h1>2.1.0 (2023-11-13)</h1>
488
-
<p>Read the <code>v2 migration guide <https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html></code>__ for help upgrading to the latest version of urllib3.</p>
489
-
<h2>Removals</h2>
490
487
<ul>
491
488
<li>Removed support for the deprecated urllib3[secure] extra. (<code>[#2680](https://github.com/urllib3/urllib3/issues/2680) <https://github.com/urllib3/urllib3/issues/2680></code>__)</li>
492
489
<li>Removed support for the deprecated SecureTransport TLS implementation. (<code>[#2681](https://github.com/urllib3/urllib3/issues/2681) <https://github.com/urllib3/urllib3/issues/2681></code>__)</li>
493
490
<li>Removed support for the end-of-life Python 3.7. (<code>[#3143](https://github.com/urllib3/urllib3/issues/3143) <https://github.com/urllib3/urllib3/issues/3143></code>__)</li>
494
-
</ul>
495
-
<h2>Bugfixes</h2>
496
-
<ul>
497
491
<li>Allowed loading CA certificates from memory for proxies. (<code>[#3065](https://github.com/urllib3/urllib3/issues/3065) <https://github.com/urllib3/urllib3/issues/3065></code>__)</li>
498
492
<li>Fixed decoding Gzip-encoded responses which specified <code>x-gzip</code> content-encoding. (<code>[#3174](https://github.com/urllib3/urllib3/issues/3174) <https://github.com/urllib3/urllib3/issues/3174></code>__)</li>
499
493
</ul>
@@ -520,7 +514,11 @@ output:
520
514
<h1>2.0.3 (2023-06-07)</h1>
521
515
<ul>
522
516
<li>Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. (<code>[#3020](https://github.com/urllib3/urllib3/issues/3020) <https://github.com/urllib3/urllib3/issues/3020></code>__)</li>
517
+
<li>Deprecated URLs which don't have an explicit scheme (<code>[#2950](https://github.com/urllib3/urllib3/issues/2950) <https://github.com/urllib3/urllib3/pull/2950></code>_)</li>
518
+
<li>Fixed response decoding with Zstandard when compressed data is made of several frames. (<code>[#3008](https://github.com/urllib3/urllib3/issues/3008) <https://github.com/urllib3/urllib3/issues/3008></code>__)</li>
519
+
<li>Fixed <code>assert_hostname=False</code> to correctly skip hostname check. (<code>[#3051](https://github.com/urllib3/urllib3/issues/3051) <https://github.com/urllib3/urllib3/issues/3051></code>__)</li>
0 commit comments