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
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
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
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
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
Spencer Gibb
6c9ca19887
Updates documentation of configuration and shortcut types.
...
Adds documentation for HeaderFilters
fixes gh-799
2020-01-29 20:34:20 -05:00
Mahendra Patel
8c21563c51
Document Weight predicate #1072
2020-01-29 19:21:09 -05:00
Spencer Gibb
4e67364b49
Updates retry filter factory to document support for other HTTP methods.
...
fixes gh-1302
2020-01-29 19:18:14 -05:00
Tim Peeters
01f314a475
Adds configurable maxLifeTime in HttpClientProperties.
...
fixes gh-1542
2020-01-27 11:43:24 -05:00
buildmaster
86b0455e59
Bumping versions
2020-01-14 18:07:49 +00:00
Ugnius Rumsevicius
4a33f1bfd2
Update appendix globalcors config property ( #1348 )
...
* Add missing config property to metadata json
* Update test config to dash-case
2020-01-13 16:00:57 -05:00
Derek OKeeffe
85df9b463f
update redirect filter doc to describe no://op ( #1332 )
...
Co-authored-by: Spencer Gibb <sgibb@pivotal.io >
2020-01-13 15:54:22 -05:00
buildmaster
068b3de9b1
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
2019-12-20 13:24:35 +00:00
buildmaster
db14c7ced3
Going back to snapshots
2019-12-20 13:24:35 +00:00
buildmaster
7caaecad22
Update SNAPSHOT to 2.2.1.RELEASE
2019-12-20 13:23:21 +00:00
Spencer Gibb
bd79ed94b4
Removes .flattened-pom.xml
2019-12-16 18:43:03 -05:00
Jay Bryant
a721b36e4a
Editing pass ( #1456 )
...
I edited for spelling, punctuation, usage, corporate voice, and consistencey. I also added .DS_Store to .gitignore.
2019-12-14 11:15:54 -05:00
Spencer Gibb
4272e45cc2
Merge branch '2.1.x'
2019-12-14 11:06:02 -05:00
Denis Zavedeev
ff054309ec
Fix some typos in documentation
...
In particular:
- add missing `new` operator
- ensure that `RouteDefinitionLocators` is properly formatted in the "Configuration" section
- "Normwal" -> "Normal"
- remove extra "`"
2019-12-14 11:01:48 -05:00
Gsealy
ce5ee75c6b
document SecureHeadersGatewayFilterFactory ( #1437 )
...
Documents how to disable specific headers.
Fixes gh-1417
2019-12-14 10:55:47 -05:00
Spencer Gibb
9649a54f3d
Merge branch '2.1.x'
2019-12-13 14:19:04 -05:00
Dennis Menge
73bebc9962
Adds support for multiple HTTP methods in MethodRoutePredicate
...
Fixes gh-1473
2019-12-13 14:16:50 -05:00
Spencer Gibb
65ee46e1ef
Merge branch '2.1.x'
2019-12-12 16:00:38 -05:00
Spencer Gibb
1e263bbc86
Revert "Moves random uuid back to constructor, but only if config is set."
...
This reverts commit 0997dc6f
2019-12-12 15:59:46 -05:00
Spencer Gibb
94134d2d03
Merge branch '2.1.x'
2019-12-12 13:17:17 -05:00
Spencer Gibb
0997dc6fd7
Moves random uuid back to constructor, but only if config is set.
...
By default, no random ids will be generated.
2019-12-12 12:15:41 -05:00
Stefan_Stus
096646f87c
add possibility to override response and connect timeouts per route #1112
2019-12-11 09:36:03 +02:00
Ziemowit
069f24d568
Allow to configure maxIdleTime property for HttpClient ( #1411 )
...
* Allow to configure maxIdleTime property for HttpClient
Since 0.9.0.RELEASE of reactor netty there is a possibility
to configure the pooled connection max idle time.
This commit gives the possibility to set it via spring configuration.
* Changes after review
2019-11-29 11:33:46 +01:00
buildmaster
99053359d7
Bumping versions
2019-11-26 18:06:10 +00:00
buildmaster
d7eb329755
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 10:26:46 +00:00
buildmaster
8fe6171a6b
Going back to snapshots
2019-11-26 10:26:46 +00:00
buildmaster
5c82e529d5
Update SNAPSHOT to 2.2.0.RELEASE
2019-11-26 10:25:45 +00:00
buildmaster
592b2e51ab
Bumping versions to 2.1.5.BUILD-SNAPSHOT after release
2019-11-18 15:34:17 +00:00
buildmaster
b08cc7c123
Going back to snapshots
2019-11-18 15:34:17 +00:00
buildmaster
2f7fc76933
Update SNAPSHOT to 2.1.4.RELEASE
2019-11-18 15:33:15 +00:00
Olga Maciaszek-Sharma
64879c32f7
Gh 1300 backport sc loadbalancer support ( #1414 )
...
* Gh 1294 add reactive sc loadbalancer support (#1295 )
* Initial ReactiveLoadBalancer support
# Conflicts:
# spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/LoadBalancerClientFilter.java
* Optimise imports. Minor refactoring.
* Use `LoadBalancerUriTools` for reconstructing uris.
Handle 404 exceptions. Add more tests and javadocs.
* Finish autoConfiguration and dependencies setup.
* Rename to `ReactorLoadBalancerClientFilter`. Fix test. Add docs.
* Fix after review.
* Fix dependencies, docs and formatting after backporting changes.
2019-11-15 20:53:03 +01:00
buildmaster
9669e2f923
Going back to snapshots
2019-11-10 00:11:26 +00:00
buildmaster
53e4899f44
Update SNAPSHOT to 2.2.0.RC2
2019-11-10 00:10:12 +00:00
buildmaster
65dfd2e1e4
Bumping versions
2019-11-07 15:10:32 +00:00
Ryan Baxter
5303d62f35
Adding example of using the java config
2019-11-06 12:42:36 -05:00
Ryan Baxter
f8bb1a84e2
Formatting docs based on feedback
2019-11-06 10:18:25 -05:00
Ryan Baxter
76e4187484
Initial set of changes to add a circuit breaker filter using Spring Cloud CircuitBreaker
2019-11-05 15:40:33 -05:00
Ryan Baxter
84baaf6dea
Merge remote-tracking branch 'origin/2.1.x'
2019-10-15 10:57:47 -04:00
Gsealy Jiao
a1c7b24152
remove support @Order annotation in document.
2019-10-14 09:58:21 +08:00
buildmaster
755b706c36
Going back to snapshots
2019-10-03 19:58:09 +00:00