On December 2, Spring Cloud officially released the first supported version of Spring Boot 2.6 with version number: 2021.0.0 and codename Jubilee.

Before we get into the details of the update, let’s mention the most important point: version 2021.0.0 corresponds to Spring Boot from 2.6.1, so don’t use version 2.6.0 if you’re upgrading.

Update Summary

Spring Cloud Commons

Support for configuring for each load balance, this feature also applies to Gateway, Contract and Openfeign.

Spring Cloud Config

Adds integration with AWS Secrets Manager, AWS Parameter Store, and GCP Secret Manager.

Spring Cloud Gateway

  • Support for Redis-based dynamic routing
  • Support for HTTP 2
  • Support for gRPC

Spring Cloud Kubernetes

Optimized configuration services and discovery controllers

Spring Cloud OpenFeign

Support for @Cachable

Spring Cloud Sleuth

Support for additional trace integrations, now including: Tomcat, Spring Vault, R2DBC, JDBC, Spring Cloud Deployer, Spring Cloud Skipper, Reactor Kafka, Spring TX, Spring Batch, RSocket, Spring Cloud Task, Spring Cloud Config, Kotlin Coroutines, and more.

Component Versions

Version upgrades for each component under version 2021.0.0 are as follows.

Module Version Issues
Spring Cloud Vault 3.1.0
Spring Cloud Bus 3.1.0
Spring Cloud Cli 3.1.0
Spring Cloud Zookeeper 3.1.0
Spring Cloud Circuitbreaker 2.1.0 (issues)
Spring Cloud Commons 3.1.0 (issues)
Spring Cloud Kubernetes 2.1.0 (issues)
Spring Cloud Openfeign 3.1.0 (issues)
Spring Cloud Task 2.4.0 (issues)
Spring Cloud Sleuth 3.1.0 (issues)
Spring Cloud Contract 3.1.0 (issues)
Spring Cloud Consul 3.1.0
Spring Cloud Gateway 3.1.0 (issues)
Spring Cloud Config 3.1.0 (issues)
Spring Cloud Cloudfoundry 3.1.0
Spring Cloud Starter Build 2021.0.0
Spring Cloud Netflix 3.1.0 (issues)

For more information you can check the official blog

Reference https://blog.didispace.com/spring-cloud-2021-0-0-release/