PackageTrack
Sign in Get early access

org.springframework.cloud:spring-cloud-gateway

5.0.3 #767 most downloaded on Maven Central spring-cloud/spring-cloud-gateway

What this package is like to depend on

Last release 3 days ago

20 Aug 2026

Ships fairly regularly

a new release about every 4 weeks

Rarely documented

notes for 8 of 84 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

89 releases · first in 2017

16 releases in the last 12 months

see the full history below

Release timeline

89 releases · Nov 2017 to Aug 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 89
  1. 5.0.3 20 Aug 2026
    Release notes

    Security

    • CVE-2026-47879 — Spring Cloud Gateway SSRF and native file access with gRPC

    What's Changed

    New Contributors

    Full Changelog: v5.0.2...v5.0.3

    Open source →
  2. 5.0.2 11 Jun 2026
    Release notes

    🔒 CVEs

    ⭐ New Features

    • Enable body filter codec encoding customization via CodecCustomizer #4151
    • Adds StripContextPath filter #4089

    🐞 Bug Fixes

    • RewriteFunction nullability in Spring Boot 4 #4061
    • AbstractProxyExchange takes into account MediaType parameters #3948

    📔 Documentation

    • docs(server-webflux): updating gateway actuator documentation as per … #4163
    • Fix typos in DiscoveryLocatorProperties documentation, make terms consistent, remove already implemented TODO #4123
    • Spring Cloud Gateway docs contain wrong configuration properties #4103
    • Spring Cloud Docs has wrong references in "How It Works" section for Server MVC #4098
    • [doc] Fix broken link to GatewayFilter #4073
    • Documentation mismatch: Route configuration path incorrect for Spring Cloud Gateway Server WebFlux #4047
    • Docs: Fix broken GitHub links in Server WebMvc "How It Works" docs #3928
    • CONTRIBUTING references CLA, but this appears to have been replaced with DCO #3884
    • Document TLS/SSL Configuration for Spring Cloud MVC Gateway #3654
    • Better docs about naming convention in PredicateDefinition: Path receives pattern key and it works? #3523

    ❤️ Contributors

    Thank you to all the contributors who worked on this release:

    @03hjain, @AahilRafiq, @RenanMarques, @Yuri-Costa09, @dependabot[bot], @garvit-joshi, @jerolba, @qnnn, and @ryanjbaxter

    Open source →
  3. 5.0.1 28 Jan 2026
    Release notes

    ⭐ New Features

    • Support 'by' parameter in Forwarded header (RFC 7239) #4019
    • Support epoch millisecond values for datetime predicates in WebMVC #4005
    • Enhance MVC CircuitBreaker: add support for 'not permitted' handling and resume-without-error behavior #4000

    🐞 Bug Fixes

    • Adds support for ApiVersionHolder #4044
    • Gateway metrics require optional spring-boot-micrometer-tracing dependency since 5.0.0 #4006
    • Usage of Jackson 2 modules in Spring Cloud Gateway MVC #4001

    📔 Documentation

    • Documentation mentions deprecated Hystrix in Gateway features #4041
    • Update document on retrieving a particular route #2561

    ❤️ Contributors

    Thank you to all the contributors who worked on this release:

    @dependabot[bot], @raccoonback, @rjuare8, and @spencergibb

    Open source →
  4. 5.0.0 24 Nov 2025
    Release notes

    🐞 Bug Fixes

    • ClassClastException in Bucket4jFilterFunctions.rateLimit() #3983
    • Spring Cloud Gateway Proxyexchange Webmvc artifact is missing configuration metadata files #3979

    ❤️ Contributors

    Thank you to all the contributors who worked on this release:

    @Kcruz28, @dependabot[bot], @rjuare8, and @ryanjbaxter

    Open source →
  5. 5.0.0-RC1 12 Nov 2025 pre-release
    Release notes

    ⭐ New Features

    • Retry filter based on Spring Framework's retry functionality #3970
    • Add support for JSpecify in proxyexchange-{webmvc|webflux} #3953
    • Add support for JSpecify in server-webmvc #3952

    🐞 Bug Fixes

    • Exclude io.netty:netty-transport-native-io_uring from server webflux #3971

    ❤️ Contributors

    Thank you to all the contributors who worked on this release:

    @dependabot[bot] and @ryanjbaxter

    Open source →
  6. 5.0.0-M4 17 Oct 2025 pre-release
    Release notes

    ⭐ New Features

    • Add support for JSpecify in server-webflux #3943
    • Add support for multiple proto files in one descriptor for JsonToGrpcGatewayFilterFactory #3341

    🐞 Bug Fixes

    • BUG: GRPCResponseHeadersFilter forces grpc-status in trailer to 0 #3783

    📔 Documentation

    • Fix the invalid links in the document #3932

    ❤️ Contributors

    Thank you to all the contributors who worked on this release:

    @JoeCqupt and @dependabot[bot]

    Open source →
  7. 5.0.0-M3 01 Oct 2025 pre-release

    Nothing published for this version

  8. 5.0.0-M2 11 Sep 2025 pre-release

    Nothing published for this version

  9. 5.0.0-M1 29 Jul 2025 pre-release

    Nothing published for this version

  10. 4.3.5 11 Jun 2026
    Release notes

    🔒 CVEs

    ⭐ New Features

    • MVC ProxyExchange does not provide observability of URI template #3458
    • Add support for empty path prefixes #3201

    📔 Documentation

    • docs: add ReadBody route predicate factory documentation #4138

    ❤️ Contributors

    Thank you to all the contributors who worked on this release:

    @dependabot[bot], @mhalbritter, @pachat-pacifique, and @ryanjbaxter

    Open source →
  11. 4.3.4 01 Apr 2026
    Release notes

    🐞 Bug Fixes

    • Issue with shortcut configuration not working for SetRequestUriGatewayFilterFactory #4062

    📔 Documentation

    • Question: Route stops working after upgrading to Spring Boot 4.0.1 #4032

    ❤️ Contributors

    Thank you to all the contributors who worked on this release:

    @dependabot[bot]

    Open source →
  12. 4.3.3 16 Dec 2025
    Release notes

    ❤️ Contributors

    Thank you to all the contributors who worked on this release:

    @dependabot[bot]

    What's Changed

    • Fix incorrect handling of url-encoded parameters in FormFilter by @Shawyeok in #3930
    • Bump antora from 3.2.0-alpha.10 to 3.2.0-alpha.11 in /docs by @dependabot[bot] in #4011
    • Bump antora from 3.2.0-alpha.10 to 3.2.0-alpha.11 in /docs by @dependabot[bot] in #4009
    • Add new property for GatewayTagsProvider by @ryanjbaxter in #4013
    • Updates test to work with new framework changes. by @spencergibb in #4018

    New Contributors

    Full Changelog: v4.3.2...v4.3.3

    Open source →
  13. 4.3.2 15 Oct 2025

    Nothing published for this version

  14. 4.3.1 08 Sep 2025

    Nothing published for this version

  15. 4.3.0 29 May 2025

    Nothing published for this version

  16. 4.2.7 11 Dec 2025
    Release notes

    🐞 Bug Fixes

    • GatewayTagsProvider not working as documented #4007
    • FormFilter Issue: Incorrect Handling of URL-Encoded Parameters in Query String #3929

    ❤️ Contributors

    Thank you to all the contributors who worked on this release:

    @dependabot[bot] and @spencergibb

    Open source →
  17. 4.2.6 15 Oct 2025

    Nothing published for this version

  18. 4.2.5 08 Sep 2025

    Nothing published for this version

  19. 4.2.4 10 Jul 2025

    Nothing published for this version

  20. 4.2.3 28 May 2025

    Nothing published for this version

  21. 4.2.2 03 Apr 2025

    Nothing published for this version

  22. 4.2.1 18 Mar 2025

    Nothing published for this version

  23. 4.2.0 03 Dec 2024

    Nothing published for this version

  24. 4.1.9 24 Jun 2025

    Nothing published for this version

  25. 4.1.8 28 May 2025

    Nothing published for this version

  26. 4.1.7 03 Apr 2025

    Nothing published for this version

  27. 4.1.6 26 Nov 2024

    Nothing published for this version

  28. 4.1.5 10 Jul 2024

    Nothing published for this version

  29. 4.1.4 30 May 2024

    Nothing published for this version

  30. 4.1.3 17 Apr 2024

    Nothing published for this version

  31. 4.1.2 27 Mar 2024

    Nothing published for this version

  32. 4.1.1 22 Dec 2023

    Nothing published for this version

  33. 4.1.0 06 Dec 2023

    Nothing published for this version

  34. 4.0.9 26 Jan 2024

    Nothing published for this version

  35. 4.0.8 03 Nov 2023

    Nothing published for this version

  36. 4.0.7 27 Jul 2023

    Nothing published for this version

  37. 4.0.6 24 May 2023

    Nothing published for this version

  38. 4.0.5 02 May 2023

    Nothing published for this version

  39. 4.0.4 28 Mar 2023

    Nothing published for this version

  40. 4.0.3 24 Feb 2023

    Nothing published for this version

  41. 4.0.2 21 Feb 2023

    Nothing published for this version

  42. 4.0.1 25 Jan 2023

    Nothing published for this version

  43. 4.0.0 15 Dec 2022

    Nothing published for this version

  44. 3.1.10 28 May 2025

    Nothing published for this version

  45. 3.1.9 03 Nov 2023

    Nothing published for this version

  46. 3.1.8 29 Jun 2023

    Nothing published for this version

  47. 3.1.7 27 Apr 2023

    Nothing published for this version

  48. 3.1.6 24 Feb 2023

    Nothing published for this version

  49. 3.1.5 27 Jan 2023

    Nothing published for this version

  50. 3.1.4 06 Sep 2022

    Nothing published for this version

  51. 3.1.3 26 May 2022

    Nothing published for this version

  52. 3.1.2 27 Apr 2022

    Nothing published for this version

  53. 3.1.1 17 Feb 2022

    Nothing published for this version

  54. 3.1.0 01 Dec 2021

    Nothing published for this version

  55. 3.0.8 29 Jun 2022

    Nothing published for this version

  56. 3.0.7 17 Feb 2022

    Nothing published for this version

  57. 3.0.6 15 Dec 2021

    Nothing published for this version

  58. 3.0.5 03 Nov 2021

    Nothing published for this version

  59. 3.0.4 22 Sep 2021

    Nothing published for this version

  60. 3.0.3 28 May 2021

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive