Releases: smartlook/smartlook-relay-proxy
Releases · smartlook/smartlook-relay-proxy
v6.1.0
What's Changed
- Add proxy_ssl_server_name to enable SNI by @DavidS-ovm in #284
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- feat: configurable DNS resolver by @samialdury in 2268331
BREAKING CHANGES
- Due to multiple issues reported regarding DNS timeouts, we've set the default Nginx's resolver option to Cloudflare's public DNS resolver (1.1.1.1, 1.0.0.1), with TTL of 5 minutes. This option should be good for most deployments.
- If you want to set your own, feel free to overwrite the Nginx's resolver value by setting the
DNS_RESOLVER
environment variable. For example, to set it to Google's public DNS resolver with a TTL of 30 minutes, you would setDNS_RESOLVER
to"8.8.8.8 8.8.4.4 valid=30m"
.
- If you want to set your own, feel free to overwrite the Nginx's resolver value by setting the
Full Changelog: v5.1.0...v6.0.0
v5.1.0
What's Changed
- feat: allow to listen on IPv6 by @DavidS-om & @samialdury in #237
- This PR adds IPv6 support, controlled by a new environment variable
LISTEN_IPV6
. If set totrue
, the server will also listen on IPv6. The variable is unset by default.
- This PR adds IPv6 support, controlled by a new environment variable
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
- feat: rewrite to use only nginx by @samialdury in #222
BREAKING CHANGES
- Relay Proxy status endpoint moved from
/status
to/proxy/status
. - due to the rewrite, we made some changes to environment variables:
- If you've previously overriden any of the environment variables ending with
_HOST
, you need to remove the protocol part. For example, if you had theWEB_SDK_WRITER_HOST
set tohttps://web-writer.br.smartlook.cloud
, update the value toweb-writer.br.smartlook.cloud
.
Full Changelog: v4.3.1...v5.0.0
v4.3.1
What's Changed
- fix: IP parsing
- chore: update development dependencies
- chore: update production dependencies
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
- docs: update README by @menelaos115 in #205
- feat: enable IPv6 by @DavidS-om in #206
- feat: enable dependabot by @samialdury in #208
New Contributors
- @menelaos115 made their first contribution in #205
- @DavidS-om made their first contribution in #206
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
- fix: remove content headers for unsupported HTTP methods by @samialdury in #204
Full Changelog: v4.2.0...v4.2.1
v4.2.0
v4.1.2
What's Changed
- chore: do not log errors which are handled by Web SDK
Full Changelog: v4.1.1...v4.1.2
v4.1.1
What's Changed
- fix: increase connection timeout & warn on stream error
- fix: prefer ipv4 DNS result
- feat: allow to specify connect timeout in config
Full Changelog: v4.1.0...v4.1.1