Commit Graph

556 Commits

Author SHA1 Message Date
spencergibb
eec4c8ee52 Merge branch '3.1.x' 2023-01-17 11:33:22 -05:00
spencergibb
7519b2ef6a Replace circleci badge with github actions 2023-01-17 11:31:14 -05:00
dengliming
49708a5b07 Update README.adoc to point to main
Fixes gh-2268
2023-01-17 11:21:45 -05:00
spencergibb
c6c813a112 Merge branch '3.1.x' 2023-01-12 13:33:52 -05:00
Oliver
51137c2610 Update documentation for path route predicate 2023-01-12 13:33:23 -05:00
Alexandre Arcanjo de Queiroz
8a9d063986 Fix properties in secure-headers documentation 2023-01-12 12:25:06 -05:00
spencergibb
d194aa7de9 Removes codacy image
See gh-2486
2023-01-12 12:19:53 -05:00
spencergibb
f6d9692d82 Fixes code example lambda.
Fixes gh-2485
2023-01-12 11:54:02 -05:00
Harpal
6b15aac5b4 Documentation improvement
Fixes gh-2463
2023-01-12 11:46:04 -05:00
buildmaster
ff79c5cc7b Bumping versions 2022-12-19 02:11:06 +00:00
buildmaster
5abc15688a Bumping versions 2022-12-16 02:10:45 +00:00
buildmaster
041691b580 Bumping versions to 4.0.1-SNAPSHOT after release 2022-12-15 21:21:50 +00:00
buildmaster
bb24225919 Going back to snapshots 2022-12-15 21:21:49 +00:00
buildmaster
e231631c10 Update SNAPSHOT to 4.0.0 2022-12-15 21:19:19 +00:00
spencergibb
52bd92b83b Update micrometer docs plugin config 2022-12-15 10:50:44 -05:00
spencergibb
7eaee6ba65 Update micrometer docs version to 1.0.0 2022-12-15 10:21:35 -05:00
buildmaster
fdd348a104 Going back to snapshots 2022-12-01 18:36:46 +00:00
buildmaster
a42e29a9a1 Update SNAPSHOT to 4.0.0-RC3 2022-12-01 18:34:32 +00:00
buildmaster
545c684a0f Going back to snapshots 2022-11-17 18:15:35 +00:00
buildmaster
a2e54506a3 Update SNAPSHOT to 4.0.0-RC2 2022-11-17 18:13:51 +00:00
Marta Medio
50922f7dd8 Filter Documentation improvements (#2761)
* Fix different typos across the doc file

* Standardize titles of GatewayFilter Factories section and order alphabetically (no content changed)

* Order alphabetically section of Global Filters (no content changed)

* Add docs for Global Local Cache Response filter

* Set correct order for LocalResponseCache filter config

* Add link for key-resolver-section
2022-11-16 10:22:22 -05:00
Olga Maciaszek-Sharma
5182f49236 Add native image support. (#2770)
* Add native image support.
2022-11-02 17:23:18 -04:00
buildmaster
4a16c447fb Going back to snapshots 2022-10-27 22:47:24 +00:00
buildmaster
a53fa99e44 Update SNAPSHOT to 4.0.0-RC1 2022-10-27 22:45:45 +00:00
buildmaster
8a6dc328b8 Bumping versions 2022-10-26 02:16:24 +00:00
Ignacio Lozano
8a0caeea41 Add LocalResponseCache filter (#2759)
* Add LocalResponseCache filter
2022-10-25 16:46:44 -04:00
Abel Salgado Romero
d49ceec0d2 Add uri variables support for circuit breaker (#2755)
* Adds support for Uri variables for fallbackUri in CircuitBreaker.

Uses `ServerWebExchangeUtils.expand` to process the original value and replace any variable present.
2022-10-18 13:15:48 -04:00
Abel Salgado Romero
074f8e9844 Add option to configure CORS as a route filter. (#2750)
To do so, adds 2 components:
* ApplicationLister that updates CorsProperties based on route metadata
Also:
* Renamed CorsTests to CorsGlobalTests
* Add test CorsPerRouteTests
* Add docs: split current single section into 2: global & route config
2022-10-18 13:15:15 -04:00
buildmaster
a11973f98b Going back to snapshots 2022-10-06 02:18:39 +00:00
buildmaster
4ef34a2615 Update SNAPSHOT to 4.0.0-M5 2022-10-06 02:15:50 +00:00
Marta Medio
a487e64bfd Add remove json attributes filter (#2742)
* Add RemoveJsonAttributesFilterFactory
Takes a collection of attribute names to search for to remove from a JSON response, an optional last parameter from the list can be a boolean to remove the attributes just at root level or recursively

* Add docs for RemoveJsonAttributes filter

* Extract a single instance of Json mapper

* Overload boolean parameter to avoid parsing a string
2022-10-05 11:39:48 -04:00
spencergibb
253eec53a8 Merge branch 'add-AddRequestHeadersIfNotPresentGatewayFilterFactory-2359' 2022-10-05 11:38:11 -04:00
Abel Salgado Romero
f45d03ec1d Add docs 2022-10-05 14:13:35 +02:00
Marcin Grzejszczak
f2192b0770 Observability support for gateway (#2715)
Adds support for metrics, tracing, and documentation
2022-10-04 11:07:13 -04:00
buildmaster
7873f854b5 Going back to snapshots 2022-09-06 20:40:25 +00:00
buildmaster
1ae40a4431 Update SNAPSHOT to 3.1.4 2022-09-06 20:38:38 +00:00
buildmaster
21a6b68349 Bumping versions to 3.1.5-SNAPSHOT after release 2022-09-03 00:05:14 +00:00
buildmaster
36edcd5929 Going back to snapshots 2022-09-03 00:05:14 +00:00
buildmaster
3791cb593c Update SNAPSHOT to 3.1.4 2022-09-03 00:02:54 +00:00
buildmaster
da137d9940 Bumping versions 2022-08-31 21:12:43 +00:00
spencergibb
cbb86f8681 Merge branch '3.1.x' 2022-08-31 12:03:21 -04:00
Abel Salgado Romero
774975a0fe Adds support for 'use-insecure-trust-manager' & 'trustedX509Certificates' for GRPC Filter
* Generated certificate with domain name (required for 'trustedX509Certificates')
* Injected SslProperties in GRPC components to configure SslContext (ideally we want to reuse, not replicate, SCG context)
2022-08-31 11:50:36 -04:00
Alberto C. Ríos
22a9aec8bf * Bump testcontainers
* Update _configprops.adoc
* Add grpc integration test
2022-08-09 12:01:27 +02:00
buildmaster
0568b306da Bumping versions 2022-08-05 21:12:12 +00:00
buildmaster
604499f215 Going back to snapshots 2022-07-29 19:59:26 +00:00
buildmaster
56cd7d46c0 Update SNAPSHOT to 4.0.0-M4 2022-07-29 19:57:16 +00:00
buildmaster
52fca92b05 Bumping versions 2022-07-20 02:15:23 +00:00
spencergibb
8ec0b92fcf Merge branch '3.1.x' 2022-07-18 12:56:15 -04:00
Alberto C. Ríos
1843547e20 Adding native JSON to gRPC filter (#2657) 2022-07-18 12:54:10 -04:00
buildmaster
8d56d9ab04 Bumping versions 2022-07-08 02:24:29 +00:00