Skip to content

4.11.3

Compare
Choose a tag to compare
@SerKnight SerKnight released this 28 Apr 17:38
· 249 commits to master since this release
db312b9
  1. fixes #484 - When a rate limit call hit 429 - the body was empty, and we were trying to JSON.parse and return the result. Now just return the body

  2. Fixes #523 by Adding summaryOnly boolean option to getContacts

  3. Few other odds and ends generated form recent OAS changes (enums, optional params, etc)