We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c438d4 commit f8fc77aCopy full SHA for f8fc77a
2 files changed
CHANGELOG.md
@@ -1,5 +1,23 @@
1
# Changelog
2
3
+## Changes 07/03/2026 (v3.20.0)
4
+
5
+`release(v3.20.0): file preview hardening`
6
7
+**Commit message**
8
9
+```text
10
+release(v3.20.0): file preview hardening
11
12
+- security(file): require authentication before snippet preview access
13
+```
14
15
+**Fixed**
16
17
+- **File preview hardening**
18
+ - File snippet previews now require an authenticated session before any ACL, path, or file-content handling.
19
+ - Unauthenticated snippet requests now return `401 Unauthorized`.
20
21
## Changes 06/26/2026 (v3.19.0)
22
23
`release(v3.19.0): folder creation hardening`
VERSION
@@ -1 +1 @@
-v3.19.0
+v3.20.0
0 commit comments