Skip to content

Releases: JuliaServices/CloudBase.jl

v1.3.3

21 Nov 19:08
6f7039e
Compare
Choose a tag to compare

CloudBase v1.3.3

Diff since v1.3.2

Merged pull requests:

  • Use dynamic loader interpreter (ld-linux.so) from the julia binary when running julia from nix (#24) (@rbvermaa)

v1.3.2

18 Nov 00:22
Compare
Choose a tag to compare

CloudBase v1.3.2

Diff since v1.3.1

v1.3.1

24 Oct 20:23
f020fe6
Compare
Choose a tag to compare

CloudBase v1.3.1

Diff since v1.3.0

Merged pull requests:

  • Don't rm user-provided azurite/minio dir (#23) (@quinnj)

v1.3.0

20 Oct 05:20
Compare
Choose a tag to compare

CloudBase v1.3.0

Diff since v1.2.1

Closed issues:

  • Minio doesn't start with tmpfs-backed tempdir (#14)

Merged pull requests:

  • Get region from ec2 instance metadata (#21) (@quinnj)
  • Add ability to set global metric hooks functions to track cloud metrics (#22) (@quinnj)

v1.2.1

20 Sep 23:37
11b6760
Compare
Choose a tag to compare

CloudBase v1.2.1

Diff since v1.2.0

Closed issues:

  • For minio/azurite, catch errors and provide the server-backed debug.log (#17)
  • Azure SASToken isn't idempotent when request is retried (#19)

Merged pull requests:

  • Make usage of Azure.SASToken idempotent (#20) (@quinnj)

v1.2.0

20 Sep 18:19
3c23cfb
Compare
Choose a tag to compare

CloudBase v1.2.0

Diff since v1.1.1

Closed issues:

  • CloudTest: Minio.with(public=true) doesn't work (#13)

Merged pull requests:

  • Fix public setting for Azurite/Minio usage (#11) (@quinnj)
  • Remove use of Scratch.jl for writable testing directories (#12) (@quinnj)
  • Fix typo in else clause. (#15) (@maleadt)
  • Cleanup azure sas token credentials and usage (#16) (@quinnj)
  • Add ability to get/print azurite server logs on error (#18) (@quinnj)

v1.1.1

12 Sep 18:56
ba6252b
Compare
Choose a tag to compare

CloudBase v1.1.1

Diff since v1.1.0

Merged pull requests:

  • For starting up a minio server, we want to ensure a bucket gets created (#10) (@quinnj)

v1.1.0

09 Sep 06:59
9af7c31
Compare
Choose a tag to compare

CloudBase v1.1.0

Diff since v1.0.1

Merged pull requests:

  • Automatically pass require_ssl_verification for Azurite (#7) (@quinnj)
  • Add support for generating account/service SAS urls for azure (#8) (@quinnj)

v1.0.1

06 Sep 22:55
eff8b5b
Compare
Choose a tag to compare

CloudBase v1.0.1

Diff since v1.0.0

Merged pull requests:

  • This seems to be needed for some reason to install CloudStore anywhere?? (#6) (@quinnj)

v1.0.0

05 Sep 06:16
Compare
Choose a tag to compare

CloudBase v1.0.0

Merged pull requests:

  • Refactor the AWS.Credentials/Azure.Credentials (#1) (@quinnj)
  • Various cleanups (#2) (@quinnj)
  • Add lots of docs and fix an azure query string bug in signing (#3) (@quinnj)