Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products."
rss: true
---

<Update label="2026-07-10" tags={["Scripting","(New)"]}>
## Symbolic links, timestamps, and permissions in Edge Scripting

The Edge Scripting Node.js file system module now supports symbolic links (`symlink()`, `readlink()`, `lstat()`), returns correct file timestamps (`atime`, `mtime`, `ctime`, `birthtime`), and enforces owner-level file and directory permissions (`chmod()`, `access()`, `Stats.mode`). [Learn more](/scripting/node-fs)
</Update>

<Update label="2026-07-09" tags={["Storage","(New)"]}>
## S3 API 'Public Preview' launched

Expand Down
6 changes: 6 additions & 0 deletions scripting/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ description: Latest updates and improvements to Edge Scripting.
rss: true
---

<Update label="2026-07-10" tags={["New"]}>
## Symbolic links, timestamps, and permissions support

The Node.js file system module now supports symbolic links (`symlink()`, `readlink()`, `lstat()`), returns correct file timestamps (`atime`, `mtime`, `ctime`, `birthtime`), and enforces owner-level file and directory permissions (`chmod()`, `access()`, `Stats.mode`). [Learn more](/scripting/node-fs)
</Update>

<Update label="2026-03-26" tags={["New"]}>
## Node.js file system API

Expand Down