Skip to content

Releases: spring-cloud/spring-cloud-gateway

4.0.9

26 Jan 14:03
Compare
Choose a tag to compare

⭐ New Features

  • (4.0.x) Enhance "/actuator/gateway" endpoint #3163
  • (4.0.x) Enhance "/actuator/gateway" endpoint #3147
  • Add links to child paths for /actuator/gateway endpoint #3128
  • Support query parameters in RedirectTo filter #3126

🐞 Bug Fixes

  • fixes(gh-3048): Support nullable flag value in ShortcutConfigurable.S… #3049
  • Host routing pattern not match when host contains port #3036 #3037

❤️ Contributors

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

@abelsromero, @ashraf-revo, @fombico, @martamedio, and @muchnik

4.1.1

22 Dec 17:52
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Prior to 4.1.0 host predicate match needed port number, now if port is present the match does not match, lost config compatibility. #3190
  • Gateway MVC: Path seems not passing through the request body #3183
  • Gateway MVC: RewritePath seems not respecting the route URI #3178
  • MVC TokenRelay filter fails using config #3176
  • Gateway MVC: Retry filter not supported with YAML configuration #3172
  • mvc gateway rewritePath filter overwrites GATEWAY_REQUEST_URL_ATTR attribute #3055

📔 Documentation

  • Gateway MVC: YAML documentation incomplete or not consistent #3174
  • The diagram is missing on the Spring Cloud Gateway > Spring Cloud Gateway Server MVC > How It Works page #3173
  • Some links on the page are invalid #3155

4.1.0

06 Dec 16:27
Compare
Choose a tag to compare

⭐ New Features

  • Deprecate KeyValue configuration from Filter and extract it into a config package #3107

📔 Documentation

  • Document how to write filters with Spring Cloud Gateway MVC #3143
  • Proposal to clarify in the docs that request size filter acts on Content-Length header #3085
  • Fix typo in docs #3061

❤️ Contributors

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

@AlexejTimonin, @JesseEstum, @VahidRamezaniDB, @abelsromero, @dependabot[bot], and @martamedio

4.0.8

03 Nov 19:56
Compare
Choose a tag to compare

⭐ New Features

  • Add RewriteRequestParameter GatewayFilter factory #3081

🐞 Bug Fixes

  • Correct bug about the order when routes are refreshed by group #3112

❤️ Contributors

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

@dependabot[bot], @fombico, and @ilozano2

3.1.9

03 Nov 20:31
Compare
Choose a tag to compare

🐞 Bug Fixes

  • In NettyRoutingFilter instanceof Number is casted to Integer instead #3007
  • Support spring.codec.max-in-memory-size configuration for CacheRequestBodyFilter #2693

❤️ Contributors

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

@dependabot[bot] and @gauravojha

4.1.0-RC1

31 Oct 14:40
Compare
Choose a tag to compare

🐞 Bug Fixes

  • MVC Form URL encoded functionality is broken #3094

❤️ Contributors

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

@dependabot[bot]

4.1.0-M2

27 Sep 12:03
Compare
Choose a tag to compare

⭐ New Features

  • Specify clientRegistrationId in TokenRelay filter #2922
  • Add ParameterizedTypeReference to ModifyRequestBodyGatewayFilterFactory #2635

📔 Documentation

  • Antora migrations #3050

❤️ Contributors

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

@sjohnr and @spencergibb

4.1.0-M1

10 Aug 03:02
Compare
Choose a tag to compare

⭐ New Features

  • Spring MVC/Servlet implementation #36

4.0.7

28 Jul 13:01
Compare
Choose a tag to compare
v4.0.7

Update SNAPSHOT to 4.0.7

3.1.8

03 Jul 09:43
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Forwarding to static page results in errors #2950