Releases: BackendStack21/fast-gateway
Releases · BackendStack21/fast-gateway
Updating fast-proxy-lite dependency
Changes:
- fast-proxy-lite was updated to version 1.1.0 (https://github.com/BackendStack21/fast-proxy-lite/releases/tag/v1.1.0)
Full Changelog: v3.1.1...v3.2.0
Making faye-websocket optional dependency
What's Changed
- Making faye-websocket an optional dependency by @jkyberneees in #72
- Adding WebSocket support headline to README.md
Full Changelog: v3.1.0...v3.1.1
Introducing WebSockets support
Updating dependencies
Fixing TypeScript definitions
Changes:
- (Types) Adding
urlRewrite
property toRoute
interface. - (Types) Removed unused
http2
property fromRoute
interface.
Many Thanks to @iapain 🙌 for supporting this release!
Using fast-proxy-lite as default proxy library
Changes:
- The
fast-proxy-lite
module is used by default to supporthttp
proxy type 🔥. This means, noundici
orhttp2
are supported by default. - The old
fast-proxy
module is available under thehttp-legacy
proxy type, but the module is not installed by default. - Proxy configuration is now generalized under the
proxyConfig
property. - Introduced "proxy factory" approach that simplifies the integration with custom proxy libraries.
Updating dependencies
Changes:
- Dependencies were updates to latest versions.
Updating dependencies
Changes:
- Dependencies were updated to latest versions.
Updating dependencies
Changes:
- Updating dependencies.
Updating dependencies and docs
Changes:
- Updating documentation.
- Updating dependencies.