Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 12:54

Changed

  • Kiota-Java has moved away from Async/Completable futures, thus Async components are no longer utilized and have been removed. Furthermore, requestAdapter methods no longer use the async suffix. #175
  • ApiException class now extends RuntimeException instead of Exception.
  • Changed OkHttpRequestAdapter dependency from OkHttpClient to Call.Factory (parent interface implemented by OkHttpClient).

Added

  • Added helper methods to request information to reduce the amount of generated code. Kiota #3651