HTTP: Added STALWART_BASE_URL to override the base URL used in HTTP responses

This commit is contained in:
Maurus Decimus
2026-04-21 13:59:38 +02:00
parent ab0cfd5bad
commit 0fac0754e5
8 changed files with 31 additions and 15 deletions

View File

@@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
## [0.16.1] - 2026-04-XX
This version includes **multiple breaking changes**. If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.
## Added
- New `STALWART_BASE_URL` to override the base URL used in HTTP responses, including port if necessary.
## Changed
## Fixed
## [0.16.0] - 2026-04-20
This version includes **multiple breaking changes**. If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.