Skip to content

Releases: tombuildsstuff/giovanni

v0.27.0

22 Apr 14:44
1f01155
Compare
Choose a tag to compare
  • dependencies: updating to v0.20240422.1112441 of github.com/hashicorp/go-azure-sdk/sdk
  • 2023-11-03: avoid clobbering response errors, don't proceed to unmarshal/populate the response when an error has occurred

v0.26.1

09 Apr 22:57
41801b9
Compare
Choose a tag to compare
  • 2023-11-03/blob/blobs - encryption scope must be specified when updating metadata for an encrypted blob (#116)

v0.26.0

09 Apr 20:03
bdd54c4
Compare
Choose a tag to compare
  • 2023-11-03/datalakestore/filesystems - support setting/getting default encryption scope (#115)

v0.25.5

05 Apr 12:40
f7e1986
Compare
Choose a tag to compare
  • 2023-11-03: ensuring that response parsing is consistent (#114)
  • 2023-11-03/files/file: fix a bug where the response could not be decoded using a custom content type (#114)

v0.25.4

26 Mar 20:21
a1ba466
Compare
Choose a tag to compare

ENHANCEMENTS

  • file/directories - add a retry function when deleting directories (sometimes files within can linger after deletion) (#113)

BUG FIXES:

  • file/files - fix a bug where a blank path can result in double slashes in the resource ID string, which the API doesn't tolerate (#113)
  • file/files - fix various method bugs where the path is erroneously prefixed with an additional slash (#113)

v0.25.3

22 Mar 00:32
6dd97af
Compare
Choose a tag to compare

BUG FIXES:

  • blob/blobs: fix a bug where the response could not be decoded when downloading a blob having an application/json or application/xml Content-Type (#110)

v0.25.2

18 Mar 21:49
8efc5bb
Compare
Choose a tag to compare

BUG FIXES

  • don't assume a fixed number of segments when parsing blob resource IDs

v0.25.1

01 Mar 11:40
4b9fa74
Compare
Choose a tag to compare

BUG FIXES:

  • Add the x-ms-file-request-intent header for the Files API when authenticating using OAuth (#107)

v0.25.0

28 Feb 12:36
22fff23
Compare
Choose a tag to compare
  • dependencies: updating to v0.20240227.1172434 of github.com/hashicorp/go-azure-sdk/resource-manager (#106)
  • dependencies: updating to v0.20240227.1172434 of github.com/hashicorp/go-azure-sdk/sdk (#106)
  • blob/accounts - use application/xml content-type instead of text/xml (#106)
  • table/tables - don't send a body for GET requests (#105)
  • table/tables - use https://foo.table.core.windows.net/Tables('bar') format for table IDs (#106)

v0.24.0

24 Feb 02:06
a046cd9
Compare
Choose a tag to compare

FEATURES:

  • dependencies: updating to v0.20240223.1153421 of github.com/hashicorp/go-azure-sdk/sdk (#104)
  • dependencies: updating to v0.66.2 of github.com/hashicorp/go-azure-helpers (#104)
  • blob, container: support for encryption scope (#102)
  • Implement auto-retries when creating file shares (#104)

BUG FIXES:

  • HttpResponse fields shoud be vanilla *http.Response (#101)
  • Embed all response structs for continuity (#101)
  • Improve error handling (#101)
  • Fix a typo'd struct tag in both SDK versions (#101)
  • Export GetPropertiesInput{}.Action in storage/2023-11-03/datalakestore/paths/properties_get.go (#101)
  • Improve unmarshaling for binary payloads (#104)