Skip to content

Releases: Superbalist/flysystem-google-cloud-storage

7.2.2

10 Oct 12:23
87e2f45
Compare
Choose a tag to compare
  • Generate RFC3986 compliant urls
  • Add support for temporary URLs (Signed)

7.2.1

21 Feb 08:07
97cf8a5
Compare
Choose a tag to compare
  • Fix bug where recursive delete would not delete directories

7.2.0

07 Feb 08:52
c886aa9
Compare
Choose a tag to compare
  • Delete now recursively deletes all objects inside the directory before deleting the directory itself

7.1.0

20 Sep 14:56
9b20240
Compare
Choose a tag to compare
  • Allow the use of any 1.* google/cloud-storage version

7.0.0

07 Feb 13:38
Compare
Choose a tag to compare
  • Move from google/cloud to google/cloud-storage package to simplify updating dependencies

6.0.0

08 Jan 09:02
Compare
Choose a tag to compare
  • Bump supported google/cloud versions
  • fix: remove bucket name prepending when using a custom storage uri
  • simplify google/cloud composer version pinning

5.0.3

18 Jul 14:57
Compare
Choose a tag to compare

Changelog

5.0.3 - 2017-07-18

  • Allow for google/cloud ^0.31.0|^0.32.0|^0.33.0|^0.34.0|^0.35.0

5.0.2

04 Jul 07:23
Compare
Choose a tag to compare

Changelog

5.0.2 - 2017-07-04

  • Fix broken move/rename operations (@maksimru)

5.0.1

19 May 13:26
Compare
Choose a tag to compare

Changelog

5.0.1 - 2017-05-19

  • Allow for google/cloud ^0.22.0|^0.23.0|^0.24.0|^0.25.0|^0.26.0|^0.27.0|^0.28.0|^0.29.0|^0.30.0

5.0.0

03 Apr 13:24
Compare
Choose a tag to compare

Changelog

5.0.0 - 2017-04-03

  • Fix to readStream incorrectly returning a StreamInterface instead of a resource (@andris-sevcenko)