Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-29 | 8.6 kB | |
v4.3.0 source code.tar.gz | 2025-05-29 | 937.0 kB | |
v4.3.0 source code.zip | 2025-05-29 | 1.9 MB | |
Totals: 3 Items | 2.8 MB | 0 |
What's Changed
- Adds support for a Bucket4jRateLimiter in server webflux by @spencergibb in https://github.com/spring-cloud/spring-cloud-gateway/pull/2955
- Adds support for spring-cloud-function and spring-cloud-stream handlers by @spencergibb in https://github.com/spring-cloud/spring-cloud-gateway/pull/3646
- New module names by @spencergibb in https://github.com/spring-cloud/spring-cloud-gateway/pull/3645
- Bump grpc.version from 1.68.1 to 1.70.0 by @dependabot[bot] in https://github.com/spring-cloud/spring-cloud-gateway/pull/3678
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.10 to 1.0.0-alpha.14 in /docs by @dependabot[bot] in https://github.com/spring-cloud/spring-cloud-gateway/pull/3622
- Support rewriting request parameters in mvc by @raccoonback in https://github.com/spring-cloud/spring-cloud-gateway/pull/3669
- Query param route predicate - extension of QueryRoutePredicateFactory by @polifr in https://github.com/spring-cloud/spring-cloud-gateway/pull/3472
- Bump grpc.version from 1.70.0 to 1.71.0 by @dependabot[bot] in https://github.com/spring-cloud/spring-cloud-gateway/pull/3712
- Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs by @dependabot[bot] in https://github.com/spring-cloud/spring-cloud-gateway/pull/3706
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.14 to 1.0.0-alpha.16 in /docs by @dependabot[bot] in https://github.com/spring-cloud/spring-cloud-gateway/pull/3685
- importing RequestPredicate from reactive changed to servlet by @senocak in https://github.com/spring-cloud/spring-cloud-gateway/pull/3709
- Adding fix in java-based implementation of addRequestHeader for SCG server mvc by @Tripathiaman2511 in https://github.com/spring-cloud/spring-cloud-gateway/pull/3701
- performance enhancement for request rate limiter lua script. by @iis-MarkKuang in https://github.com/spring-cloud/spring-cloud-gateway/pull/3693
- small grammatical issue by @Ebolo1 in https://github.com/spring-cloud/spring-cloud-gateway/pull/3627
- Updates to instanceof with variable by @lucky8987 in https://github.com/spring-cloud/spring-cloud-gateway/pull/3625
- Fix Developer Guide Bug by @Been24 in https://github.com/spring-cloud/spring-cloud-gateway/pull/3719
- RetryGatewayFilterFactory RetryConfig support Jitter & Timeout by @JoeCqupt in https://github.com/spring-cloud/spring-cloud-gateway/pull/3713
- Use getPath instead of getRawPath to prevent doulbe encoding of the URI by @jensmatw in https://github.com/spring-cloud/spring-cloud-gateway/pull/3483
- Add support for default routing functionality to functions in server webmvc by @olegz in https://github.com/spring-cloud/spring-cloud-gateway/pull/3716
- Fixes routing issue with path filters and static uri by @spencergibb in https://github.com/spring-cloud/spring-cloud-gateway/pull/3747
- [#2975]-Suggestion-Add-Permissions-Policy-as-configurable-option-to-Sec… by @joerg-richter-5234 in https://github.com/spring-cloud/spring-cloud-gateway/pull/3353
- Allow bean registration of server-webmcv components by @spencergibb in https://github.com/spring-cloud/spring-cloud-gateway/pull/3763
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17 in /docs by @dependabot[bot] in https://github.com/spring-cloud/spring-cloud-gateway/pull/3743
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17 in /docs by @dependabot[bot] in https://github.com/spring-cloud/spring-cloud-gateway/pull/3742
- Bump grpc.version from 1.71.0 to 1.72.0 by @dependabot[bot] in https://github.com/spring-cloud/spring-cloud-gateway/pull/3768
- Clean up the code to make it cleaner by @lucky8987 in https://github.com/spring-cloud/spring-cloud-gateway/pull/3746
- prevent NullPointerException when pattern is null by @myasinkaji2 in https://github.com/spring-cloud/spring-cloud-gateway/pull/3737
- Fix punctuation error in secureheaders-factory.adoc by @BEF841CA in https://github.com/spring-cloud/spring-cloud-gateway/pull/3731
- Support setting Spring.webflux.base-path and supporting it in path predicate by @Guofuyinan in https://github.com/spring-cloud/spring-cloud-gateway/pull/2984
- Support for reloading httpClient connectTimeout Configuration by @qnnn in https://github.com/spring-cloud/spring-cloud-gateway/pull/3679
- Migrate server-webmvc properties to new namespace by @spencergibb in https://github.com/spring-cloud/spring-cloud-gateway/pull/3782
- Migrates server-webflux properties to new namespace by @spencergibb in https://github.com/spring-cloud/spring-cloud-gateway/pull/3793
- Support for removing JSON attributes from response bodies in MVC by @raccoonback in https://github.com/spring-cloud/spring-cloud-gateway/pull/3777
- Simplify RemoveJsonAttributesResponseBodyGatewayFilterFactory by @raccoonback in https://github.com/spring-cloud/spring-cloud-gateway/pull/3776
- ensure generateId executes on the scheduler thread specified by publishOn by @qnnn in https://github.com/spring-cloud/spring-cloud-gateway/pull/3711
- Fix prefixPath double encoding by @SebHeuze in https://github.com/spring-cloud/spring-cloud-gateway/pull/3770
- Fix CORS configuration timing issue with RedisRouteDefinitionRepository and RefreshRoutesEvent by @PeterMue in https://github.com/spring-cloud/spring-cloud-gateway/pull/3778
- fix httpclient5.x connection leak by @JoeCqupt in https://github.com/spring-cloud/spring-cloud-gateway/pull/3727
- Fix RemoveResponseHeaderGatewayFilter remove header by @JoeCqupt in https://github.com/spring-cloud/spring-cloud-gateway/pull/3748
- Preserve original encoding of query parameters in
ProxyExchangeHandlerFunction
by @raccoonback in https://github.com/spring-cloud/spring-cloud-gateway/pull/3789 - Add tests for LoadBalancerHandlerConfiguration by @OlgaMaciaszek in https://github.com/spring-cloud/spring-cloud-gateway/pull/3779
- Fix '+' character in query parameters is not encoded when remove query parameter by @raccoonback in https://github.com/spring-cloud/spring-cloud-gateway/pull/3799
- Support dynamic paths in route URI using SetRequestUri filter by @stepancar in https://github.com/spring-cloud/spring-cloud-gateway/pull/3761
- AddResponseHeaderGatewayFilterFactory support override option by @JoeCqupt in https://github.com/spring-cloud/spring-cloud-gateway/pull/3803
- Fix '+' character in query parameters is not encoded when rewrite query parameter in mvc by @raccoonback in https://github.com/spring-cloud/spring-cloud-gateway/pull/3798
- Fix runtime hints for native images. by @OlgaMaciaszek in https://github.com/spring-cloud/spring-cloud-gateway/pull/3806
- Add documentation for routing to functions by @olegz in https://github.com/spring-cloud/spring-cloud-gateway/pull/3767
New Contributors
- @polifr made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3472
- @senocak made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3709
- @Tripathiaman2511 made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3701
- @iis-MarkKuang made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3693
- @Ebolo1 made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3627
- @lucky8987 made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3625
- @Been24 made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3719
- @jensmatw made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3483
- @olegz made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3716
- @joerg-richter-5234 made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3353
- @myasinkaji2 made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3737
- @BEF841CA made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3731
- @Guofuyinan made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/2984
- @SebHeuze made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3770
- @PeterMue made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3778
- @stepancar made their first contribution in https://github.com/spring-cloud/spring-cloud-gateway/pull/3761
Full Changelog: https://github.com/spring-cloud/spring-cloud-gateway/compare/v4.2.1...v4.3.0