Releases: JuliaCloud/AWSCore.jl
Releases · JuliaCloud/AWSCore.jl
v0.6.7
v0.6.7 (2020-01-15)
Merged pull requests:
- Added XMLDict@0.4 to compat section of Project.toml (#106) (mattBrzezinski)
- Added check for sys_vendor file in localhost_is_ec2 (#104) (phyatt-corp)
- Removed REQUIRE file since we use Project.toml now (#103) (mattBrzezinski)
v0.6.6
v0.6.6 (2019-12-03)
Merged pull requests:
- Added capabilities to use different S3 backed storages other than AWS' (#99) (mattBrzezinski)
v0.6.5
v0.6.5 (2019-11-06)
Merged pull requests:
v0.6.4
v0.6.4 (2019-10-29)
Merged pull requests:
v0.6.3
v0.6.3 (2019-10-28)
Merged pull requests:
- Added dependencies to compat section of Project.toml (#93) (mattBrzezinski)
- Use delay when retrying throttled requests (#89) (morris25)
- Migrate AWSAuth.jl into AWSCore.jl (#88) (mattBrzezinski)
v0.6.2
v0.6.2 (2019-09-11)
Closed issues:
- CI Failing - Unable to reference AWSException (#84)
- InvalidSignatureException not retrying (#74)
- Automatically run tests for downstream packages (#70)
- Incorrect Dateformat for AWSCredential expiration (#68)
Merged pull requests:
- Added Julia1.0 in Compat section of Project.toml (#86) (mattBrzezinski)
- Fix Travis CI failing on AWSException unit test (#85) (mattBrzezinski)
- Allow Passing Through HTTP Connection Settings (#81) (rfliam)
- Update version to v0.6.1 (#80) (iamed2)
- Adds possibility for unsigned requests (#79) (twinGu)
- Adds testing on ECS (#77) (morris25)
- Adds debug messages for retries (#76) (morris25)
- Fixes InvalidSignature retry (#75) (morris25)
- Adds testing on ec2 (#72) (morris25)
Refreshing credentials
v0.5.5
v0.5.4
Merge #65 65: Initial refactoring of the credential search code r=ararslan a=rofinn 1. We want to keep searching if our config file doesn't contain any credentials and there isn't a source profile for the assume role behaviour. 2. Simplify the search process 3. Add clearer documentation around what is searched (similar to boto) NOTE: I'm not sure why one test is throwing a broken pipe error, but I'm guessing it's related to the `redirect_stdout()` Co-authored-by: rofinn <rory.finnegan@gmail.com>