rest-server/changelog/unreleased/pull-322

12 lines
449 B
Text
Raw Normal View History

2025-04-14 20:40:07 +02:00
Change: Update dependencies and require Go 1.23 or newer
2025-02-07 22:37:50 +01:00
2025-05-20 21:56:28 +02:00
All dependencies have been updated. Rest-server now requires Go 1.23 or newer
to build.
2025-02-07 22:37:50 +01:00
2025-04-14 20:40:07 +02:00
This also disables support for TLS versions older than TLS 1.2. On Windows,
rest-server now requires at least Windows 10 or Windows Server 2016. On macOS,
rest-server now requires at least macOS 11 Big Sur.
2025-02-07 22:37:50 +01:00
https://github.com/restic/rest-server/pull/322
2025-04-14 20:40:07 +02:00
https://github.com/restic/rest-server/pull/338