Commit b5305f3
committed
Merge branch '7.3' into 7.4
* 7.3:
[JsonStreamer] Fix exponential resource class memory growth
[Cache] Fix DSN auth not passed to clusters in RedisTrait
do not parse "scalar" as an object
[Form] Fix OrderedHashMap auto-increment logic with mixed keys
[HttpClient] Skip HTTP/3 when using a proxy
don't skip custom view transformers while normalizing submitted newlines
[Serializer] Fix is/has/can accessor naming regression while preserving collision detectionFile tree
3 files changed
+39
-2
lines changed- Tests
- Extractor
- Fixtures
- Util
3 files changed
+39
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
451 | 467 | | |
452 | 468 | | |
453 | 469 | | |
| |||
814 | 830 | | |
815 | 831 | | |
816 | 832 | | |
817 | | - | |
| 833 | + | |
818 | 834 | | |
819 | 835 | | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
820 | 842 | | |
821 | 843 | | |
822 | 844 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
65 | 75 | | |
66 | 76 | | |
67 | 77 | | |
| |||
0 commit comments