Commit Graph

245 Commits

Author SHA1 Message Date
buildmaster
d6b29a99f9 Update SNAPSHOT to 2.0.0.RELEASE 2018-06-19 00:44:04 +00:00
Spencer Gibb
a9a31e530e Adds SockJS note for Websockets
fixes gh-186
2018-06-13 15:51:08 -04:00
Spencer Gibb
1029898dff Updates rate limiter documentation.
Separates redis rate limiter to a sub-section.

Includes a note that shortcut configuration does not work.

fixes gh-167
2018-06-13 15:32:44 -04:00
Mathieu Fortin
7791dd1a94 RequestRateLimiter documentation.
Fixes #168
2018-06-13 15:06:46 -04:00
Ryan Baxter
08a4bcd00d Add note pointing to unit tests. 2018-06-13 14:22:24 -04:00
Ryan Baxter
d2bdf4a13b document alreadyrouted apis. (#363)
Fixes #74
2018-06-13 11:25:41 -04:00
Ryan Baxter
3e32b2cbb9 Document writing custom gateway filters. Fixes #71 (#359) 2018-06-12 16:58:49 -04:00
Ryan Baxter
62a658c466 Add example of using load balancer protocol. Fixes #225 (#358) 2018-06-12 15:24:21 -04:00
Ryan Baxter
14beb3b542 Added retry filter docs. Fixes #226 (#357) 2018-06-12 15:07:43 -04:00
buildmaster
fd413d15dd Going back to snapshots 2018-05-25 13:15:36 +00:00
buildmaster
0da6e00f87 Update SNAPSHOT to 2.0.0.RC2 2018-05-25 13:14:36 +00:00
Dave Syer
1656bbcb38 Add ProxyExchange feature for Webflux 2018-05-02 09:16:41 -04:00
Fitzgerald, Andrew
69bccac870 Add additional Hystrix documentation. Covers part of #288, fixes #291 2018-04-30 03:13:00 -04:00
Ryan Baxter
50af2ca84e Add filter which will set the path in the request to be the path in the forward URI. Fixes #285. 2018-04-24 15:58:58 -04:00
Andrew Fitzgerald
55f99c0e28 typo (#297) 2018-04-24 04:11:15 -04:00
Spencer Gibb
f0d54580bf Shortens XForwardedRemoteAddressResolver factory method names. 2018-04-06 14:31:30 -04:00
Andrew Fitzgerald
b6d9205265 Fixes #238 document RemoteAddressResolvers (#239)
document RemoteAddressResolvers

Fixes gh-238
2018-04-06 14:27:43 -04:00
buildmaster
97cbd7ec39 Going back to snapshots 2018-03-22 21:36:17 +00:00
buildmaster
cf447366f4 Update SNAPSHOT to 2.0.0.M9 2018-03-22 21:35:27 +00:00
Spencer Gibb
0d3f1da296 Fixes misspelled predicate Between example.
fixes gh-230
2018-03-14 12:40:54 -04:00
Mark Heckler
3723fc62b3 Updated Hystrix filter information with current usage examples 2018-03-11 10:06:56 -05:00
Spencer Gibb
34fd45dc4a Remove reference to old Routes class 2018-03-09 10:31:05 -05:00
Spencer Gibb
30d85ffefe Add note about Netty requirement. 2018-03-05 15:09:58 -05:00
buildmaster
c2c7869c9e Going back to snapshots 2018-03-02 17:24:21 +00:00
buildmaster
1f9c65df7e Update SNAPSHOT to 2.0.0.M8 2018-03-02 17:23:34 +00:00
Wilder Pereira
4ed06c46c3 Remove phrase from yml code block (#214) 2018-03-01 13:24:08 -05:00
Spencer Gibb
baa8b027fa Update fluent api sample. 2018-03-01 13:18:20 -05:00
Spencer Gibb
3a35a82547 Remove -incubator from readme.
fixes gh-208
2018-02-27 11:41:43 -05:00
buildmaster
86cae18b7d Going back to snapshots 2018-02-26 21:54:31 +00:00
buildmaster
e3eadb66a7 Update SNAPSHOT to 2.0.0.M7 2018-02-26 21:53:39 +00:00
Spencer Gibb
af3e42b8c7 Point links to master
fixes gh-204
2018-02-26 16:06:12 -05:00
Spencer Gibb
008e4e0b40 Default port for http{s} routes if not set.
fixes gh-198
2018-02-20 11:29:17 -05:00
Ryan Baxter
40bae835b5 Strip Prefix Filter Implementation (#180)
* Implements a filter to strip the prefix from a request through the gateway.  Fixes #122

* The number of parts to strip is now configurable

* Updated documentation
2018-02-13 11:47:22 -05:00
buildmaster
43fabf27b4 Going back to snapshots 2018-02-09 22:54:54 +00:00
buildmaster
0dac0315e9 Update SNAPSHOT to 2.0.0.M6 2018-02-09 22:54:02 +00:00
jphilippeplante
706fbc0df2 Enhancement: adding IPv6 support to Remote Addr Predicate gh-165 (#183)
* Enhancement: adding IPv6 support to RemoteAddrRoutePredicateFactory

* Using IpSubnetFilterRule from Netty as suggested 

fixes gh-165
2018-02-07 14:13:57 -05:00
Spencer Gibb
84bced0411 Document lb: prefix and use for websockets.
fixes gh-110
2018-01-29 20:51:14 -05:00
Greg Turnquist
2f23bc3aac Add filter to force WebSession::save. (#166)
In some scenarios, such as making a remote call while using Spring Session between two processes, forcing a WebSession::save before making the call ensures that session data is in place on the other side.

Resolves #58.
2018-01-17 14:21:52 -05:00
Spencer Gibb
d634113acf Adds fallbackUri to Hystrix filter
fixes gh-38
2018-01-08 16:34:54 -05:00
Spencer Gibb
6aa8cd6f86 Adds PreserveHostHeader filter
This filter sets a request attribute to true. The NettyRoutingFilter
then inspects this attribute and resets the host header, overwritting
the value set by the netty http client.

fixes gh-133
2017-12-18 15:38:33 -05:00
buildmaster
1b4487969b Going back to snapshots 2017-12-02 03:36:59 +00:00
buildmaster
3ed9320e2a Update SNAPSHOT to 2.0.0.M5 2017-12-02 03:36:08 +00:00
Spencer Gibb
ec0f827e2b Activate DiscoveryClient integration with a property
fixes gh-123
2017-11-29 11:44:29 -05:00
Spencer Gibb
46cddd90d4 Merge branch '1.0.x' 2017-11-28 12:56:42 -05:00
Spencer Gibb
cf3408f87f Update docs branches 2017-11-28 12:56:30 -05:00
buildmaster
2eb6470822 Bumping versions to 1.0.1.BUILD-SNAPSHOT after release 2017-11-22 00:56:11 +00:00
buildmaster
e420037d45 Going back to snapshots 2017-11-22 00:56:11 +00:00
buildmaster
bf08ba2b3c Update SNAPSHOT to 1.0.0.RELEASE 2017-11-22 00:55:30 +00:00
Rieon
f552f51fc4 fix mistake: missing "predicates" in config yml (#116)
add missing "predicates" in config yml
2017-11-18 06:19:00 -05:00
buildmaster
0bb4d5f233 Going back to snapshots 2017-11-16 17:46:05 +00:00