Skip to content

8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 21:28
· 52 commits to main since this release
ba576b5

What's Changed

  • [Dependabot]: Bump org.apache.commons:commons-configuration2 from 2.8.0 to 2.9.0 by @dependabot in #196
  • [Dependabot]: Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 by @dependabot in #199
  • [Dependabot]: Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3 by @dependabot in #200
  • [Dependabot]: Bump com.diffplug.spotless from 6.17.0 to 6.18.0 by @dependabot in #197
  • [EWT-192] Add support for a limited set of custom HTTP headers by @dili91 in #204

Breaking change notice

  • The ITrueLayerClient interface returns only Handlers interface, as opposed to the previous mix of Api and Handlers interface.
  • the old mechanism to set the X-Forwarded-For header on the startAuthorizationFlow invocations is superseded by the new API.
  • The (empty) SubmitConsentRequest object has been removed in favour of a more generic empty request body type.

Full Changelog: 7.0.0...8.0.0