All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.1 - 2024-02-06
- Added multi-platform Docker image.
1.3.0 - 2024-02-05
- Added an option to configure URL of the website, that will be "reverse proxied" in response to unauthorized and probe requests.
1.2.2 - 2024-02-05
- Removed unnecessary message length warnings on writes to the pipe, only kept it for reads.
1.2.1 - 2024-02-05
- Fixed a panic when the client cannot authorize the connection.
1.2.0 - 2024-02-05
- Changed the protocol for messages exchange, it now uses WebSocket internally.
This change allows running
udptlspipe
server behind a CDN if that CDN supports WebSocket.
1.1.0 - 2024-02-03
- Added an option to configure custom TLS certificate. Check out README for more information on how to use that.
1.0.1 - 2024-02-02
- Added a docker image.
1.0.0 - 2024-02-02
- The first version with base functionality.