Skip to content

Latest commit

 

History

History
331 lines (146 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

331 lines (146 loc) · 14.6 KB

5.0.0 (2024-12-30)

Bug Fixes

  • avoid some NPE when connection has failed (b652a34)
  • deps: use apim latest alpha (4e4b16f)
  • revert "reapply ByteBuf optimization" (633abc5)

Features

  • support new OpenTelemetry feature (54672dd)

BREAKING CHANGES

  • Tracing plugin has been removed and is now embedded inside node framework

5.0.0-alpha.3 (2024-12-30)

Bug Fixes

  • deps: use apim latest alpha (4e4b16f)

5.0.0-alpha.2 (2024-12-20)

Bug Fixes

  • avoid some NPE when connection has failed (b652a34)

5.0.0-alpha.1 (2024-11-06)

Features

  • support new OpenTelemetry feature (54672dd)

BREAKING CHANGES

  • Tracing plugin has been removed and is now embedded inside node framework

4.0.4-alpha.1 (2024-10-23)

Bug Fixes

  • revert "reapply ByteBuf optimization" (633abc5)

4.0.4 (2024-12-12)

Bug Fixes

  • avoid some NPE when connection has failed (05a286c)

4.0.3 (2024-06-03)

Bug Fixes

  • handle empty chunk on http connection upgrade (42f6a7c)

4.0.2 (2024-06-03)

Bug Fixes

  • pause the endpoint request when upgrading (a3bcd99)

4.0.1 (2024-05-21)

Bug Fixes

  • ensure httpClientRequest is not null when there is request content (5a4a586)

4.0.0 (2024-04-02)

Code Refactoring

  • use gravitee-node VertxProxyOptionsUtils (edb4365)

BREAKING CHANGES

  • requires JDK 17 and gravitee-common 4.0.0. Compatible with APIM 4.4.0 and upper.

3.1.1 (2024-03-28)

Bug Fixes

  • make keepaliveTimeout not required (769d87d)

3.1.0 (2024-03-27)

Features

  • allow to configure keep-alive timeout (847a27a)

3.0.3 (2024-01-30)

Bug Fixes

  • detects websocket connection with multi-value connection header (bb4c392)

3.0.2 (2024-01-17)

Bug Fixes

  • prevent adding duplicated headers to the backend request (0785edf)
  • remove host headers in GrpcConnection (09c4c9c)

3.0.1 (2023-03-22)

Bug Fixes

  • use dedicated EL context when creating connector (db4d923)

3.0.0 (2023-03-22)

Bug Fixes

Features

  • reapply ByteBuf optimization (44f1a3d)

BREAKING CHANGES

  • 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)

Bug Fixes

  • use dedicated EL context when creating connector (db4d923)

2.1.2 (2023-03-21)

Bug Fixes

  • avoid chunk corruption with tls and http1.1 (a5da167)

2.1.1 (2023-02-17)

Bug Fixes

2.1.0 (2023-01-23)

Features

2.0.10 (2022-12-22)

Bug Fixes

  • log properly connection error from vertx (7603160)

2.0.9 (2022-11-03)

Bug Fixes

  • do not use RxJava stuff for now as it will create a breaking change (f6992d3)

2.0.8 (2022-11-02)

Bug Fixes

1.1.12 (2022-10-26)

Bug Fixes

2.0.7 (2022-10-12)

Bug Fixes

  • use native buffer to avoid byte array copy (1a2ed32)

2.0.6 (2022-09-20)

Bug Fixes

2.0.5 (2022-08-17)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • return null instead of empty list when getting an undefined header (22fb429)

2.0.3 (2022-07-04)

Bug Fixes

2.0.2 (2022-06-30)

Bug Fixes

  • make the follow redirects ui message more generic (4c34e2a)

2.0.1 (2022-06-14)

Bug Fixes

1.1.10 (2022-07-27)

Bug Fixes

  • return null instead of empty list when getting an undefined header (22fb429)

1.1.9 (2022-07-01)

Bug Fixes

1.1.8 (2022-06-30)

Bug Fixes

1.1.7 (2022-06-30)

Bug Fixes

  • make the follow redirects ui message more generic (175eef5)

1.1.6 (2022-06-24)

Bug Fixes

  • propagate multi value header properly (be778be)

1.1.5 (2022-06-14)

Bug Fixes

2.0.0 (2022-05-24)

Code Refactoring

  • use common system proxy options factory (dc1daae)

BREAKING CHANGES

  • this version requires APIM in version 3.18 and upper

1.1.4 (2022-04-26)

Bug Fixes

  • handle sse client side connection close (fb3c3d9)

1.1.3 (2022-04-01)

Bug Fixes