Commit 4124e8f
fix: fix x-amzn-query-mode header (#3123)
* fix: fix x-amzn-query-mode header
This change makes the `x-amzn-query-mode` header to be a string value instead of a boolean one.
* chore: remove dynamic property creation
Dynamic property creation is not supported in php 8.4+.
* chore: add entry log change
* Update fix-query-header-mode.json
---------
Co-authored-by: Sean O'Brien <60306702+stobrien89@users.noreply.github.com>1 parent 554d983 commit 4124e8f
File tree
4 files changed
+11
-2
lines changed- .changes/nextrelease
- src
- tests
- Integ
4 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
994 | 994 | | |
995 | 995 | | |
996 | 996 | | |
997 | | - | |
| 997 | + | |
998 | 998 | | |
999 | 999 | | |
1000 | 1000 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments