Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

CHANGELOG.md 19KB

Unreleased

0.10.1

Patch Changes

0.10.0

Minor Changes

Patch Changes

0.9.14

Patch Changes

  • 8876b783f #6746 - Fixed issue where if btoa wasn’t supported in the environment, then the user would get a generic message.

0.9.13

Patch Changes

0.9.12

Patch Changes

0.9.11

Patch Changes

0.9.10

Patch Changes

0.9.9

Patch Changes

0.9.8

Patch Changes

0.9.7

Patch Changes

0.9.6

Patch Changes

0.9.5

Patch Changes

0.9.4

Patch Changes

0.9.3

Patch Changes

0.9.2

Patch Changes

  • d612d6f6e #5928 - Upgrade node-fetch dependency due to a security issue.

0.9.1

Patch Changes

0.9.0

Minor Changes

  • e34e98e73 #5672 (fixes #76) - Adds getBytes(), getStream() and getBlob(), which allow direct file downloads from the SDK.

Patch Changes

0.8.7

Patch Changes

  • e0fe2b668 #5703 (fixes #5628) - Clear the global timeout once an operation is done in the Storage SDK. Otherwise it may prevent Node.js from exiting.

0.8.6

Patch Changes

0.8.5

Patch Changes

0.8.4

Patch Changes

0.8.3

Patch Changes

0.8.2

Patch Changes

  • 66d4a1e5d #5453 - Store protocol and host separately on Storage service instance. Fixes a bug when generating url strings.

0.8.1

Patch Changes

  • 6163bb282 #5399 - Addressed incorrect use of the node-fetch polyfill

0.8.0

Minor Changes

0.7.0

Minor Changes

  • 3c6a11c8d #5282 - Implement mockUserToken for Storage and fix JWT format bugs.

Patch Changes

0.6.2

Patch Changes

  • 5bda08eee #5245 - Adds a browser CJS build as ./dist/index.browser.cjs.js.

0.6.1

Patch Changes

0.6.0

Minor Changes

  • b3caa5158 #5149 - Add NodeJS support to Cloud Storage for Firebase. This release changes the main field in package.json to point to a Node specific build. If you are building a bundle for borwser usage, please make sure that your bundler uses the browser field (the default).

0.5.6

Patch Changes

0.5.5

Patch Changes

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

  • 5ae73656d #4346 - Add storage().useEmulator() method to enable emulator mode for storage, allowing users to set a storage emulator host and port.

Patch Changes

0.4.7

Patch Changes

0.4.6

Patch Changes

0.4.5

Patch Changes

0.4.4

Patch Changes

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • b247ffa76 #3967 - This releases removes all input validation. Please use our TypeScript types to validate API usage.

Patch Changes

0.3.43

Patch Changes

0.3.42

Patch Changes

0.3.41

Patch Changes

0.3.40

Patch Changes

  • ee33ebf7 #3414 - Error messages for backend errors now include the backend’s reponse message.

0.3.39

Patch Changes

0.3.38

Patch Changes

6.1.0

  • [Feature] Added the support for List API.