Releases: winstonjs/winston
v3.7.0
What's Changed
- Fix: add missing type definition of batch http option by @KylinDC in #2075
- Feature: Further improve issue templates by @maverick1872 in #2073
- Bump @dabh/diagnostics from 2.0.2 to 2.0.3 by @dependabot in #2074
- Bump actions/checkout from 2 to 3 by @dependabot in #2086
- Bump @babel/core from 7.17.2 to 7.17.5 by @dependabot in #2079
- Bump @babel/cli from 7.17.0 to 7.17.6 by @dependabot in #2082
- Bump eslint from 8.9.0 to 8.10.0 by @dependabot in #2083
- Bump @types/node from 17.0.17 to 17.0.21 by @dependabot in #2084
- Bump actions/setup-node from 2 to 3 by @dependabot in #2081
- fix(metadata precedence) - fix metadata override issues by @maverick1872 in #1989
- Bump @types/node from 17.0.21 to 17.0.23 by @dependabot in #2099
- Bump eslint from 8.10.0 to 8.12.0 by @dependabot in #2098
- Bump @babel/core from 7.17.5 to 7.17.8 by @dependabot in #2093
- Release - v3.7.0 by @maverick1872 in #2101
New Contributors
Full Changelog: v3.6.0...v3.7.0
v3.6.0
- Changelog updates for v3.6.0 5e72485
- Update dependencies, including latest logform (#2071) 93077ef
- Update to @colors/colors (#2069) 035f94a
- Bump @babel/core from 7.16.12 to 7.17.2 (#2068) 7665d88
- Bump @babel/cli from 7.16.8 to 7.17.0 (#2064) e658389
- chore: add editorconfig (#2058) 30d260d
- Add search terms field to bug report template (#2067) 40ef309
- Bump @types/node from 17.0.13 to 17.0.15 (#2062) c9b7579
- Chore: Organize and restructure tests (#2049) 2b8cd55
- Bump to latest winston-transport 2017c50
- Memory leak fix: do not wait for
process.nextTick
to clear pending callbacks (#2057) f741383 - Update linter dependencies and config (#2059) 438cb73
- Bump @types/node from 17.0.10 to 17.0.13 (#2051) 7f6a6f2
3.5.1
3.5.0
This release includes the following, in sequence by first merge in group:
Feature updates:
Patch-level updates:
- Bump dependency versions (thanks @dependabot & @DABH!)
- Bump @types/node from 16.11.12 to 17.0.8 (PR #2009)
- Bump @babel/preset-env from 7.16.7 to 7.16.8 (#2036)
- Bump @types/node from 17.0.8 to 17.0.9 (#2035)
- Bump @babel/cli from 7.16.7 to 7.16.8 (#2034)
- Bump @types/node from 17.0.9 to 17.0.10 (#2042)
- Bump @babel/core from 7.16.7 to 7.16.12 (#2041)
- Bump @babel/preset-env from 7.16.8 to 7.16.11 (#2040)
- Fixing documentation syntax errors in transports code examples (#1916; thanks @romanzaycev!)
- Fix missing type declarations, especially for
.rejections
(#1842, #1929, #2021; thanks @vanflux, @svaj, @glensc, & others!) - More narrowly typing the “level” string (#1896, thanks @yonas-g!)
- Using a safer
stringify
, e.g. to avoid issues from circular structures, in the http transport (#2043, thanks @karlwir!)
Updates to the repo & project which don’t actually affect the running code:
- Add a channel for reporting security vulnerabilities (#2024, thanks @JamieSlome!)
- Add coverage tracking in CI & documentation (#2025 and #2028, thanks @fearphage!)
- Update issue templates (#2030 and #2031, thanks @maverick1872!)
- Remove gitter link from README.md (#2027, thanks @DABH!)
Thanks also to maintainers @DABH, @fearphage, @maverick1872, and @wbt for issue/PR shepherding and help across multiple parts of the release!
If somebody got missed in the list of thanks, please forgive the accidental oversight and/or feel free to open a PR on the changelog.
v3.4.0
v3.4.0 / 2022-01-10
Yesterday's release was done with a higher sense of urgency than usual due to vandalism in the colors
package. This release:
- ties up a loose end by including [#1973] to go with [#1824]
- adds a missing http property in NpmConfigSetColors [#2004] (thanks @SimDaSong)
- fixes a minor issue in the build/release process [#2014]
- pins the version of the testing framework to avoid an issue with a test incorrectly failing [#2017]
The biggest change in this release, motivating the feature-level update, is [#2006] Make winston more ESM friendly, thanks to @miguelcobain.
Thanks also to @DABH, @wbt, and @fearphage for contributions and reviews!
v3.3.4
Compared to v3.3.3, this version fixes some issues and includes some updates to project infrastructure,
such as replacing Travis with Github CI and dependabot configuration.
There have also been several relatively minor improvements to documentation, and incorporation of some updated dependencies.
Dependency updates include a critical bug fix [#2008] in response to self-vandalism by the author of a dependency.
- [#1964] Added documentation for how to use a new externally maintained Seq transport.
- [#1712] Add default metadata when calling log with string level and message.
- [#1824] Unbind event listeners on close
- [#1961] Handle undefined rejections
- [#1878] Correct boolean evaluation of empty-string value for eol option
- [#1977] Improved consistency of object parameters for better test reliability
v3.3.3
v3.3.2
v3.3.1
- Prep for 3.3.1 faac066
- Add space between
info.message
andmeta.message
(#1740) 227ca0a - Fix bugs in
createLogger
type (#1807) ef97171 - Fix typing for Profile.start (was Date, should be Number) (#1803) 0e1c812
- Merge branch 'master' of github.com:winstonjs/winston 9e7bd71
- [#1813] Use fork of diagnostics, avoiding indirect storage-engine dependency 67cd9b5
- remove emitErrs note from README (its no longer supported) (#1810) 6545a7e
v3.3.0
- Prepare for v3.3.0 b6bc918
- doc: fix whitespace and trailing comma. (#1778) 9354721
- docs: add example of uncaughtRejections logging (#1780) 3d07a80
- fix: change property of handleRejections (#1779) df25fa2
- Add options to request (#1777) 950cbcd
- Update package-lock.json (#1772) 1c75292
- Exclude unnecessary files from npm package (#1768) e7d13d5
- Fix removes a logger when pass undefined transport (#1785) 75f7edf
- This adds Node.js 14 and removes Node.js 8 as: (#1793) 4b571ba
- Update Sentry transport
require
change (#1754) 73ae01f - Fix typo (#1750) 7b67eb0
- Fix Issue where winston removes transport on error (#1364) (#1714) 1679c49
- Fix #1690 (#1691) 0e0cf14
- Node 12 is LTS now 85a250a
- Update README.md (#1743) bea9c34
- Add defaultMeta to Logger index.d.ts (#1736) 319abf1
- (typo) Missing label import in example (#1733) c719706
- Update index.d.ts (#1729) 8944598
- Fix
npm
logging levels on README.md (#1737) 7bb258c - #1567: document common transport options (#1723) 64744d7
- Add Humio transport link to docs (#1705) ae2335b
- UPDATE levels on readme (http added) (#1650) 785bd9e
- Add PostgresQL transport to list of community transports (#1697) 4f44acb
- feat(transports): add integrateion with winston-bigquery (#1700) 22801e1
- add bearer auth capabilities to http transport; (#1662) a07bc17
- [#1612] Remove no-op aed30ab
- Upgrade all dependencies, test/build/lint results match master (#1686) 11f5ea2
- added a Sentry transport for winston (#1684) d62470e
- Update transports.md (#1683) 2d44d64
- Made the code example fully executable (#1677) e325793
- Updated async to lodash patched version (#1672) 9399f08
- Updated transports.md (#1652) 15c9653
- Fix logs files names (#1651) daeefbf
- Add Slack Winston transport (#1661) 47e05e8
- Add datadog winston transport (#1656) bf2b986
- Update CI to remove Node 6 and support Node 12 (#1647) 05bed4d
- Remove unused import (#1654) bc6a363
- TS updates (#1625) 4e939b3
- Update index.d.ts (#1623) 8423c03
- Add typings for the isLevelEnabled(string) and isXXXEnabled() functions (#1622) 1a75544
- Adding
LogDNA Winston
Transport (#1610) 8f4cddc - Expose
child
on default logger (#1603) 80d3439 - [#1592], (@akaustav) Fix year typo in CHANGELOG (#1593) 3a5413b
- Update transports.md table of contents (#1605) a9065b1
- Update transports.md (#1600) 635b468
- [doc] Drop minor and patch versions from hero title to avoid future mistakes I will definitely make. efd7baf
- [tiny doc] Update hero title. 85f2471