wayfarer/CHANGELOG.md

79 lines
1.3 KiB
Markdown
Raw Normal View History

2023-10-13 19:15:48 +13:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2024-08-27 15:54:31 +12:00
## [v0.6.1](https://harton.dev/james/wayfarer/compare/v0.6.0...v0.6.1) (2024-08-27)
### Bug Fixes:
* Proxy: don't crash for responses with no body.
2024-08-20 16:45:52 +12:00
## [v0.6.0](https://harton.dev/james/wayfarer/compare/v0.5.0...v0.6.0) (2024-08-20)
### Features:
* Add request telemetry (#114)
2024-08-17 18:54:11 +12:00
## [v0.5.0](https://harton.dev/james/wayfarer/compare/v0.4.0...v0.5.0) (2024-08-17)
### Features:
* Add support for proxying websockets.
2024-06-23 20:44:45 +12:00
## [v0.4.1](https://harton.dev/james/wayfarer/compare/v0.4.0...v0.4.1) (2024-06-23)
### Bug Fixes:
* incorrect handling of Mint stream failure.
2024-02-05 14:54:41 +13:00
## [v0.4.0](https://harton.dev/james/wayfarer/compare/v0.3.0...v0.4.0) (2023-11-19)
2023-11-19 17:57:26 +13:00
### Features:
* add proxying. (#7)
2024-02-05 14:54:41 +13:00
## [v0.3.0](https://harton.dev/james/wayfarer/compare/v0.2.0...v0.3.0) (2023-10-14)
2023-10-14 21:01:24 +13:00
### Features:
* Target: Add healthy-checking HTTP targets.
### Improvements:
* Listener: Register listeners with scheme, address and port.
2024-02-05 14:54:41 +13:00
## [v0.2.0](https://harton.dev/james/wayfarer/compare/v0.1.0...v0.2.0) (2023-10-14)
2023-10-14 14:20:09 +13:00
### Features:
* Add ability to start and stop HTTP listeners. (#1)
2024-02-05 14:54:41 +13:00
## [v0.1.0](https://harton.dev/james/wayfarer/compare/v0.1.0...v0.1.0) (2023-10-13)
2023-10-13 19:15:48 +13:00