-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 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,27 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased] | ||
|
||
## [0.2.0] - 2022-03-30 | ||
### Changed | ||
* Update dependencies | ||
* Update internal Piping Server to 1.12.0 | ||
* Reject all requests before config loaded | ||
* Allow --enable-https not only --enable-https=true | ||
* (Docker) Upgrade Docker base image to node:16.14.2-alpine | ||
* Improve HTTPS serving error messages | ||
|
||
### Add | ||
* (Docker) Support multi-platform Docker images | ||
* Support multi-platform simple binary distribution | ||
* Upgrade config version to 1 | ||
* Add "--config-path" for shorten form of "--config-yaml-path" | ||
* Add --host option to specify bind address | ||
* Support TLS certificate hot reload | ||
* Add "migrate-config" subcommand | ||
|
||
[Unreleased]: https://github.com/nwtgck/rich-piping-server/compare/v0.2.0...HEAD | ||
[0.2.0]: https://github.com/nwtgck/rich-piping-server/compare/v0.1.2...v0.2.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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