bore Releases
73 releases of ekzhang/bore
- v0.0.9-f2
Apr 25, 2025
- v0.5.3
This release includes a Dockerfile fix, updated Linux installation documentation, and adds configurable control and tunnel addresses for the server, improving deployment flexibility.
Apr 14, 2025
- v0.0.9
Feb 15, 2025
- v0.0.8
Feb 6, 2025
- v0.5.2
This release adds environment variable support for port range configuration, exposes the local port as an environment variable, and adds NO_COLOR support for better user experience.
Dec 5, 2024
- v0.5.1
This minor release includes documentation improvements, typo fixes, Docker image architecture support, and CI runner fixes.
Jun 11, 2024
- v0.5.0
This version changes the behavior of the --min-port option. Now when a minimum port is specified, any user connecting to bore by default (port 0) will get a random port that respects the minimum. It also adds the requested --max-port option.
Apr 28, 2023
- v0.4.1
Adds the ability to read the remote server address from the `BORE_SERVER` environment variable, removing the need to pass it via the `--to` argument. The CLI also received a visual update to `clap v4`, resulting in a cleaner, man page-like appearance.
Nov 11, 2022
- v0.4.0
This release marks a major milestone by distributing the CLI via prebuilt binaries, enabling instant installation without building from source. It also secures the server by using `tokio-util` codecs to prevent unbounded memory usage during malicious frame streaming.
Apr 22, 2022
- v0.3.0
Expands functionality to forward traffic to any local network address, not just localhost, via the `--local-host` flag. The release also introduces environment variable support for secrets and optimizes build times by minimizing Tokio dependencies.
Apr 14, 2022
- v0.2.3
Provides a lightweight 6 MB Docker image that allows running `bore` with a single command, utilizing `--network host` for zero-configuration networking. The image is multi-platform and published on Docker Hub with version tags.
Apr 11, 2022
- v0.2.1
Enhances application stability by ensuring the program exits immediately upon encountering common errors. Additionally, the project now includes a LICENSE file and comprehensive integration tests for authentication and proxying.
Apr 9, 2022
- v0.2.0
Introduces an optional secret mechanism to authenticate clients connecting to the bore server. Improvements were also made to the clarity of error messages displayed during connection failures.
Apr 8, 2022