|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## v3.5.0 / 2022-01-27 |
| 4 | + |
| 5 | +This release includes the following, in sequence by first merge in group: |
| 6 | + |
| 7 | +Feature updates: |
| 8 | + - Support batch mode in HTTP Transport (Issue #1970, PR #1998, thanks @BBE78!) |
| 9 | + |
| 10 | +Patch-level updates: |
| 11 | + - Bump dependency versions (thanks @dependabot & @DABH!) |
| 12 | + - Bump @types/node from 16.11.12 to 17.0.8 (PR #2009) |
| 13 | + - Bump @babel/preset-env from 7.16.7 to 7.16.8 (#2036) |
| 14 | + - Bump @types/node from 17.0.8 to 17.0.9 (#2035) |
| 15 | + - Bump @babel/cli from 7.16.7 to 7.16.8 (#2034) |
| 16 | + - Bump @types/node from 17.0.9 to 17.0.10 (#2042) |
| 17 | + - Bump @babel/core from 7.16.7 to 7.16.12 (#2041) |
| 18 | + - Bump @babel/preset-env from 7.16.8 to 7.16.11 (#2040) |
| 19 | + - Fixing documentation syntax errors in transports code examples (#1916; thanks @romanzaycev!) |
| 20 | + - Fix missing type declarations, especially for `.rejections` |
| 21 | + (#1842, #1929, #2021; thanks @vanflux, @svaj, @glensc, & others!) |
| 22 | + - More narrowly typing the “level” string (#1896, thanks @yonas-g!) |
| 23 | + - Using a safer `stringify`, e.g. to avoid issues from circular structures, in the http transport |
| 24 | + (#2043, thanks @karlwir!) |
| 25 | + |
| 26 | +Updates to the repo & project which don’t actually affect the running code: |
| 27 | + - Add a channel for reporting security vulnerabilities (#2024, thanks @JamieSlome!) |
| 28 | + - Add coverage tracking in CI & documentation (#2025 and #2028, thanks @fearphage!) |
| 29 | + - Update issue templates (#2030 and #2031, thanks @Maverick1872!) |
| 30 | + - Remove gitter link from README.md (#2027, thanks @DABH!) |
| 31 | + |
| 32 | +Thanks also to maintainers @DABH, @fearphage, @Maverick1872, and @wbt for issue/PR shepherding |
| 33 | +and help across multiple parts of the release! |
| 34 | +If somebody got missed in the list of thanks, please forgive the accidental oversight |
| 35 | +and/or feel free to open a PR on this changelog. |
| 36 | + |
3 | 37 | ## v3.4.0 / 2022-01-10
|
4 | 38 |
|
5 | 39 | Yesterday's release was done with a higher sense of urgency than usual
|
|
0 commit comments