Skip to content

0.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 19:23
· 16 commits to main since this release
4cc8316

What's Changed

Breaking changes

  • HttpBatchRequest
    • send(): List<Result<T>> -> send(): List<RequestResult<T>>
    • sendAsync(): CompletableFuture<List<Result<T>>> -> sendAsync(): CompletableFuture<List<RequestResult<T>>>

Full Changelog: 0.12.0...0.12.1