Skip to content

Releases: ilyabrin/disk

v1.1.0

13 Jan 03:23

Choose a tag to compare

What's Changed

  • Dockerfile added (closes #10) by @ilyabrin in #21
  • Bump actions/setup-go from 3 to 4 by @dependabot[bot] in #31
  • Bump coverallsapp/github-action from 1.1.3 to 2.0.0 by @dependabot[bot] in #30
  • Bump coverallsapp/github-action from 2.0.0 to 2.1.2 by @dependabot[bot] in #33
  • Bump coverallsapp/github-action from 2.1.2 to 2.2.0 by @dependabot[bot] in #34
  • Bump coverallsapp/github-action from 2.2.0 to 2.2.1 by @dependabot[bot] in #35
  • Bump actions/checkout from 3 to 4 by @dependabot[bot] in #36
  • Bump coverallsapp/github-action from 2.2.1 to 2.2.3 by @dependabot[bot] in #37
  • Bump github/codeql-action from 2 to 3 by @dependabot[bot] in #39
  • Bump actions/setup-go from 4 to 5 by @dependabot[bot] in #38
  • Bump coverallsapp/github-action from 2.2.3 to 2.3.0 by @dependabot[bot] in #41
  • Bump gopkg.in/dnaeon/go-vcr.v3 from 3.1.2 to 3.2.0 by @dependabot[bot] in #40
  • Tests by @ilyabrin in #43
  • Bump github.com/stretchr/testify from 1.8.0 to 1.9.0 by @dependabot[bot] in #48
  • Bump coverallsapp/github-action from 2.3.0 to 2.3.3 by @dependabot[bot] in #46
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot[bot] in #49
  • deps(deps): bump coverallsapp/github-action from 2.3.3 to 2.3.6 in /.github/workflows by @dependabot[bot] in #50
  • Comprehensive Yandex Disk API Improvements by @ilyabrin in #52
  • Potential fix for code scanning alert no. 1: Clear-text logging of sensitive information by @ilyabrin in #54
  • chore: Update workflows for improved security and Go setup; add path validation by @ilyabrin in #56
  • deps(deps): bump securego/gosec from 2.19.0 to 2.22.8 in /.github/workflows by @dependabot[bot] in #60
  • deps(deps): bump actions/checkout from 4 to 5 in /.github/workflows by @dependabot[bot] in #59
  • deps(deps): bump actions/setup-go from 5 to 6 in /.github/workflows by @dependabot[bot] in #63

Full Changelog: v1.0.1...v1.1.0

v1.0.1

11 Nov 13:40
2c68fbb

Choose a tag to compare

  • PaidMaxFileSize field added to Disk.Info() response
  • Attach, Messenger, Calendar, Scans fields added to SystemFolders struct
  • Longitude, Latitude added to Exif struct
  • ErrorResponse moved from types to client
  • unparam golangci linter diabled before fix in next releases

v.1.0.0

06 Nov 12:03
aef2f2f

Choose a tag to compare

What's Changed

  • All methods added with tests
  • Update README.md by @ilyabrin in #20
  • add: GH Actions for test, lint, coverage by @ilyabrin in #24

New Contributors

Full Changelog: v.0.1-alpha...v.1.0.0