Skip to content

Releases: alexandrubagu/gcs_signed_url

0.4.6

27 Mar 18:02
72ae14b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.5...0.4.6

0.4.5

18 Aug 15:30
Compare
Choose a tag to compare

Added

###Changed

  • Use Kernel.hd/1 insead of (fn [x] -> x end).() to pick the first (only) item in the list.

New Contributors

Full Changelog: 0.4.4...0.4.5

0.4.4

19 Nov 14:30
Compare
Choose a tag to compare

Deprecated

  • Deprecated: V2 signing process is considered legacy. Deprecating GcsSignedUrl.generate/4 in favor of GcsSignedUrl.generate_v4/4

0.4.3

11 Jun 06:38
Compare
Choose a tag to compare

Changed

  • Fix: Use RFC 3986 query encoding - #33
  • Fix: Changed domain of Google API endpoint for signBlob from content-iamcredentials.googleapis.com to iamcredentials.googleapis.com - #19, #20
  • Docs: use correct auth scope in README

0.4.2

16 Dec 16:33
Compare
Choose a tag to compare

Added

  • Github Workflows and Dependabot configuration

Changed

  • URL encode the signature in V2 algorithm (#7, #16)
  • Misc. Markdown format and module config changes for HTML doc generation

v0.4.1

20 Oct 10:59
Compare
Choose a tag to compare

Added

  • this changelog ;)

Changed

  • Better README.md and add README.md to hex docs
  • Changes regarding support for Elixir 1.11

v0.4.0

31 Jul 07:25
Compare
Choose a tag to compare

This release adds the possibility to sign strings via the REST API. This is required if you're running on kubernetes and use Workload Identity for authentication.

v0.3.0

31 Jul 07:25
Compare
Choose a tag to compare
bump version to 0.3.0

v0.2.0

31 Jul 07:22
Compare
Choose a tag to compare

This release adds support for v4 signatures.