github Azure/azure-sdk-for-java spring-cloud-azure_4.8.0
Spring Cloud Azure 4.8.0

latest releases: azure-identity-broker_1.1.1, azure-identity_1.12.1, azure-sdk-template-three_1.0.0-beta.3753787...
11 months ago
  • This release is compatible with Spring Boot 2.5.0-2.5.15, 2.6.0-2.6.15, 2.7.0-2.7.11. (Note: 2.5.x (x>15), 2.6.y (y>15) and 2.7.z (z>11) should be supported, but they aren't tested with this release.)
  • This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.7. (Note: 2020.0.x (x>6) and 2021.0.y (y>7) should be supported, but they aren't tested with this release.)

Spring Cloud Azure Dependencies (BOM)

Dependency Updates

  • Upgrade azure-sdk-bom to 1.2.13.
  • Upgrade azure-resourcemanager to 2.26.0.

Spring Cloud Azure Core

This section includes changes in spring-cloud-azure-core, spring-cloud-azure-service, and spring-cloud-azure-resourcemanager modules.

Breaking Changes

  • Deprecated CloudType.AZURE_GERMANY, JDBC_SCOPE_AZURE_GERMANY, REDIS_SCOPE_AZURE_GERMANY, AzureEnvironmentProperties.AZURE_GERMANY #34682.

Spring Cloud Azure Autoconfigure

This section includes changes in spring-cloud-azure-autoconfigure module.

Breaking Changes

  • Deprecated SERVICE_BUS_SCOPE_AZURE_GERMANY #34682.

Spring Cloud Azure Actuator Autoconfigure

This section includes changes in spring-cloud-azure-actuator-autoconfigure module.

Bugs Fixed

  • Make spring-cloud-azure-appconfiguration-config-web optional #34980.

Spring Cloud Azure Appconfiguration Config

This section includes changes in spring-cloud-azure-starter-appconfiguration-config, spring-cloud-azure-appconfiguration-config*, and spring-cloud-azure-feature-management* modules.

Features Added

  • Added Deny List for Targeting Filter #34437.
feature-management:
  TargetingTest:
    enabled-for:
      -
        name: Microsoft.Targeting
        parameters:
          users:
            - Jeff
            - Alicia
          groups:
            -
              name: Ring0
              rolloutPercentage: 100
            -
              name: Ring1
              rolloutPercentage: 100
          defaultRolloutPercentage: 50
          exclusion:
            users:
              - Ross

Bugs Fixed

  • Fixes issue where credential from Azure Spring global properties was being overridden #34694.
  • Fixes bug where Http Response wasn't checked before trying to use response #35086.
  • Fixes Tracing info for ContainerApp #35086.

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

NewReleases is sending notifications on new releases.