Skip to content

Releases: tombuildsstuff/giovanni

v0.23.0

25 Jan 13:12
c0ff72c
Compare
Choose a tag to compare
  • This is a maintenance release to update to the latest published modules for github.com/hashicorp/go-azure-sdk/sdk and github.com/hashicorp/go-azure-sdk/resource-manager

v0.22.0

14 Dec 15:31
9fa5a68
Compare
Choose a tag to compare

Notable Changes

  • Reintroducing the Resource ID Parsers #98)

v0.21.0

12 Dec 12:11
36d204c
Compare
Choose a tag to compare

Notable changes:

  • This release updates the base layer from using Azure/go-autorest to using hashicorp/go-azure-sdk.
  • Updates each of the method signatures to take an Options object and return a Response object as required - highlighting any additional fields, which better matches hashicorp/go-azure-sdk.
  • This release removes an internal test dependency on Azure/azure-sdk-for-go.

This release also:

  • Introduces a new API Version 2023-11-03`.

This also fixes:

  • 2020-08-04/file/files: fixing a crash when the upload size was zero (#94)

v0.19.0

19 Apr 11:35
71c8104
Compare
Choose a tag to compare
  • Address panic when uploading large files (#56)
  • Manage the access tier of a share (#57)
  • Refactor the Share properties method to accept a struct instead of individual parameters for properties.

v0.17.0

27 Oct 08:02
9dc34b1
Compare
Choose a tag to compare
  • 2020-08-04/file/shares - support for EnabledProtocol (asSMB [default] or NFS)

v0.16.0

02 Aug 11:59
211bde8
Compare
Choose a tag to compare
  • Support for API Version 2020-08-04
  • 2019-12-12 - fixing the parsing of Content-MD5 #50

v0.15.1

04 Jan 10:26
9de4e97
Compare
Choose a tag to compare
  • 2019-12-12/files/file - fixing an issue in PutFile where files smaller than 4KB were rejected #47

v0.15.0

04 Jan 10:26
Compare
Choose a tag to compare
bumping the version to 0.15

v0.14.0

23 Oct 14:16
e72927e
Compare
Choose a tag to compare

This release includes:

  • Support for API version 2019-12-12 (#39)
  • 2018-11-09 - blobs/blob: fixing a crash with an empty response in GetFile (#39)
  • 2018-11-09 - fixing a bug when parsing the "GetFile" response (#38)
  • dependencies: updating to v47.1.0 of the Azure/azure-sdk-for-go & v0.11.10 of Azure/go-autorest (#40)

v0.12.0

06 Aug 17:52
f2ff428
Compare
Choose a tag to compare
  • dependencies: updating to use 45.0.0 of Azure/azure-sdk-for-go (& it's dependencies)
  • 2018-11-09 - datalakestore/paths - deletions are now captured correctly