Releases: biandratti/huginn-proxy
Releases · biandratti/huginn-proxy
v0.0.1-beta.5
Immutable
release. Only release title and notes can be modified.
What's Changed
New Features 🎉
- Static and Dynamic settings by @biandratti in #157
General improvements 🛠
- docker compose with releases as example by @biandratti in #145
- Update docker base by @biandratti in #146
- cargo(deps): bump tokio from 1.51.0 to 1.51.1 by @dependabot[bot] in #148
- Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #147
- Prepare benchmark report for first release by @biandratti in #149
- Enable ebpf metrics in compose by @biandratti in #153
- include codeql-config setting by @biandratti in #154
- update benchamark results by @biandratti in #158
- Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #160
- YAML setting support by @biandratti in #159
- yml parser migrated by @biandratti in #161
- Adapt integration removing custom echo server by @biandratti in #162
Full Changelog: v0.0.1-beta.4...v0.0.1-beta.5
v0.0.1-beta.4
Immutable
release. Only release title and notes can be modified.
Full Changelog: v0.0.1-beta.3...v0.0.1-beta.4
v0.0.1-beta.3
Immutable
release. Only release title and notes can be modified.
What's Changed
General improvements 🛠
- Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #136
- tcp signature ipv6 support by @biandratti in #137
- cargo(deps): bump hyper from 1.8.1 to 1.9.0 by @dependabot[bot] in #139
- cross browser test fixed by @biandratti in #140
- akamai signature fixed by @biandratti in #141
Full Changelog: v0.0.1-beta.2...v0.0.1-beta.3
v0.0.1-beta.2
Immutable
release. Only release title and notes can be modified.
What's Changed
General improvements 🛠
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #119
- Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #118
- Bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #117
- cargo(deps): bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 by @dependabot[bot] in #120
- Ebpf refactor by @biandratti in #122
- eBPF agent telemetry by @biandratti in #123
- Interface between agent and proxy by @biandratti in #124
- cargo(deps): bump tracing-subscriber from 0.3.22 to 0.3.23 by @dependabot[bot] in #128
- Bump docker/login-action from 3 to 4 by @dependabot[bot] in #127
- Bump aquasecurity/trivy-action from 0.34.1 to 0.35.0 by @dependabot[bot] in #126
- Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #125
- TCP signature aligned with Huginn-net by @biandratti in #129
- cargo(deps): bump rustls-webpki from 0.103.9 to 0.103.10 in the cargo group across 1 directory by @dependabot[bot] in #134
- cargo(deps): bump toml from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0 by @dependabot[bot] in #133
Full Changelog: v0.0.1-beta.1...v0.0.1-beta.2
v0.0.1-beta.1
Immutable
release. Only release title and notes can be modified.
What's Changed
Bugfixes 🐛
- Akamai signature - SETTINGS and HEADERS may arrive in different TCP segments by @biandratti in #112
General improvements 🛠
- update badge by @biandratti in #105
- Deny action adapted by @biandratti in #106
- setup all benches by @biandratti in #107
- inject extra ja4 headers by @biandratti in #110
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #109
- build image from each merge to master by @biandratti in #111
- Huginn ebpf agent by @biandratti in #114
- Simplify containers by adding the agent as a new container by @biandratti in #115
Full Changelog: v0.0.1-beta...v0.0.1-beta.1
v0.0.1-beta
Immutable
release. Only release title and notes can be modified.
What's Changed
General improvements 🛠
- cargo(deps): bump criterion from 0.8.1 to 0.8.2 by @dependabot[bot] in #88
- cargo(deps): bump reqwest from 0.13.1 to 0.13.2 by @dependabot[bot] in #87
- cargo(deps): bump hyper-util from 0.1.19 to 0.1.20 by @dependabot[bot] in #86
- cargo(deps): bump bytes from 1.11.0 to 1.11.1 in the cargo group across 1 directory by @dependabot[bot] in #84
- update dependencies by @biandratti in #89
- tls session resumption by @biandratti in #90
- Bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 by @dependabot[bot] in #91
- cargo(deps): bump tempfile from 3.24.0 to 3.25.0 by @dependabot[bot] in #92
- cargo(deps): bump toml from 0.9.11+spec-1.1.0 to 1.0.1+spec-1.1.0 by @dependabot[bot] in #93
- remove lock from examples by @biandratti in #94
- Allow headers manipulation by @biandratti in #95
- Telemetry documentation by @biandratti in #96
- Connection Pooling by @biandratti in #97
- JA4 raw injected by @biandratti in #98
- Deployment documentation by @biandratti in #99
- Bump aquasecurity/trivy-action from 0.34.0 to 0.34.1 by @dependabot[bot] in #100
- integrate huginn-proxy-ebpf by @biandratti in #101
- ebpf ci by @biandratti in #102
- Migrate ebpf to rust by @biandratti in #103
- build end image by @biandratti in #104
Full Changelog: v0.0.1-alpha...v0.0.1-beta
v0.0.1-alpha
Immutable
release. Only release title and notes can be modified.
What's Changed
General improvements 🛠
- ci setup by @biandratti in #1
- Licenses by @biandratti in #2
- workspaces defined by @biandratti in #4
- introduce forwarder by @biandratti in #6
- introduce metrics module by @biandratti in #7
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #8
- introduce peeking by @biandratti in #9
- Adding tls termination by @biandratti in #11
- migrate tls lib by @biandratti in #12
- inject tls signature by @biandratti in #13
- enable fingerprint by setting by @biandratti in #14
- move to l7 by @biandratti in #15
- create structure by @biandratti in #18
- adding setting types by @biandratti in #19
- round robing coverage by @biandratti in #20
- telemetry integration by @biandratti in #21
- simplify error handler by @biandratti in #22
- TLS metrics by @biandratti in #23
- Hot reload certificates by @biandratti in #24
- e2e by @biandratti in #25
- enable benches and fingerprint by routes by @biandratti in #26
- build release from actions by @biandratti in #27
- max_connections setting by @biandratti in #28
- http1 keep_alive setting by @biandratti in #29
- inject forward headers by @biandratti in #30
- Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #33
- Bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #31
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #32
- Add advanced TLS configuration (versions, cipher suites) by @biandratti in #58
- cargo(deps): bump tokio-util from 0.7.17 to 0.7.18 by @dependabot[bot] in #62
- cargo(deps): bump serde_json from 1.0.148 to 1.0.149 by @dependabot[bot] in #61
- cargo(deps): bump tokio from 1.48.0 to 1.49.0 by @dependabot[bot] in #60
- cargo(deps): bump toml from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 by @dependabot[bot] in #59
- update huginn-net by @biandratti in #63
- [36] Add kubernetes probe support for health checks by @biandratti in #64
- Adding stripping and rewriting routes by @biandratti in #66
- cargo(deps): bump tracing-opentelemetry from 0.32.0 to 0.32.1 by @dependabot[bot] in #67
- cargo(deps): bump rustls-pki-types from 1.13.2 to 1.14.0 by @dependabot[bot] in #68
- Security headers plan by @biandratti in #69
- security ip filter added by @biandratti in #70
- rate limit based in Pingora by @biandratti in #72
- mtls global support added by @biandratti in #73
- Add a configuration option to preserve the original Host header by @biandratti in #74
- Add granular timeout configuration (read/write/TLS handshake) by @biandratti in #75
- Webbrowser end2end test by @biandratti in #78
- Audit fixed by @biandratti in #79
- setup custom actions for cb test by @biandratti in #81
- Release process by @biandratti in #82
New Contributors
- @dependabot[bot] made their first contribution in #8
Full Changelog: https://github.com/biandratti/huginn-proxy/commits/v0.0.1-alpha