github Azure/azure-sdk-for-java azure-spring-boot_3.2.0

3 years ago

3.2.0 (2021-03-03)

Breaking Changes

  • Remove azure.activedirectory.b2c.oidc-enabled property.
  • Add azure.activedirectory.b2c.login-flow property.
  • Change the type of azure.activedirectory.b2c.user-flows to map and below is the new structure:
    azure:
      activedirectory:
        b2c:
          login-flow: ${your-login-user-flow-key}               # default to sign-up-or-sign-in, will look up the user-flows map with provided key.
          user-flows:
            ${your-user-flow-key}: ${your-user-flow-name-defined-on-azure-portal}
  • Require new property of spring.jms.servicebus.pricing-tier to set pricing tier of Azure Service Bus. Supported values are premium, standard and basic.

New Features

  • Enable MessageConverter bean customization.
  • Update the underpinning JMS library for the Premium pricing tier of Service Bus to JMS 2.0.

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

NewReleases is sending notifications on new releases.