-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6d3f395
commit 6d84b86
Showing
9 changed files
with
140 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/8xFF/atm0s-reverse-proxy/releases/tag/atm0s-reverse-proxy-agent-v0.1.0) - 2024-08-17 | ||
|
||
### Added | ||
- rtsp proxy ([#37](https://github.com/8xFF/atm0s-reverse-proxy/pull/37)) | ||
- atm0s-sdn ([#2](https://github.com/8xFF/atm0s-reverse-proxy/pull/2)) | ||
- validate connection and auto generate domain from ed25519 privatekey | ||
- first working version with http and sni proxy | ||
|
||
### Fixed | ||
- increase agent quic keep alive for reduce server load, added benchmark clients sample ([#30](https://github.com/8xFF/atm0s-reverse-proxy/pull/30)) | ||
- release action error ([#26](https://github.com/8xFF/atm0s-reverse-proxy/pull/26)) | ||
- agent quic timeout ([#19](https://github.com/8xFF/atm0s-reverse-proxy/pull/19)) | ||
- update quin for building in mipsel ([#16](https://github.com/8xFF/atm0s-reverse-proxy/pull/16)) | ||
- fixing warn and disable mips builds | ||
- subdomain too long | ||
|
||
### Other | ||
- fix release-plz don't found default cert ([#42](https://github.com/8xFF/atm0s-reverse-proxy/pull/42)) | ||
- fix missing version for release-plz ([#41](https://github.com/8xFF/atm0s-reverse-proxy/pull/41)) | ||
- added release-plz and update deps ([#39](https://github.com/8xFF/atm0s-reverse-proxy/pull/39)) | ||
- agent log assigned domain to log ([#27](https://github.com/8xFF/atm0s-reverse-proxy/pull/27)) | ||
- update atm0s-sdn and switched to quinn forks for temporal fixing ring library ([#22](https://github.com/8xFF/atm0s-reverse-proxy/pull/22)) | ||
- fixing quinn deps in agent ([#18](https://github.com/8xFF/atm0s-reverse-proxy/pull/18)) | ||
- fixing quinn deps ([#17](https://github.com/8xFF/atm0s-reverse-proxy/pull/17)) | ||
- BREAKING CHANGE: Update newest atm0s-sdn with sans-io runtime ([#14](https://github.com/8xFF/atm0s-reverse-proxy/pull/14)) | ||
- split libs to allow customize ([#5](https://github.com/8xFF/atm0s-reverse-proxy/pull/5)) | ||
- simple quic implement | ||
- fix grammar in message | ||
- fix cli message | ||
- switch to using spawn instead of spawn_local | ||
- add more log to agent when proxy to target | ||
- optimize agent binary size | ||
- fmt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/8xFF/atm0s-reverse-proxy/releases/tag/atm0s-reverse-proxy-cert-utils-v0.1.0) - 2024-08-17 | ||
|
||
### Fixed | ||
- release action error ([#26](https://github.com/8xFF/atm0s-reverse-proxy/pull/26)) | ||
|
||
### Other | ||
- added release-plz and update deps ([#39](https://github.com/8xFF/atm0s-reverse-proxy/pull/39)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-v0.1.0...atm0s-reverse-proxy-protocol-v0.1.1) - 2024-08-17 | ||
|
||
### Other | ||
- fix release-plz don't found default cert ([#42](https://github.com/8xFF/atm0s-reverse-proxy/pull/42)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-ed25519-v0.1.0...atm0s-reverse-proxy-protocol-ed25519-v0.1.1) - 2024-08-17 | ||
|
||
### Other | ||
- updated the following local packages: atm0s-reverse-proxy-protocol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/8xFF/atm0s-reverse-proxy/releases/tag/atm0s-reverse-proxy-relayer-v0.1.0) - 2024-08-17 | ||
|
||
### Added | ||
- rtsp proxy ([#37](https://github.com/8xFF/atm0s-reverse-proxy/pull/37)) | ||
- metrics outgoing cluster ([#34](https://github.com/8xFF/atm0s-reverse-proxy/pull/34)) | ||
- allow dynamic root domain, only check first sub-domain part ([#4](https://github.com/8xFF/atm0s-reverse-proxy/pull/4)) | ||
- atm0s-sdn ([#2](https://github.com/8xFF/atm0s-reverse-proxy/pull/2)) | ||
- add simple dashboard | ||
- validate connection and auto generate domain from ed25519 privatekey | ||
- first working version with http and sni proxy | ||
|
||
### Fixed | ||
- using spawn task outside run_agent_connection to wait when agent is disconnected ([#38](https://github.com/8xFF/atm0s-reverse-proxy/pull/38)) | ||
- histograms metrics to seconds ([#36](https://github.com/8xFF/atm0s-reverse-proxy/pull/36)) | ||
- fixed histogram metrics not working ([#35](https://github.com/8xFF/atm0s-reverse-proxy/pull/35)) | ||
- don't blocking proxy request from agent, refactor metrics ([#33](https://github.com/8xFF/atm0s-reverse-proxy/pull/33)) | ||
- deadlock in agents map => move agents map to separted struct AgentStorage for avoiding block ([#32](https://github.com/8xFF/atm0s-reverse-proxy/pull/32)) | ||
- quic_listener will stuck if have huge of waiting incoming conns and cause timeout ([#31](https://github.com/8xFF/atm0s-reverse-proxy/pull/31)) | ||
- increase agent quic keep alive for reduce server load, added benchmark clients sample ([#30](https://github.com/8xFF/atm0s-reverse-proxy/pull/30)) | ||
- release action error ([#26](https://github.com/8xFF/atm0s-reverse-proxy/pull/26)) | ||
- prometheus metric wrong format, use \_ instead of \. ([#24](https://github.com/8xFF/atm0s-reverse-proxy/pull/24)) | ||
- virtual socket memory leak, virtual socket port request safety ([#23](https://github.com/8xFF/atm0s-reverse-proxy/pull/23)) | ||
- agent quic timeout ([#19](https://github.com/8xFF/atm0s-reverse-proxy/pull/19)) | ||
- update quin for building in mipsel ([#16](https://github.com/8xFF/atm0s-reverse-proxy/pull/16)) | ||
- wrong check domain when proxy inside haproxy ([#3](https://github.com/8xFF/atm0s-reverse-proxy/pull/3)) | ||
- fixing warn and disable mips builds | ||
- crash on parse invalid sni | ||
- wrong ymux mode in relay agent connection | ||
|
||
### Other | ||
- fix release-plz don't found default cert ([#42](https://github.com/8xFF/atm0s-reverse-proxy/pull/42)) | ||
- fix missing version for release-plz ([#41](https://github.com/8xFF/atm0s-reverse-proxy/pull/41)) | ||
- added release-plz and update deps ([#39](https://github.com/8xFF/atm0s-reverse-proxy/pull/39)) | ||
- update metrics and metrics-dashboard version ([#29](https://github.com/8xFF/atm0s-reverse-proxy/pull/29)) | ||
- update atm0s-sdn and switched to quinn forks for temporal fixing ring library ([#22](https://github.com/8xFF/atm0s-reverse-proxy/pull/22)) | ||
- update atm0s-sdn with new authorization and encryption features ([#21](https://github.com/8xFF/atm0s-reverse-proxy/pull/21)) | ||
- update sdn for fixing some alias error ([#20](https://github.com/8xFF/atm0s-reverse-proxy/pull/20)) | ||
- fixing quinn deps ([#17](https://github.com/8xFF/atm0s-reverse-proxy/pull/17)) | ||
- expose atm0s-sdn and some functions to public ([#15](https://github.com/8xFF/atm0s-reverse-proxy/pull/15)) | ||
- BREAKING CHANGE: Update newest atm0s-sdn with sans-io runtime ([#14](https://github.com/8xFF/atm0s-reverse-proxy/pull/14)) | ||
- split libs to allow customize ([#5](https://github.com/8xFF/atm0s-reverse-proxy/pull/5)) | ||
- simple quic implement | ||
- switch expose metrics to optional | ||
- switch to using spawn instead of spawn_local | ||
- fmt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters