Skip to content

Swagger-Client 3.6.0 Released!

Choose a tag to compare

@shockey shockey released this 07 Apr 05:01
· 2529 commits to master since this release
14063b5

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)