Skip to content

v3.9.0

Compare
Choose a tag to compare
@wbt wbt released this 26 May 16:22
· 55 commits to master since this release

Functionality changes

  • Handle undefined errors in getAllInfo in exception-handler in #2208; thanks to new contributor @eivindrs
  • fix: properly allow passing non-array transport in #2256; thanks to new contributor @Tanuel
  • fix #1732 (Http Transport uses JSON format options as request options) in #2272; thanks to new contributor @MoritzLoewenstein (minor version bump per comment on the issue)
  • fix: add guard clause to prevent FD leak in #2301; thanks to new contributor @td-tomasz-joniec

Dependency updates by @dependabot + CI autotesting

Documentation changes

  • Fix readme typo in #2230; thanks to new contributor @aretecode
  • create new example for ready to use in #2240; thanks to new contributor @myagizmaktav
  • minor fixes to publishing.md

Build Infrastructure changes

  • GitHub Workflows security hardening in #2252; thanks to new contributor @sashashura