Skip to content

Commit 237534a

Browse files
authored
Release 3.5.0 (#2045)
* Add release notes for 3.5.0 * Update package version to 3.5.0 Per #2044 (comment)
1 parent d18198d commit 237534a

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# CHANGELOG
22

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+
337
## v3.4.0 / 2022-01-10
438

539
Yesterday's release was done with a higher sense of urgency than usual

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "winston",
33
"description": "A logger for just about everything.",
4-
"version": "3.4.0",
4+
"version": "3.5.0",
55
"author": "Charlie Robbins <[email protected]>",
66
"maintainers": [
77
"David Hyde <[email protected]>"

0 commit comments

Comments
 (0)