---
layout: changelog
---
  * Updates the way that API requests are throttled to:
    * avoid a condition where the request queue callback could be called multiple times, causing a crash
    * refactor the logic in `_callTransport` into multiple functions to make it easier to follow
  * Updates dev dependencies:
    * eslint
    * nock
    * eslint-config-airbnb