Skip to content

7.1.0

Compare
Choose a tag to compare
@jenschude jenschude released this 19 Nov 09:27
· 2205 commits to main since this release
680d5c9

What's Changed

  • Update generated SDKs by @github-actions in #215

  • add option for an Auth CircuitBreaker by @jenschude in #219
    Can be activated using the ApiRoot or ClientBuilder e.g.:

    ApiRootBuilder.of()
        .withAuthCircuitBreaker()
    
  • Fix dropping of custom CorrelationId using the compatibility layer

  • Update dependencies by @renovate-bot

Full Changelog: 7.0.0...7.1.0