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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,12 @@ See documentation contained in each folder to get started. Or skip right to the
53
53
[European Union Public Licence v1.2](https://eupl.eu/).
54
54
55
55
# History
56
-
- 5.1.0: Spring Boot 3.4.x + remove Lognet GRPC
56
+
- 5.1.0: Spring Boot 3.4.x + remove Lognet gRPC
57
57
- 5.0.4: Adjust gRPC anonymous access so that PERMISSION_DENIED is converted to UNAUTHENTICATED in more cases. Reject non-whitelisted anonymous access earlier.
58
58
- 5.0.3: Add support for refreshing access-tokens for clients which see unauthenticated responses.
59
-
- Added a grpc module with an interceptor support for the above.
59
+
- Added a gRPC module with an interceptor support for the above.
60
60
- 5.0.2: Add Spring properties annotation processor for more friendly property configuration.
61
-
- 5.0.1: Support for [gRPC Ecosystem](https://github.com/grpc-ecosystem). [Lognet grpc](https://github.com/LogNet/grpc-spring-boot-starter) is now deprecated.
61
+
- 5.0.1: Support for [gRPC Ecosystem](https://github.com/grpc-ecosystem). [Lognet gRPC](https://github.com/LogNet/grpc-spring-boot-starter) is now deprecated.
62
62
- 4.2.7: Bump dependencies
63
63
- 4.2.6: Adjust dependencies to better align with Spring Boot version
64
64
- 4.2.5: Bump dependencies, now at Spring Boot 3.3.
@@ -71,7 +71,7 @@ See documentation contained in each folder to get started. Or skip right to the
- 4.1.0: The JWT `scope` (or `scp`) claim will now be converted to `GrantedAuthority` using the default Spring approach of prefixing with `SCOPE_`. Add a bean `NoopJwtAuthorityEnricher` to disable scope being converted to authorities all together.
0 commit comments