forked from Jigsaw-Code/outline-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(server): create server CHANGELOG (Jigsaw-Code#1241)
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 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,16 @@ | ||
# 1.7.1 | ||
- Fixes | ||
- Corner case of isPortUsed that could result in infinite restart loop (https://github.com/Jigsaw-Code/outline-server/pull/1238) | ||
- Prevent excessive logging (https://github.com/Jigsaw-Code/outline-server/pull/1232) | ||
|
||
# 1.7.0 | ||
|
||
- Features | ||
- Add encryption cipher selection to create access key API (https://github.com/Jigsaw-Code/outline-server/pull/1002) | ||
- Make access key secrets longer (https://github.com/Jigsaw-Code/outline-server/pull/1098) | ||
- Fixes | ||
- Race condition on concurrent API calls (https://github.com/Jigsaw-Code/outline-server/pull/995) | ||
- Upgrades (https://github.com/Jigsaw-Code/outline-server/pull/1211) | ||
- Base image to `node:16.18.0-alpine3.16` | ||
- outline-ss-server from 1.3.5 to [1.4.0](https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.4.0) | ||
- Prometheus from 2.33.5 to [2.37.1](https://github.com/prometheus/prometheus/releases/tag/v2.37.1) |