Skip to content

@slack/client v4.7.0

Compare
Choose a tag to compare
@aoberoi aoberoi released this 02 Oct 00:56

New Features

  • You can now specify HTTP headers you'd like to include on all requests from WebClient. Just pass a headers option to the constructor. Thanks @ethan0920 (#629).

Bug fixes

  • Fixes a bug when specifying the agent option on WebClient using an agent from https-proxy-agent. Thanks @aoberoi (#645).

Documentation improvements