@@ -8,6 +8,7 @@ This page shows the additional information about our Versioning Policy and lifec
8
8
9
9
- [ Versioning Policy] ( #versioning-policy )
10
10
- [ Version Table] ( #version-table )
11
+ - [ Version 3.x] ( #version-3x )
11
12
- [ Version 2.x] ( #version-2x )
12
13
- [ Version 1.x] ( #version-1x )
13
14
- [ Upgrading Dependencies] ( #upgrading-dependencies )
@@ -19,6 +20,7 @@ The major version of this project defines which spring-boot version we are compa
19
20
20
21
- 1.x.x versions are EOL and won't receive any updates
21
22
- 2.x.x is the current version and will be updated if there are spring-boot or gRPC releases.
23
+ - 3.x.x is the current version and will be updated if there are spring-boot or gRPC releases.
22
24
23
25
The minor version defines the feature version of this project. Every time we bump spring-boot's or gRPC's version,
24
26
we will also increment our feature version. The same applies if we add/change major features.
@@ -41,10 +43,22 @@ Please report any issues to our [repo](https://github.com/yidongnan/grpc-spring-
41
43
> [ documented] ( https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty ) by gRPC.
42
44
> (grpc-netty-shaded avoids these issues by keeping these versions in sync.)
43
45
44
- ### Version 2 .x
46
+ ### Version 3 .x
45
47
46
48
Current version.
47
49
50
+ | Version | spring-boot | spring-cloud | gRPC | Date |
51
+ | :-------:| :-----------:| :------------:| :------:| ----------:|
52
+ | 3.0.0\* | 3.1.4 | 2022.0.4 | 1.58.0 | Nov, 2023 |
53
+
54
+ (\* Future versions)
55
+
56
+ > The listed dependency versions here are only used during the build process and may be replaced.
57
+ > grpc-spring-boot-starter is usually also compatible with newer or older versions than the listed ones.
58
+ > If you encounter an incompatibility with a newer version, please let us know so we can update this project!
59
+
60
+ ### Version 2.x
61
+
48
62
| Version | spring-boot | spring-cloud | gRPC | Date |
49
63
| :-------:| :-----------:| :----------: | :------:| ----------:|
50
64
| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | Sep, 2023 |
@@ -71,12 +85,6 @@ Current version.
71
85
| 2.0.1 | 2.0.? | ? | 1.14.0 | Aug, 2018 |
72
86
| 2.0.0 | 2.0.? | ? | 1.13.1 | Aug, 2018 |
73
87
74
- (\* Future versions)
75
-
76
- > The listed dependency versions here are only used during the build process and may be replaced.
77
- > grpc-spring-boot-starter is usually also compatible with newer or older versions than the listed ones.
78
- > If you encounter an incompatibility with a newer version, please let us know so we can update this project!
79
-
80
88
### Version 1.x
81
89
82
90
End of life - No more updates planned.
0 commit comments