You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Configure bind address and other netty settings (fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/82[82])
38
51
* When overriding default GRPC security configuration, `@Secured` annotation is enabled by default.
@@ -42,114 +55,114 @@
42
55
* The starter brings now `io.grpc:grpc-netty-shaded` instead of `io.grpc:grpc-netty` as transitive dependency (fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/108[108]). +
43
56
This means that all classes from `io.grpc.netty` package should be imported from `io.grpc.netty.shaded.io.grpc.netty`
44
57
45
-
== Version 4.2.0
58
+
#Version 4.2.0
46
59
* gRPC version upgraded to 1.33.0
47
60
* Fixed the issue with default method-level `@Secured` annotation (see #159)
48
61
49
-
== Version 4.1.0
62
+
#Version 4.1.0
50
63
* gRPC version upgraded to 1.32.2
51
64
* Fixed the issue with obtaining `Authentication` details in secured method implementation.
52
65
* Fixed the issue with providing client-side user credentials.
53
66
54
-
== Version 4.0.0
67
+
#Version 4.0.0
55
68
* Spring Security framework integration
56
69
* gRPC version upgraded to 1.32.1
57
70
* Spring Boot 2.3.3
58
71
59
72
[IMPORTANT]
60
73
Please use `4.1.0` version, `4.0.0` has issue with obtaining Authentication details in secured object implementation.
61
74
62
-
== Version 3.5.7
75
+
#Version 3.5.7
63
76
* gRPC version upgraded to 1.31.1
64
77
65
-
== Version 3.5.6
78
+
#Version 3.5.6
66
79
* gRPC version upgraded to 1.30.2
67
80
68
-
== Version 3.5.5
81
+
#Version 3.5.5
69
82
* gRPC version upgraded to 1.30.0
70
83
* Consul health check support for GRPC service (credits to https://github.com/evk1986[@evk1986])
71
84
72
-
== Version 3.5.4
85
+
#Version 3.5.4
73
86
* gRPC version upgraded to 1.29.0
74
87
75
-
== Version 3.5.3
88
+
#Version 3.5.3
76
89
* gRPC version upgraded to 1.28.0
77
90
78
-
== Version 3.5.2
91
+
#Version 3.5.2
79
92
* gRPC version upgraded to 1.27.2
80
93
* Gradle 5.6.3
81
94
82
-
== Version 3.5.1
95
+
#Version 3.5.1
83
96
* Graceful shutdown timeout setting
84
97
* Fixed potential race condition issue when defining running port.
85
98
86
99
87
-
== Version 3.5.0
100
+
#Version 3.5.0
88
101
* gRPC version upgraded to 1.25.0
89
102
90
-
== Version 3.4.3
103
+
#Version 3.4.3
91
104
* Spring boot 1.2.x compatibility
92
105
93
-
== Version 3.4.2
106
+
#Version 3.4.2
94
107
* gRPC version upgraded to 1.24.0
95
108
96
-
== Version 3.4.1
109
+
#Version 3.4.1
97
110
* gRPC version upgraded to 1.23.0
98
111
99
-
== Version 3.4.0
112
+
#Version 3.4.0
100
113
* gRPC version upgraded to 1.22.1
101
114
* TLS support
102
115
103
-
== Version 3.3.0
116
+
#Version 3.3.0
104
117
* gRPC version upgraded to 1.21.0
105
118
* Consul auto-registration support
106
119
107
-
== Version 3.2.2
120
+
#Version 3.2.2
108
121
* gRPC version upgraded to 1.20.0
109
122
110
-
== Version 3.2.1
123
+
#Version 3.2.1
111
124
* Closes #103 and #99
112
125
Property `local.grpc.port` was removed , please use `@LocalRunningGrpcPort` annotation on `int` field to get running port.
113
126
114
-
== Version 3.2.0
127
+
#Version 3.2.0
115
128
* gRPC version upgraded to 1.19.0
116
129
117
-
== Version 3.1.0
130
+
#Version 3.1.0
118
131
* gRPC version upgraded to 1.18.0
119
132
120
-
== Version 3.0.2
133
+
#Version 3.0.2
121
134
* gRPC version upgraded to 1.17.1
122
135
123
-
== Version 3.0.1
136
+
#Version 3.0.1
124
137
* gRPC version upgraded to 1.16.1
125
138
126
-
== Version 3.0.0
139
+
#Version 3.0.0
127
140
* The artifacts are published to *maven central*.
128
141
Pay attention that group has changed from `org.lognet` to `io.github.lognet`.
129
142
130
-
== Version 2.4.3
143
+
#Version 2.4.3
131
144
* gRPC version upgraded to 1.15.1
132
145
133
-
== Version 2.4.2
146
+
#Version 2.4.2
134
147
* gRPC version upgraded to 1.15.0
135
148
136
-
== Version 2.4.1
149
+
#Version 2.4.1
137
150
* Gradle 4.10
138
151
* Fixes #93
139
152
140
-
== Version 2.4.0
153
+
#Version 2.4.0
141
154
* gRPC version upgraded to 1.13.1
142
155
* Tested with
143
156
** springBoot_1_X_Version = '1.5.13.RELEASE'
144
157
** springBoot_2_X_Version = '2.0.3.RELEASE'
145
158
146
-
== Version 2.3.2
159
+
#Version 2.3.2
147
160
* Server reflection support
148
161
149
-
== Version 2.3.1
162
+
#Version 2.3.1
150
163
* Closes #73
151
164
152
-
== Version 2.3.0
165
+
#Version 2.3.0
153
166
* gRPC version upgraded to 1.11.0
154
167
* Fixed #80
155
168
* Added Spring boot 2.X demo project
@@ -159,48 +172,48 @@ Property `local.grpc.port` was removed , please use `@LocalRunningGrpcPort` anno
159
172
** springBoot_2_X_Version = '2.0.1.RELEASE'
160
173
161
174
162
-
== Version 2.2.0
175
+
#Version 2.2.0
163
176
- gRPC version upgraded to 1.10.0
164
177
- Gradle 4.6
165
178
166
-
== Version 2.1.5
179
+
#Version 2.1.5
167
180
- gRPC version upgraded to 1.9.0
168
181
- Spring boot upgraded to 1.5.9
169
182
170
-
== Version 2.1.4
183
+
#Version 2.1.4
171
184
- gRPC version upgraded to 1.8.0
172
185
173
-
== Version 2.1.3
186
+
#Version 2.1.3
174
187
- Random gRPC server port support
175
188
- Fixed wrong interceptors ordering bug.
176
189
- gRPC version upgraded to 1.7.0
177
190
- Spring boot upgraded to 1.5.8
178
191
179
-
== Version 2.1.0
192
+
#Version 2.1.0
180
193
- gRPC version upgraded to 1.6.1
181
194
- Spring boot upgraded to 1.5.6
182
195
- In process server support
183
196
184
-
== Version 2.0.5
197
+
#Version 2.0.5
185
198
- HealthStatusManager exposed as Spring bean
186
199
- gRPC version upgraded to 1.5.0
187
200
- Ordered execution support of global server interceptors.
188
201
189
-
== Version 2.0.4
202
+
#Version 2.0.4
190
203
- gRPC version upgraded to 1.4.0
191
204
192
-
== Version 2.0.3
205
+
#Version 2.0.3
193
206
- gRPC version upgraded to 1.3.0
194
207
195
-
== Version 2.0.2
208
+
#Version 2.0.2
196
209
- Fixing issue to identify beans with annotation: see PR #38
0 commit comments