Skip to content

Commit

Permalink
bump: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Mar 30, 2022
1 parent 3ee032c commit cb00315
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rich-piping-server",
"version": "0.1.2",
"version": "0.2.0",
"description": "Rich Piping Server",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit cb00315

Please sign in to comment.