diff options
author | 2025-02-18 14:06:53 -0800 | |
---|---|---|
committer | 2025-02-18 14:06:53 -0800 | |
commit | cd36c3e2aadd71fecdb04eba0ddf1e9bd7a1ca4f (patch) | |
tree | 4a4a38cb18d43808112620a88bc469c7ccc81cd6 /changelog | |
parent | 6fc5e736a9225b7cac250833cdd8fd64446fb740 (diff) | |
parent | f053e334865c5ec402c75d55bdf09b745342080d (diff) | |
download | rest-server-master.tar.gz rest-server-master.tar.zst rest-server-master.zip |
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog/unreleased/issue-189 | 9 | ||||
-rw-r--r-- | changelog/unreleased/pull-322 | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/changelog/unreleased/issue-189 b/changelog/unreleased/issue-189 new file mode 100644 index 0000000..f60bcd5 --- /dev/null +++ b/changelog/unreleased/issue-189 @@ -0,0 +1,9 @@ +Enhancement: Support group accessible repositories + +Rest-server now supports making repositories accessible to the filesystem group +by setting the `--group-accessible-repos` option. Note that permissions of +existing files are not modified. Use `chmod -R g+rwX /path/to/repo` to make +the repository group-accessible. + +https://github.com/restic/rest-server/issues/189 +https://github.com/restic/rest-server/pull/308 diff --git a/changelog/unreleased/pull-322 b/changelog/unreleased/pull-322 new file mode 100644 index 0000000..24bc274 --- /dev/null +++ b/changelog/unreleased/pull-322 @@ -0,0 +1,9 @@ +Change: Update dependencies and require Go 1.22 or newer + +We have updated all dependencies. Since some libraries require newer Go standard +library features, support for Go 1.18 to 1.21 has been dropped, which means +that rest-server now requires at least Go 1.22 to build. + +This also disables support for TLS versions older than TLS 1.2. + +https://github.com/restic/rest-server/pull/322 |