Skip to content

Commit

Permalink
chore(blob): new release (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo authored Sep 6, 2023
1 parent 281db28 commit b409aad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/wild-lies-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@vercel/blob': minor
---

We added two new options on `put()`:

- `addRandomSuffix: boolean`: Allows to disable or enable (default) random
suffixes added to file paths
- `cacheControlMaxAge: number`: Allows to configure the browser and edge cache,
in seconds. Default to one year (browser) and 5 minutes (edge). The edge cache
is currently always set to a maximum of 5 minutes. But can be lowered to 0

1 comment on commit b409aad

@vercel
Copy link

@vercel vercel bot commented on b409aad Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.