Skip to content

Commit

Permalink
chore(server): create server CHANGELOG (Jigsaw-Code#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Dec 1, 2022
1 parent 4176a1a commit d1f5d9b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/shadowbox/CHANGELOG.md
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)

0 comments on commit d1f5d9b

Please sign in to comment.