Releases: alexandrubagu/gcs_signed_url
Releases · alexandrubagu/gcs_signed_url
0.4.6
What's Changed
- Bump dialyxir from 1.1.0 to 1.2.0 by @dependabot in #66
- Github actions maintenance by @mruoss in #70
- Bump ex_doc from 0.28.4 to 0.28.5 by @dependabot in #71
- Bump credo from 1.6.6 to 1.6.7 by @dependabot in #72
- Bump jason from 1.3.0 to 1.4.0 by @dependabot in #73
- Bump excoveralls from 0.14.6 to 0.15.0 by @dependabot in #74
- Bump ex_doc from 0.28.5 to 0.28.6 by @dependabot in #75
- Bump ex_doc from 0.28.6 to 0.29.0 by @dependabot in #76
- Bump ex_doc from 0.29.0 to 0.29.1 by @dependabot in #77
- Bump excoveralls from 0.15.0 to 0.15.2 by @dependabot in #80
- Bump httpoison from 1.8.2 to 2.0.0 by @dependabot in #81
- Bump excoveralls from 0.15.2 to 0.15.3 by @dependabot in #82
- Bump excoveralls from 0.15.3 to 0.16.0 by @dependabot in #83
- Bump ex_doc from 0.29.1 to 0.29.2 by @dependabot in #84
- Bump httpoison from 2.0.0 to 2.1.0 by @dependabot in #85
- Bump ex_doc from 0.29.2 to 0.29.3 by @dependabot in #86
Full Changelog: 0.4.5...0.4.6
0.4.5
Added
- Add optional
:host
togenerate_v4/3
opts. See Domain-named buckets in the Google Cloud docs for more info. [#69]
###Changed
- Use
Kernel.hd/1
insead of(fn [x] -> x end).()
to pick the first (only) item in the list.
New Contributors
- @RobinBoers made their first contribution in #69
Full Changelog: 0.4.4...0.4.5
0.4.4
Deprecated
- Deprecated: V2 signing process is considered legacy. Deprecating
GcsSignedUrl.generate/4
in favor ofGcsSignedUrl.generate_v4/4
0.4.3
0.4.2
v0.4.1
v0.4.0
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.