What's Changed
- Supports Spring Cloud gRPC inbound traffic governance.
- Support for cluster priority routing.
- InboundFilter has been changed to asynchronous mode.
- Support for using JsonPath or ValuePath to get error codes.
- Optimized liveless service routing.
- Improved group routing.
- Retry strategy now includes method matching conditions.
- Support for disabling conflicting Spring Cloud instance providers.
- Support for token authentication.
- Support for leaky bucket and smooth warmup token bucket rate limiting algorithms.
- Support for rate limiting based on system load.
- RPC now also supports Query and Cookie matching for hot parameter rate limiting.
- Service registration now includes warm-up parameters, including startup time, weight, and warm-up time.
- Fixed the issue of not being able to return non-standard HTTP response codes.
- Fixed routing issues under multiple spaces.
- Fixed the issue where retry did not handle wrapped exceptions properly.
- Fixed the notification problem of routing.
- Fixed the issue of getting response body when Spring Cloud Gateway is in circuit breaking mode.
- Fixed the case sensitivity issue with HTTP Header and Cookie names.
New Contributors
- @scy251147 made their first contribution in #125
Full Changelog: v1.3.3...v1.4.0