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

latest releases: azure-core-tracing-opentelemetry_1.0.0-beta.50, azure-core-test_1.27.0-beta.2, azure-core-serializer-json-jackson_1.5.2...
14 hours ago

1.53.0 (2024-10-01)

Features Added

  • Allow setting SharedExecutorService's backing ExecutorService to allow for external configuration to manage the
    shared thread pool. (#41885)
  • Change SharedExecutorService from implementing ExecutorService to ScheduledExecutorService to allow
    scheduled-based execution. (#41885)
  • Allow passing schemaUrl when creating a Meter or Tracer using MeterProvider and TracerProvider. (#41789)
  • Added Binary.writeTo(JsonWriter) to enable BinaryData to better integrate with azure-json. (#42107)
  • Added ProofOfPossessionOptions and a field to TokenRequestContext to indicate its use. (#41852)

Other Changes

  • Reduced synchronization lock contention when creating URLs with UrlBuilder. (#41816)
  • Don't let SPI loading errors crash an application. (#41991)

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

NewReleases is sending notifications on new releases.