- #660 Interpret any string in args as API Key instead of a regex
- ⚠️ Careful: passing strings which are not API Keys as as the final argument to a request previously would have ignored those strings, and would now result in the request failing with an authentication error.
- ⚠️ Careful: The private api
utils.isAuthKey
was removed.
- #658 Update README retry code sample to use two retries
- #653 Reorder customer methods