Skip to content

Releases: BackendStack21/fast-gateway

Updating fast-proxy-lite dependency

03 Feb 21:44
Compare
Choose a tag to compare

Making faye-websocket optional dependency

05 Dec 09:46
Compare
Choose a tag to compare

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

04 Dec 16:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

Updating dependencies

04 Dec 14:02
Compare
Choose a tag to compare

Changes:

  • fast-proxy-lite was updated to v1.0.2

Full Changelog: v3.0.1...v3.0.2

Fixing TypeScript definitions

25 Nov 22:27
Compare
Choose a tag to compare

Changes:

  • (Types) Adding urlRewrite property to Route interface.
  • (Types) Removed unused http2 property from Route interface.

Many Thanks to @iapain 🙌 for supporting this release!

Using fast-proxy-lite as default proxy library

08 Nov 20:39
b0b089f
Compare
Choose a tag to compare

Changes:

  • The fast-proxy-lite module is used by default to support http proxy type 🔥. This means, no undici or http2 are supported by default.
  • The old fast-proxy module is available under the http-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

19 Sep 17:37
Compare
Choose a tag to compare

Changes:

  • Dependencies were updates to latest versions.

Updating dependencies

25 May 14:02
Compare
Choose a tag to compare

Changes:

  • Dependencies were updated to latest versions.

Updating dependencies

01 May 12:04
Compare
Choose a tag to compare

Changes:

  • Updating dependencies.

Updating dependencies and docs

01 May 11:55
Compare
Choose a tag to compare

Changes:

  • Updating documentation.
  • Updating dependencies.