5.0.0 (2024-12-30)
- avoid some NPE when connection has failed (b652a34)
- deps: use apim latest alpha (4e4b16f)
- revert "reapply ByteBuf optimization" (633abc5)
- support new OpenTelemetry feature (54672dd)
- Tracing plugin has been removed and is now embedded inside node framework
5.0.0-alpha.3 (2024-12-30)
- deps: use apim latest alpha (4e4b16f)
5.0.0-alpha.2 (2024-12-20)
- avoid some NPE when connection has failed (b652a34)
5.0.0-alpha.1 (2024-11-06)
- support new OpenTelemetry feature (54672dd)
- Tracing plugin has been removed and is now embedded inside node framework
4.0.4-alpha.1 (2024-10-23)
- revert "reapply ByteBuf optimization" (633abc5)
4.0.4 (2024-12-12)
- avoid some NPE when connection has failed (05a286c)
4.0.3 (2024-06-03)
- handle empty chunk on http connection upgrade (42f6a7c)
4.0.2 (2024-06-03)
- pause the endpoint request when upgrading (a3bcd99)
4.0.1 (2024-05-21)
- ensure httpClientRequest is not null when there is request content (5a4a586)
4.0.0 (2024-04-02)
- use gravitee-node VertxProxyOptionsUtils (edb4365)
- requires JDK 17 and gravitee-common 4.0.0. Compatible with APIM 4.4.0 and upper.
3.1.1 (2024-03-28)
- make keepaliveTimeout not required (769d87d)
3.1.0 (2024-03-27)
- allow to configure keep-alive timeout (847a27a)
3.0.3 (2024-01-30)
- detects websocket connection with multi-value connection header (bb4c392)
3.0.2 (2024-01-17)
- prevent adding duplicated headers to the backend request (0785edf)
- remove host headers in GrpcConnection (09c4c9c)
3.0.1 (2023-03-22)
- use dedicated EL context when creating connector (db4d923)
3.0.0 (2023-03-22)
- bump dependencies (29f709e)
- reapply ByteBuf optimization (44f1a3d)
- Need Vert.x
4.3.5
or higher
Need Vert.x 4.3.5
or higher due to this issue eclipse-vertx/vert.x#4509
2.1.3 (2023-03-22)
- use dedicated EL context when creating connector (db4d923)
2.1.2 (2023-03-21)
- avoid chunk corruption with tls and http1.1 (a5da167)
2.1.1 (2023-02-17)
- update validation spec in API proxy config schema form (81a4fbf), closes gravitee-io/issues#8698
2.1.0 (2023-01-23)
- websocket frame compression support (d90695d), closes gravitee-io/issues#8689
2.0.10 (2022-12-22)
- log properly connection error from vertx (7603160)
2.0.9 (2022-11-03)
- do not use RxJava stuff for now as it will create a breaking change (f6992d3)
2.0.8 (2022-11-02)
- allow to optionally propagate accept-encoding (6d67e6c), closes gravitee-io/issues#7935
1.1.12 (2022-10-26)
- allow to optionally propagate accept-encoding (6d67e6c), closes gravitee-io/issues#7935
2.0.7 (2022-10-12)
- use native buffer to avoid byte array copy (1a2ed32)
2.0.6 (2022-09-20)
- make ws proxy response connected (c66ed45), closes gravitee-io/issues#8253
2.0.5 (2022-08-17)
- do not consider
ws
as a secure protocol (299207b) - set WS subprotocols based on
sec-websocket-protocol
header (88fa7eb)
1.1.11 (2022-08-17)
- do not consider
ws
as a secure protocol (299207b) - set WS subprotocols based on
sec-websocket-protocol
header (88fa7eb)
2.0.4 (2022-07-27)
- return null instead of empty list when getting an undefined header (22fb429)
2.0.3 (2022-07-04)
- keep ssl options in grpc endoint (e2c8356), closes gravitee-io/issues#7760
- make the follow redirects ui message more generic (175eef5)
- propagate multi value header properly (be778be)
- restore HTTP headers backward compatibility (dd6b28f), closes gravitee-io/issues#7930
2.0.2 (2022-06-30)
- make the follow redirects ui message more generic (4c34e2a)
2.0.1 (2022-06-14)
- forward http headers during connection to websocket upstream (3ccf06c), closes gravitee-io/issues#7750
1.1.10 (2022-07-27)
- return null instead of empty list when getting an undefined header (22fb429)
1.1.9 (2022-07-01)
- restore HTTP headers backward compatibility (dd6b28f), closes gravitee-io/issues#7930
1.1.8 (2022-06-30)
- keep ssl options in grpc endoint (e2c8356), closes gravitee-io/issues#7760
1.1.7 (2022-06-30)
- make the follow redirects ui message more generic (175eef5)
1.1.6 (2022-06-24)
- propagate multi value header properly (be778be)
1.1.5 (2022-06-14)
- forward http headers during connection to websocket upstream (3ccf06c), closes gravitee-io/issues#7750
2.0.0 (2022-05-24)
- use common system proxy options factory (dc1daae)
- this version requires APIM in version 3.18 and upper
1.1.4 (2022-04-26)
- handle sse client side connection close (fb3c3d9)
1.1.3 (2022-04-01)
- support binary stores content (eba9baf), closes gravitee-io/issues#7405