Skip to content

Releases: vercel/storage

v0.1.2-bundling.1

07 Feb 11:43
730dc5d
Compare
Choose a tag to compare
v0.1.2-bundling.1 Pre-release
Pre-release

Patch Changes

  • 6047c1d: make get() and getAll() return type EdgeConfigValue instead of any, kudos @jzxhuang

v0.1.2-bundling.0

07 Feb 06:34
ce0356a
Compare
Choose a tag to compare
v0.1.2-bundling.0 Pre-release
Pre-release

Patch Changes

  • 868f702: split bundles into edge-runtime and node

v0.1.1

10 Jan 21:02
65befb6
Compare
Choose a tag to compare

Patch Changes

  • b870314: support calling getAll() without any arguments

v0.1.0

15 Dec 13:06
9689e9a
Compare
Choose a tag to compare

If you were already on 0.1.0-canary.15 there are no breaking changes for you.
This is an identical version, just without the canary tag.

Minor Changes

  • 578d34a: pass version via search param

  • b8ae62b: Allow reading embedded edge configs

  • edf1cc9: Add getAll() method

    • getAll() allows fetching all items of an Edge Config
    • getAll(keys: string[]) allows fetching a subset of the Edge Config's items

    Use process.env.EDGE_CONFIG instead of process.env.VERCEL_EDGE_CONFIG for the default Edge Config.

  • 888b861: drop cjs support

  • b614218: drop esm support

  • 81bfed2: renamedcreateEdgeConfigClient to createClient

  • 667c121: drop /config

Patch Changes

  • 5432011: add README
  • 0c78c58: use URL instead of URLPattern to support node
  • 311fedd: loosen edge config item value type to be "any"
  • f5a7354: fix digest response body parsing as it has changed upstream
  • 99ac8af: access edge config via renamed folder
  • 85fb6ac: silence dependency expression warning
  • a048274: export esm
  • 264ab8d: Throw when attempting to read value of non-existing Edge Config
  • 888b861: fix dynamic import by adding webpackIgnore comment
  • 7cb351a: replace dynamic import with fs
  • 5aabd54: make package publicly available again
  • 0e79aa3: renames matchEdgeConfigConnectionString to parseConnectionString
  • a048274: use dynamic import
  • d0c55ee: add descriptive README
  • 9bf7828: avoid build time warning aboud Node.js module being loaded when used in Next.js

v0.1.0-canary.15

22 Nov 20:16
31e90a2
Compare
Choose a tag to compare
v0.1.0-canary.15 Pre-release
Pre-release

Patch Changes

v0.1.0-canary.14

07 Nov 22:10
908f3cf
Compare
Choose a tag to compare
v0.1.0-canary.14 Pre-release
Pre-release

Patch Changes

  • f5a7354: fix digest response body parsing as it has changed upstream
  • 0e79aa3: renames matchEdgeConfigConnectionString to parseConnectionString

v0.1.0-canary.13

02 Nov 19:16
f0ee841
Compare
Choose a tag to compare
v0.1.0-canary.13 Pre-release
Pre-release

Minor Changes

v0.1.0-canary.12

31 Oct 13:41
5bd4b65
Compare
Choose a tag to compare
v0.1.0-canary.12 Pre-release
Pre-release

Patch Changes

  • 0c78c58: use URL instead of URLPattern to support node

v0.1.0-canary.11

28 Oct 10:51
8331bb9
Compare
Choose a tag to compare
v0.1.0-canary.11 Pre-release
Pre-release

Minor Changes

  • 578d34a: pass version via search param
  • 81bfed2: renamedcreateEdgeConfigClient to createClient

Patch Changes

  • 99ac8af: access edge config via renamed folder

v0.1.0-canary.9

23 Oct 19:37
48fd57b
Compare
Choose a tag to compare
v0.1.0-canary.9 Pre-release
Pre-release

Patch Changes

  • 9bf7828: avoid build time warning aboud Node.js module being loaded when used in Next.js