Skip to content

Commit

Permalink
update beta status for websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Sep 6, 2022
1 parent 97f87d7 commit 497f3f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ This lets you run plugins such as `rate-limiting` before authentication plugins.
To enable FIPS mode, set [`fips`](/gateway/3.0.x/reference/configuration/#fips) to `on`.
FIPS mode is only supported in Ubuntu 20.04.

* **Beta feature**: Kong Gateway now includes WebSocket validation functionality. Websockets are a type of persistent connection that works on top of HTTP.
* Kong Gateway now includes WebSocket validation functionality. Websockets are a type of persistent connection that works on top of HTTP.

Previously, Kong Gateway 2.x supported limited WebSocket connections, where plugins only ran during the initial connection phase instead of for each frame.
Now, Kong Gateway provides more control over WebSocket traffic by implementing plugins that target WebSocket frames.

This release includes:
* [Service](/gateway/3.0.x/admin-api/#service-object) and [route](/gateway/3.0.x/admin-api/#route-object) support for `ws` and `wss` protocols
* WebSocket PDK modules: [kong.websocket.client](/gateway/3.0.x/plugin-development/pdk/kong.websocket.client) and [kong.websocket.upstream](/gateway/3.0.x/plugin-development/pdk/kong.websocket.upstream).
* [New plugin handlers](/gateway/3.0.x/plugin-development/custom-logic/#websocket-plugin-development)
* Two new plugins: [WebSocket Size Limit](/hub/kong-inc/websocket-size-limit/) and [WebSocket Validator](/hub/kong-inc/websocket-validator/)
* Two new plugins: [WebSocket Size Limit](/hub/kong-inc/websocket-size-limit/) and [WebSocket Validator](/hub/kong-inc/websocket-validator/)
* WebSocket plugin development capabilities (**Beta feature**)
* PDK modules: [kong.websocket.client](/gateway/3.0.x/plugin-development/pdk/kong.websocket.client) and [kong.websocket.upstream](/gateway/3.0.x/plugin-development/pdk/kong.websocket.upstream)
* [New plugin handlers](/gateway/3.0.x/plugin-development/custom-logic/#websocket-plugin-development)

Learn how to develop WebSocket plugins with our [plugin development guide](/gateway/3.0.x/plugin-development/custom-logic/#websocket-plugin-development).

Expand Down

0 comments on commit 497f3f4

Please sign in to comment.