Skip to content

Releases: Superbalist/flysystem-google-cloud-storage

4.0.2

10 Feb 06:41
Compare
Choose a tag to compare

Changelog

4.0.2 - 2017-02-10

  • Allow metadata to be passed as a config option for file uploads (@MikeyVelt)
  • Fix 'undefined index' bug when objects come back with no contentType
  • Remove path prefix, if any, from object dirname and path when normalising objects (@andris-sevcenko)

4.0.1

03 Jan 14:43
Compare
Choose a tag to compare

Changelog

4.0.1 - 2017-01-03

  • Allow for google/cloud ^0.20.0

4.0.0

03 Jan 14:25
Compare
Choose a tag to compare

Changelog

4.0.0 - 2017-01-03

  • Add support for reading from streams (implemented in google/cloud 0.10.2)

3.0.4

03 Jan 13:53
Compare
Choose a tag to compare

Changelog

3.0.4 - 2017-01-03

  • Allow for google/cloud ^0.10.0|^0.11.0|^0.12.0|^0.13.0
  • Use https in generated urls to storage bucket objects (@jorisvaesen)

3.0.3

05 Oct 18:37
Compare
Choose a tag to compare

Changelog

3.0.3 - 2016-10-05

3.0.2

27 Sep 11:34
Compare
Choose a tag to compare

Changelog

3.0.2 - 2016-09-27

  • Allow for google/cloud ^0.9.0

3.0.1

27 Sep 09:48
Compare
Choose a tag to compare

Changelog

3.0.1 - 2016-0-27

  • Add getUrl($path) method for Laravel 5.3 Filesystem to hook into

3.0.0

26 Sep 16:16
Compare
Choose a tag to compare

Changelog

3.0.0 - 2016-09-26

  • Switch to google/cloud package
  • Add support for Flysystem path prefix
  • Add unit tests

2.0.0-RC1

19 May 15:03
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

Changelog

2.0.0-RC1 - 2016-05-19

  • Switch to 2.0.0RC of google/apiclient

1.0.4

19 May 14:33
Compare
Choose a tag to compare

Changelog

1.0.4 - 2016-05-19

  • Remove support for 2.0.0RC of google/apiclient - not backwards compatible
  • Fix to incorrect classification of files vs folders (@paulcanning)