Skip to content

Releases: EmbarkStudios/tame-gcs

0.13.0

21 Mar 07:08
Compare
Choose a tag to compare

Changed

  • PR#67 update http -> 1.1.0.

Fixed

  • PR#67 resolved #58 by allowing . in BucketName.

Release 0.12.4

20 Nov 16:18
Compare
Choose a tag to compare

Changed

  • PR#64 updated ring 0.16 -> 0.17.

Release 0.12.2

04 Oct 12:06
Compare
Choose a tag to compare

Changed

  • PR#63 replaced base64 with data-encoding.

Release 0.12.1

02 Jun 14:01
Compare
Choose a tag to compare

Changed

  • PR#62 update the base64 dependency from 0.13 to 0.21.

Release 0.12.0

22 Jun 07:59
Compare
Choose a tag to compare

Changed

  • PR#59 resolved #21 by changing Object to include an http::uri::Authority, defaulting to storage.googleapis.com, which allows you to specify your own custom GCS host. Thanks @yottabytt!

Release 0.11.3

24 Feb 11:42
Compare
Choose a tag to compare

Added

Release 0.11.2

09 Feb 08:02
Compare
Choose a tag to compare

Fixed

  • PR#55 fixed a bug in signed url creation caused by a stray character in the timestamp string.

Release 0.11.1

02 Feb 17:27
Compare
Choose a tag to compare

Fixed

  • PR#53 fixed a bug in deserialization introduced by PR#52.

Release 0.11.0

02 Feb 16:24
Compare
Choose a tag to compare

Added

  • PR#51 implemented futures_util::Stream for Multipart<Bytes>. Thanks @shikhar!

Changed

  • PR#52 replaced chrono with time due to maintenance issues with chrono.

0.10.0

26 Mar 10:05
Compare
Choose a tag to compare

Changed

  • Renamed Error::API => Error::Api and Error::SingingError => Error::Signing.
  • Inner error details for all Error variants are now publicly exposed.

Added