Skip to content

Releases: Azure/azure-sdk-for-java

azure-cosmos-test_1.0.0-beta.7

03 May 20:30
39cb79f
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.7 (2024-05-03)

Bugs Fixed

  • Fixed an issue where FaultInjectionRule can not apply on partition level when using Gateway Mode and non-session consistency - See 40005

azure-identity_1.12.1

02 May 22:03
c3c4648
Compare
Choose a tag to compare

1.12.1 (2024-05-02)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.48.0 to version 1.49.0.
  • Upgraded azure-core-http-netty from 1.14.2 to version 1.15.0.

azure-identity-broker_1.1.1

02 May 22:03
c3c4648
Compare
Choose a tag to compare

1.1.1 (2024-05-02)

Other Changes

Dependency Updates

  • Upgraded azure-identity from 1.12.0 to version 1.12.1.

azure-core_1.49.0

02 May 14:18
81d967b
Compare
Choose a tag to compare

1.49.0 (2024-05-01)

Features Added

  • Added SharedExecutorService which acts as a global thread pool for the SDKs to use. (#38860)

Bugs Fixed

  • Fixed an issue where HTTP responses would not be logged if the response body was never consumed. (#39964)

Other Changes

  • Added default time to CloudEvent to be the current time if not set. (#39751)
  • Deprecated APIs exposing Jackson types. (#39563)

azure-core-test_1.25.0

02 May 14:19
81d967b
Compare
Choose a tag to compare

1.25.0 (2024-05-01)

Features Added

  • TestContextManager added setTestIteration(Integer) and getTrackTestName.
  • Added annotations LiveOnly and PlaybackOnly to skip tests from running in other testing modes.
  • Added TestContextManagerParameterResolver to manage resolving TestContextManager parameters.

Breaking Changes

  • TestBase no longer extends BeforeEachCallback.
  • TestBase.setupTest now takes TestContextManager rather than TestInfo, which is provided by TestContextManagerParameterResolver.
  • TestBase.teardownTest no longer takes a parameter.
  • TestProxyTestBase.setupTestProxy no lnoger takes a parameter.
  • TestContextManager no longer validates that a non-PLAYBACK test was ran in PLAYBACK mode, TestBase validates that now.
  • DoNotRecord deprecated skipInPlayback, if a test should be skipped in PLAYBACK and shouldn't be recorded it should
    be annotated with both DoNotRecord and LiveOnly.

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.48.0 to 1.49.0.

azure-core-serializer-json-jackson_1.4.12

02 May 14:19
81d967b
Compare
Choose a tag to compare

1.4.12 (2024-05-01)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.48.0 to 1.49.0.

azure-core-serializer-json-gson_1.2.12

02 May 14:19
81d967b
Compare
Choose a tag to compare

1.2.12 (2024-05-01)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.48.0 to 1.49.0.

azure-core-management_1.14.0

02 May 14:19
81d967b
Compare
Choose a tag to compare

1.14.0 (2024-05-01)

Features Added

  • Added managedHsmDnsSuffix getter and storageEndpointSuffix to AzureEnvironment. (#39647)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.48.0 to 1.49.0.

azure-core-http-okhttp_1.11.21

02 May 14:18
81d967b
Compare
Choose a tag to compare

1.11.21 (2024-05-01)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.48.0 to 1.49.0.

azure-core-http-netty_1.15.0

02 May 14:18
81d967b
Compare
Choose a tag to compare

1.15.0 (2024-05-01)

Bugs Fixed

  • Fixed a bug where mismatch Netty versions were always being reported, even if they were correct. (#39591)

Other Changes

  • If a Reactor Netty HttpClient is passed and has a LoggingHandler configured the
    NettyAsyncHttpClientBuilder.wiretap value is ignored, the builder method is now deprecated as well. (#39976)

Dependency Updates

  • Upgraded azure-core from 1.48.0 to 1.49.0.