|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## [v3.9.0](https://github.com/winstonjs/winston/compare/v3.8.2...v3.9.0) |
| 4 | +### Functionality changes |
| 5 | +* Handle undefined errors in getAllInfo in exception-handler in https://github.com/winstonjs/winston/pull/2208; thanks to new contributor @eivindrs |
| 6 | +* fix: properly allow passing non-array transport in https://github.com/winstonjs/winston/pull/2256; thanks to new contributor @Tanuel |
| 7 | +* fix #1732 (Http Transport uses JSON format options as request options) in https://github.com/winstonjs/winston/pull/2272; thanks to new contributor @MoritzLoewenstein (minor version bump per comment on the issue) |
| 8 | +* fix: add guard clause to prevent FD leak in https://github.com/winstonjs/winston/pull/2301; thanks to new contributor @td-tomasz-joniec |
| 9 | + |
| 10 | +### Dependency updates by @dependabot + CI autotesting |
| 11 | +* Bump eslint from 8.23.0 to 8.32.0 by @dependabot in https://github.com/winstonjs/winston/pull/2209, https://github.com/winstonjs/winston/pull/2236, https://github.com/winstonjs/winston/pull/2258, & https://github.com/winstonjs/winston/pull/2271 |
| 12 | +* Bump @babel/core from 7.19.0 to 7.20.12 by @dependabot in https://github.com/winstonjs/winston/pull/2206, https://github.com/winstonjs/winston/pull/2234, https://github.com/winstonjs/winston/pull/2259, & https://github.com/winstonjs/winston/pull/2275 |
| 13 | +* Bump @types/node from 18.0.0 to 18.11.18 by @dependabot in https://github.com/winstonjs/winston/pull/2215, https://github.com/winstonjs/winston/pull/2235, & https://github.com/winstonjs/winston/pull/2264 |
| 14 | +* Bump @babel/preset-env from 7.19.0 to 7.20.2 by @dependabot in https://github.com/winstonjs/winston/pull/2218 & https://github.com/winstonjs/winston/pull/2244 |
| 15 | +* Bump safe-stable-stringify from 2.3.1 to 2.4.3 by @dependabot in https://github.com/winstonjs/winston/pull/2217 & https://github.com/winstonjs/winston/pull/2292 |
| 16 | +* Bump @babel/cli from 7.18.10 to 7.19.3 by @dependabot in https://github.com/winstonjs/winston/pull/2216 |
| 17 | +* Bump json5 from 2.2.1 to 2.2.3 by @dependabot in https://github.com/winstonjs/winston/pull/2260 |
| 18 | + |
| 19 | +### Documentation changes |
| 20 | +* Fix readme typo in https://github.com/winstonjs/winston/pull/2230; thanks to new contributor @aretecode |
| 21 | +* create new example for ready to use in https://github.com/winstonjs/winston/pull/2240; thanks to new contributor @myagizmaktav |
| 22 | +* minor fixes to publishing.md |
| 23 | + |
| 24 | +### Build Infrastructure changes |
| 25 | +* GitHub Workflows security hardening in https://github.com/winstonjs/winston/pull/2252; thanks to new contributor @sashashura |
| 26 | + |
3 | 27 | ## [v3.8.2](https://github.com/winstonjs/winston/compare/v3.8.1...v3.8.2)
|
4 | 28 | ### Patch-level changes
|
5 | 29 | * Add `.js` to main entry point in package.json in https://github.com/winstonjs/winston/pull/2177; thanks to new contributor @rumanbsl
|
|
0 commit comments