Compare commits
2 Commits
v0.1.10
...
2c6ad1d7b8
Author | SHA1 | Date | |
---|---|---|---|
2c6ad1d7b8 | |||
8fe1f7f57b |
11
CHANGELOG.md
11
CHANGELOG.md
@@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.1.10] - 2025-01-09
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
* The ClientHello TLS header is now read in full before it is parsed, solving
|
|
||||||
an error where there was not enough data to fully read it. In those cases
|
|
||||||
it was not possible to determine the upstream address and therefore the proxy
|
|
||||||
would go the the default action instead.
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Updated some dependencies to prevent the build from breaking.
|
* Updated some dependencies to prevent the build from breaking.
|
||||||
@@ -41,10 +32,10 @@ The ability to run `l4p` without arguments is now deprecated. Please use
|
|||||||
## Previous versions
|
## Previous versions
|
||||||
|
|
||||||
[unreleased]: https://code.kiers.eu/jjkiers/layer4-proxy/compare/v0.1.9...HEAD
|
[unreleased]: https://code.kiers.eu/jjkiers/layer4-proxy/compare/v0.1.9...HEAD
|
||||||
[0.1.10]: https://code.kiers.eu/jjkiers/layer4-proxy/compare/v0.1.9...v0.1.10
|
|
||||||
[0.1.9]: https://code.kiers.eu/jjkiers/layer4-proxy/compare/v0.1.8...v0.1.9
|
[0.1.9]: https://code.kiers.eu/jjkiers/layer4-proxy/compare/v0.1.8...v0.1.9
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Types of changes:
|
Types of changes:
|
||||||
|
|
||||||
* `Added` for new features.
|
* `Added` for new features.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "l4p"
|
name = "l4p"
|
||||||
version = "0.1.10"
|
version = "0.1.9"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Jacob Kiers <code@kiers.eu>"]
|
authors = ["Jacob Kiers <code@kiers.eu>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
Reference in New Issue
Block a user