github Azure/azure-sdk-for-java azure-core_1.29.0

latest releases: azure-sdk-bom_1.2.25, azure-cosmos-encryption_2.13.0, azure-cosmos_4.62.0...
2 years ago

1.29.0 (2022-06-03)

Features Added

  • Added support for BinaryData in HttpRequest:
    • Added HttpRequest(HttpMethod, URL, HttpHeaders) and HttpRequest(HttpMethod, URL, HttpHeaders, BinaryData) constructors.
    • Added HttpRequest.getBodyAsBinaryData().
    • Added HttpRequest.setBody(BinaryData).
    • Added BinaryData.fromFlux(Flux<ByteBuffer>, Long, boolean) that allows both buffered and non-buffered handling of Flux<ByteBuffer>.
  • Added BinaryData.fromFile(Path file, Long position, Long length) and BinaryData.fromFile(Path file, Long position, Long length, int chunkSize)
    that represents slice of the file.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.