Interface changes: you can now return a Promise from a requestInterceptor or responseInterceptor and Swagger-Client will wait for it to resolve.
Changelog:
- feature: asynchronous interceptors (via #1261)
- bugfix: normalization is more durable to
n > 1 rounds of subtree resolution (via #1274)