Skip to content

Releases: buildsociety/cloudflared

2020.11.9

19 Nov 20:40
Compare
Choose a tag to compare

2020.11.9

  • 2020-11-18 TUN-3557: Detect SSE if content-type starts with text/event-stream
  • 2020-11-18 TUN-3559: Share response meta header with other packages
  • 2020-11-18 DEVTOOLS-7936: Remove redundant chgrp from publish
  • 2020-11-18 TUN-3558: cloudflared allows empty config files
  • 2020-11-18 TUN-3544: Upgrade to Go 1.15.5

2020.11.8

19 Nov 20:39
Compare
Choose a tag to compare

2020.11.8

  • 2020-11-17 TUN-3555: Single origin service should default to localhost:8080

2020.11.7

19 Nov 20:39
Compare
Choose a tag to compare

2020.11.7

  • 2020-11-13 TUN-3514: Stop setting --is-autoupdated flag after autoupdate because it can break named tunnel running in k8s
  • 2020-11-15 TUN-3548, TUN-3547: Bastion mode can be specified as a service, doesn't require URL.
  • 2020-11-16 TUN-3549: Use a separate handler for each websocket proxy

2020.11.6

19 Nov 20:39
Compare
Choose a tag to compare

2020.11.6

  • 2020-11-14 TUN-3546: Fix panic in tlsconfig.LoadOriginCA

2020.11.5

19 Nov 20:38
Compare
Choose a tag to compare

2020.11.5

  • 2020-11-12 TUN-3540: Better copy in ingress rules error messages
  • 2020-11-12 DEVTOOLS-7936: Set permissions on public packages
  • 2020-11-13 TUN-3543: ProxyAddress not using default in single-origin mode

2020.11.4

19 Nov 20:38
Compare
Choose a tag to compare

2020.11.4

  • 2020-11-11 TUN-3534: Specific error message when credentials file is a .pem not .json
  • 2020-11-02 TUN-3500: Integrate replace h2mux by http2 work with multiple origin support
  • 2020-11-09 TUN-3514: Transport logger write to UI when UI is enabled
  • 2020-10-30 TUN-3490: Make sure OriginClient implementation doesn't write after Proxy return
  • 2020-10-20 TUN-3403: Unit test for origin/proxy to test serving HTTP and Websocket
  • 2020-10-23 TUN-3480: Support SSE with http2 connection, and add SSE handler to hello-world server
  • 2020-10-27 TUN-3489: Add unit tests to cover proxy logic in connection package of cloudflared
  • 2020-10-16 TUN-3467: Serialize cf-cloudflared-response-meta during package initialization using jsoniter
  • 2020-10-14 TUN-3456: New protocol option auto to automatically select between http2 and h2mux
  • 2020-10-14 TUN-3458: Upgrade to http2 when available, fallback to h2mux when we reach max retries
  • 2020-10-08 TUN-3449: Use flag to select transport protocol implementation
  • 2020-10-08 TUN-3462: Refactor cloudflared to separate origin from connection
  • 2020-09-21 TUN-3406: Proxy websocket requests over Go http2
  • 2020-09-25 TUN-3420: Establish control plane and send RPC over control plane
  • 2020-09-11 TUN-3400: Use Go HTTP2 library as transport to connect with the edge

2020.11.3

19 Nov 20:38
Compare
Choose a tag to compare

2020.11.3

  • 2020-11-11 TUN-3533: Set config for single origin ingress

2020.11.2

19 Nov 20:37
Compare
Choose a tag to compare

2020.11.2

2020.11.1

19 Nov 20:37
Compare
Choose a tag to compare

2020.11.1

  • 2020-11-10 TUN-3527: More specific error for invalid YAML/JSON
  • 2020-11-06 Update README.md (#256)

2020.11.0

19 Nov 20:37
Compare
Choose a tag to compare

2020.11.0

  • 2020-11-04 TUN-3484: OriginService that responds with configured HTTP status
  • 2020-11-05 TUN-3505: Response body for status code origin returns EOF on Read
  • 2020-11-04 TUN-3503: Matching ingress rule should not take port into account
  • 2020-11-05 TUN-3506: OriginService needs to set request host and scheme for websocket requests
  • 2020-11-09 TUN-3516: Better error message when parsing invalid YAML config
  • 2020-11-09 TUN-3522: ingress validate checks that the config file exists
  • 2020-11-09 TUN-3524: Don't ignore errors from app-level action handler (#248)
  • 2020-11-09 TUN-3461: Show all origin services in the UI
  • 2020-10-30 TUN-3494: Proceed to create tunnel if at least one edge address can be resolved
  • 2020-10-30 TUN-3492: Refactor OriginService, shrink its interface
  • 2020-10-22 TUN-3478: Increase download timeout to 60s
  • 2020-10-15 TUN-2640: Users can configure per-origin config. Unify single-rule CLI flow with multi-rule config file code.