Commit Graph

355 Commits

Author SHA1 Message Date
buildmaster
4827e88392 Bumping versions 2020-09-02 18:06:05 +00:00
Artem Yakshin
57ec8d01d2 Fixes grafana dashboard panels datasource
fixes gh-1664
2020-07-28 13:44:38 -04:00
Mihhail Verhovtsov
8ec40f6ad5 Document that is SCGW is built on top of WebFlux rather than MVC.
The statement on spring.io that "This project provides a library for building an API Gateway on top of Spring MVC." seems to be misleading. Despite there being a subproject that uses Spring MVC, the gateway part that is widely known (e.g. via Spring Cloud Starter Gateway) uses WebFlux.

Fixes gh-1841
2020-07-28 13:44:38 -04:00
spencergibb
3c91ad5c3a Fixes hop by hop filter property name.
Fixes gh-1709
2020-07-28 13:44:38 -04:00
Been24
7292b219e0 Update spring-cloud-gateway.adoc
')' expected

Fixes gh-1768
2020-07-28 13:44:38 -04:00
Dhawal Kapil
0025e5f0f4 GH-1789 Added matchTrailingSlash parameter to use instead of matchOptionalTrailingSeparator
- Updated doc

Fixes gh-1789
2020-07-23 10:57:57 +05:30
Ryan Baxter
1cb8b10c05 Merge remote-tracking branch 'origin/2.2.x' 2020-07-21 16:28:35 -04:00
Ryan Baxter
87e8892fe4 Add the ability to trip the circuit breaker based on returned status code. 2020-07-14 10:53:00 -04:00
Marcin Grzejszczak
8278100a4d Updated props 2020-06-08 17:54:11 +02:00
Marcin Grzejszczak
aae9d6e09e Changed packaging to jar 2020-06-08 17:11:49 +02:00
Marcin Grzejszczak
37eab52387 Uploading sources for docs 2020-06-08 16:47:52 +02:00
Marcin Grzejszczak
d165617d92 Migrated to docs.spring.io & updated sc-build 2020-06-04 13:51:55 +02:00
buildmaster
cde4d56417 Going back to snapshots 2020-05-29 18:55:43 +00:00
buildmaster
5f7cefec22 Update SNAPSHOT to 3.0.0-M2 2020-05-29 18:54:55 +00:00
buildmaster
2df5dde632 Bumping versions to 2.2.4.BUILD-SNAPSHOT after release 2020-05-28 18:17:06 +00:00
buildmaster
e8364edac6 Going back to snapshots 2020-05-28 18:17:06 +00:00
buildmaster
922eb8eedf Update SNAPSHOT to 2.2.3.RELEASE 2020-05-28 18:15:16 +00:00
buildmaster
b0c8513a0c Bumping versions 2020-05-28 18:09:36 +00:00
buildmaster
df2977a639 Bumping versions 2020-05-26 18:10:11 +00:00
Marcin Grzejszczak
783584140d Setting up repository for docs.spring.io migration 2020-05-25 14:40:02 +02:00
Marcin Grzejszczak
7466640e75 Setting up repository for docs.spring.io migration 2020-05-25 13:42:46 +02:00
spencergibb
319d69a1d0 Merge branch '2.2.x' 2020-05-19 16:20:17 -04:00
Andrew Fitzgerald
16944d61d0 Adds a filter to replace the host header
fixes gh-530
fixes gh-1344
2020-05-19 16:12:51 -04:00
spencergibb
6e262de2e6 Merge branch '2.2.x' 2020-05-04 12:59:14 -04:00
dveamer
dea0da5633 Corrects a typo about RewritePath GatewayFilter
fixes gh-1700
2020-05-04 12:15:15 -04:00
Spencer Gibb
2c6978da16 Removes .BUILD from -SNAPSHOT 2020-04-16 23:22:09 -04:00
buildmaster
73fd52861b Going back to snapshots 2020-04-09 22:40:04 +00:00
buildmaster
5349752e0c Update SNAPSHOT to 3.0.0.M1 2020-04-09 22:39:15 +00:00
Spencer Gibb
2a42b79879 Removes Hystrix mentions from documentation 2020-04-08 16:40:11 -04:00
Spencer Gibb
b113a0279d Merge branch '2.2.x' 2020-04-08 16:36:37 -04:00
Mikhail Tatyushev
7875ba5fff Fix typos in docs
fixes gh-1638
fixes gh-1639
2020-04-08 16:36:18 -04:00
Spencer Gibb
22e2fbaae3 Merge branch '2.2.x' 2020-04-08 16:11:00 -04:00
SpaceFox
d585f51557 Adds filter naming convention documentation
fixes gh-1859
fixes gh-1636
2020-04-08 16:10:35 -04:00
Marcin Grzejszczak
439a91282a Updated docs 2020-04-01 13:43:10 +02:00
Ryan Baxter
fef29ad375 Merge remote-tracking branch 'origin/2.2.x' 2020-03-17 16:06:44 -04:00
Ryan Baxter
863a82ec94 Fixing forwarded for properties. Fixes #1603 2020-03-17 16:06:16 -04:00
Spencer Gibb
7b1a4ac9e2 Updates docs branches 2020-03-06 12:56:28 -05:00
buildmaster
db2808eee6 Bumping versions 2020-03-05 18:06:26 +00:00
buildmaster
97a87144ff Bumping versions to 2.2.3.BUILD-SNAPSHOT after release 2020-03-04 16:47:25 +00:00
buildmaster
4404a22ca7 Going back to snapshots 2020-03-04 16:47:25 +00:00
buildmaster
a5e3cb7eb9 Update SNAPSHOT to 2.2.2.RELEASE 2020-03-04 16:45:55 +00:00
buildmaster
a8a8d545a9 Bumping versions 2020-03-03 18:06:23 +00:00
Spencer Gibb
6b40c68acf Merge branch '2.2.x' 2020-02-28 14:42:31 -05:00
dcutic
8ba1c06183 Adds support for rate limits bellow 1 req/s
Adds requestedTokens configuration option. Previously, this was
hardcoded to 1.

Make the 'requested tokens' redis template argument configurable in
order to allow defining rate limits lower than 1 req/s, e.g. 1 req/m.

This is accomplished by setting:
- replenishRate = requestRate
- burstRate = requestRate * timeSpanInSeconds
- requestedTokens = timeSpanInSeconds

For 1 req/m this would be accomplished by:
- replenishRate = 1
- burstRate = 60
- requestedTokens = 60

fixes gh-1327
2020-02-28 14:33:34 -05:00
Spencer Gibb
757abaf5fc Merge branch '2.2.x' 2020-02-27 17:01:17 -05:00
Alexander Holbreich
356c003260 fixing copy paste error on path_route
fixes gh-1581
2020-02-27 17:00:10 -05:00
Young Jun Seo
67241a3e6f Fixed typo
fateway -> gateway

fixes gh-1565
2020-02-27 16:43:19 -05:00
Spencer Gibb
269c46f712 Merge branch '2.2.x' 2020-01-31 12:10:31 -05:00
Spencer Gibb
d4f2b6860d Merge branch '2.1.x' into 2.2.x 2020-01-31 12:08:10 -05:00
Spencer Gibb
4243621d2f Adds documentation of a custom route predicate.
fixes gh-400
2020-01-30 15:21:37 -05:00