Skip to content

v9.0.0

Compare
Choose a tag to compare
@suda suda released this 20 May 13:20
· 219 commits to master since this release

Breaking Changes

  • base http methods (.get(), .put(), etc) on agent and particle classes accept options object vs. positional arguments (see here)
  • .downloadFile() method uses uri option (vs. url) (docs)
  • refactored options object for the .createWebhook() method - hook-related options are now passed in via options.hook (docs)

Updates

  • add support for configuration and location services
  • all top-level api methods optionally accept a headers option object