All Versions
159
Latest Version
Avg Release Cycle
8 days
Latest Release
503 days ago

Changelog History
Page 16

  • v1.0.1 Changes

    January 23, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ“‡ Re-added missing metadata from pathinfo to getMetadata calls.
  • v1.0.0 Changes

    January 19, 2015

    โœ‚ Removed

    • ๐Ÿšš Adapters moved into their own repo's: AwsS3, Dropbox, GridFS, Rackspace
    • ๐Ÿšš [Filesystem] Caching is removed and moved into it's own repo as an adapter decorator.

    ๐Ÿ›  Fixed

    • [FilesystemInterface] This interface is now no longer related to the AdapterInterface and now correctly specifies return type.
    • [AdapterInterface] The adapter interface now consistently specifies return type.

    ๐Ÿ”„ Changed

    • ๐Ÿšš [AbstractAdapter / Polyfills] Polyfill methods from the AbstractAdapter are now moved to their own traits and only included in adapters that need them.
  • v0.5.12 Changes

    November 05, 2014

    ๐Ÿ›  Fixed

    • [Cache] Cache contents is now in control over what's cached instead of the implicit controle the adapters had.
  • v0.5.11 Changes

    November 05, 2014

    ๐Ÿ›  Fixed

    • ๐Ÿšš [AwsS3] Removed raw response from response array
    • [Cache] Ensure cache response is JSON formatted and has the correct entries.
  • v0.5.10 Changes

    October 28, 2014

    ๐Ÿ›  Fixed

    • [AwsS3] Contents supplied during AwsS3::write is now cached like all the other adapters. (Very minor chance of this happening)
    • [AwsS] Detached stream from guzzle response to prevent it from closing on EntityBody destruction.
    • [Util] Paths with directory names or file names with double dots are now allowed.
    • [Cache:Noop] Added missing readStream method.
  • v0.5.9 Changes

    October 18, 2014

    ๐Ÿ›  Fixed

    • [AwsS3] CacheControl write option is now correctly mapped.
    • โœ… [AwsS3] writeStream now properly detects Body type which resulted in cache corruption: c7246e3341135baad16180760ece3967da7a44f3
  • v0.5.8 Changes

    October 17, 2014

    ๐Ÿ›  Fixed

    • [Rackspace] Path prefixing done twice when retrieving meta-data.
    • [Core] Finfo is only used to determine mime-type when available.
    • [AwsS3] Previously set ACL is now respected in rename and copy.

    โž• Added

    • Stash cache adapter.
  • v0.5.7 Changes

    September 16, 2014

    ๐Ÿ›  Fixed

    • โšก๏ธ Path prefixing would done twice for rackspace when using streams for writes or updates.
  • v0.5.6 Changes

    September 09, 2014

    โž• Added

    • Copy Adapter

    ๐Ÿ›  Fixed

    • โฌ‡๏ธ Dropbox path normalisation.