diff --git a/README.md b/README.md index 7b4a5c329..88eb50ea1 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,9 @@ README: [English](README.md) | [中文](README-zh-CN.md) ## Versions -2.x.x.RELEASE supports Spring Boot 2.1.x/2.2.x & Spring Cloud Greenwich/Hoxton. - -The latest version: ``2.12.0.RELEASE`` - -(Use `2.4.0.RELEASE` for Spring Boot 2.0.x & Spring Cloud Finchley). - -1.x.x.RELEASE support Spring Boot 1 & Spring Cloud Edgware, Dalston, Camden. - -The latest version: ``1.4.2.RELEASE`` +The latest version is `2.12.0.RELEASE` it was compiled with spring-boot `2.4.5` and spring-cloud `2020.0.2` +but it is also compatible with a large variety of other versions. +An overview of all versions and their respective library versions can be found in our [documentation](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html). **Note:** This project can also be used without Spring-Boot, however that requires some manual bean configuration. diff --git a/docs/en/versions.md b/docs/en/versions.md index bce070bde..ec1d053d3 100644 --- a/docs/en/versions.md +++ b/docs/en/versions.md @@ -45,31 +45,35 @@ Please report any issues to our [repo](https://github.com/yidongnan/grpc-spring- Current version. -| Version | spring-boot | gRPC | Date | -|:-------:|:-----------:|:----:| ---: | -| 2.13.0* | 2.4.5 | 1.37.0 | TBA | -| 2.12.0 | 2.4.5 | 1.37.0 | Mai, 2021 | -| 2.11.0 | 2.3.8 | 1.35.0 | Feb, 2021 | -| 2.10.1 | 2.3.3 | 1.31.1 | Aug, 2020 | -| 2.10.0 | 2.3.3 | 1.31.1 | Aug, 2020 | -| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 | -| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 | -| 2.7.0 | 2.2.4 | 1.27.1 | Feb, 2020 | -| 2.6.2 | 2.2.1 | 1.25.0 | Jan, 2020 | -| 2.6.1 | 2.2.1 | 1.25.0 | Nov, 2019 | -| 2.6.0 | 2.2.1 | 1.24.2 | Nov, 2019 | -| 2.5.1 | 2.1.6 | 1.22.2 | Aug, 2019 | -| 2.5.0 | 2.1.6 | 1.22.1 | Aug, 2019 | -| 2.4.0 | 2.1.5 | 1.20.0 | Jun, 2019 | -| 2.3.0 | 2.1.4 | 1.18.0 | Apr, 2019 | -| 2.2.1 | 2.0.7 | 1.17.1 | Jan, 2019 | -| 2.2.0 | 2.0.6 | 1.17.1 | Dec, 2018 | -| 2.1.0 | 2.0.? | 1.14.0 | Oct, 2018 | -| 2.0.1 | 2.0.? | 1.14.0 | Aug, 2018 | -| 2.0.0 | 2.0.? | 1.13.1 | Aug, 2018 | +| Version | spring-boot | spring-cloud | gRPC | Date | +|:-------:|:-----------:|:------------:|:----:| ---: | +| 2.13.0* | 2.4.5 | 2020.0.2 | 1.37.0 | TBA | +| 2.12.0 | 2.4.5 | 2020.0.2 | 1.37.0 | Mai, 2021 | +| 2.11.0 | 2.3.8 | Hoxton | 1.35.0 | Feb, 2021 | +| 2.10.1 | 2.3.3 | Hoxton | 1.31.1 | Aug, 2020 | +| 2.10.0 | 2.3.3 | Hoxton | 1.31.1 | Aug, 2020 | +| 2.9.0 | 2.3.1 | Hoxton | 1.30.0 | Jun, 2020 | +| 2.8.0 | 2.2.7 | Hoxton | 1.29.0 | Jun, 2020 | +| 2.7.0 | 2.2.4 | Hoxton | 1.27.1 | Feb, 2020 | +| 2.6.2 | 2.2.1 | Hoxton | 1.25.0 | Jan, 2020 | +| 2.6.1 | 2.2.1 | Hoxton | 1.25.0 | Nov, 2019 | +| 2.6.0 | 2.2.1 | Hoxton | 1.24.2 | Nov, 2019 | +| 2.5.1 | 2.1.6 | Greenwich | 1.22.2 | Aug, 2019 | +| 2.5.0 | 2.1.6 | Greenwich | 1.22.1 | Aug, 2019 | +| 2.4.0 | 2.1.5 | Finchley | 1.20.0 | Jun, 2019 | +| 2.3.0 | 2.1.4 | Finchley | 1.18.0 | Apr, 2019 | +| 2.2.1 | 2.0.7 | ? | 1.17.1 | Jan, 2019 | +| 2.2.0 | 2.0.6 | ? | 1.17.1 | Dec, 2018 | +| 2.1.0 | 2.0.? | ? | 1.14.0 | Oct, 2018 | +| 2.0.1 | 2.0.? | ? | 1.14.0 | Aug, 2018 | +| 2.0.0 | 2.0.? | ? | 1.13.1 | Aug, 2018 | (* Future versions) +> The listed dependency versions here are only used during the build process and may be replaced. +> grpc-spring-boot-starter is usually also compatible with newer or older versions than the listed ones. +> If you encounter an incompatibility with a newer version, please let us know so we can update this project! + ### Version 1.x End of life - No more updates planned.