Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Azure.Storage.DataMovement from 1.1.0 to 2.0.5 in /FSharpLu.Azure #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

Bumps Microsoft.Azure.Storage.DataMovement from 1.1.0 to 2.0.5.

Release notes

Sourced from Microsoft.Azure.Storage.DataMovement's releases.

Storage Data Movement Library 2.0.4

2020.05.13 Version 2.0.4

  • Includes changes from 2.0.3
  • Resolves Azure/azure-storage-net-data-movement#270 where the Microsoft.Azure.Storage.* libraries were pointing to the previously supported versions
  • Upgraded to Microsoft.Azure.Storage.Blob to 11.2.3
  • Upgraded to Microsoft.Azure.Storage.File to 11.2.3
  • Upgraded to Microsoft.Azure.Storage.Common to 11.2.3

Storage Data Movement Library 2.0.3

2020.04.15 Version 2.0.3

  • Includes changes from 2.0.2
  • Nuget Release resolves warning of compatibility issues when Target Framework is using Net Core

Storage Data Movement Library 2.0.2

2020.04.14 Version 2.0.2

Storage Data Movement Library 2.0.1

2020.11.20 Version 2.0.1

  • All Service on both .Net Framework and .Net Core
    • Fixed an issue which may cause data loss in copying with ServiceSideSyncCopy, when source and destination are both Page Blob or Azure File.

Storage Data Movement Library 2.0.0

2020.08.31 Version 2.0.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 11.1.2 to 11.2.2
    • Upgraded Microsoft.Azure.Storage.File from 11.1.2 to 11.2.2
    • Added a parameter in SetAttributesCallbackAsync to represent source instance.
  • Blob Service on both .Net Framework and .Net Core
    • Added support to set encryption scope when destination is Azure Blob Service.
  • File Service on both .Net Framework and .Net Core
    • Added support to preserve preserve file permissions and SMB attributes when copying between Azure File Services.
  • All Service on .Net Core
    • Fix an issue of throwing out "illegal character" in some environment without UNC path support.

Storage Data Movement Library 1.3.0

2020.02.26 Version 1.3.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 11.1.1 to 11.1.2
    • Upgraded Microsoft.Azure.Storage.File from 11.1.1 to 11.1.2
    • Added a copy method to leverage Service Side Synchronous Copy to copy between Azure Files, or between Blob and Azure File.
  • Page Blob and File Service on both .Net Framework and .Net Core
    • Reduce request of ListRanges when source is small Page Blob or Azure File.

Storage Data Movement Library 1.2.0

2019.12.17 Version 1.2.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 11.1.0 to 11.1.1
    • Upgraded Microsoft.Azure.Storage.File from 11.1.0 to 11.1.1
    • Changed to not send request to query copying status when the Service Side Synchronous Copy can be completed when StartCopy request returns.

... (truncated)

Changelog

Sourced from Microsoft.Azure.Storage.DataMovement's changelog.

2024.05.13 Version 2.0.5

  • Added Systems.Text.RegularExpressions as a dependency and targetted the most stable version 4.3.1

2021.05.12 Version 2.0.4

  • Resolves issue of pointing to incorrect version of Microsoft.Azure.Storage.Blob and File libraries
  • Upgraded to Microsoft.Azure.Storage.Blob to 11.2.3
  • Upgraded to Microsoft.Azure.Storage.File to 11.2.3
  • Upgraded to Microsoft.Azure.Storage.Common to 11.2.3

2021.04.15 Version 2.0.3

  • Nuget Release resolves warning of compatibility issues when Target Framework is using Net Core

2021.04.14 Version 2.0.2

  • Upgraded Dependency System.Net.Http to v4.3.4 due to vulnerability in v4.3.0 on .Net Core

2020.11.20 Version 2.0.1

  • All Service on both .Net Framework and .Net Core
    • Fixed an issue which may cause data loss in copying with ServiceSideSyncCopy, when source and destination are both Page Blob or Azure File.

2020.08.31 Version 2.0.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 11.1.2 to 11.2.2
    • Upgraded Microsoft.Azure.Storage.File from 11.1.2 to 11.2.2
    • Added a parameter in SetAttributesCallbackAsync to represent source instance.
  • Blob Service on both .Net Framework and .Net Core
    • Added support to set encryption scope when destination is Azure Blob Service.
  • File Service on both .Net Framework and .Net Core
    • Added support to preserve preserve file permissions and SMB attributes when copying between Azure File Services.
  • All Service on .Net Core
    • Fix an issue of throwing out "illegal character" in some environment without UNC path support.

2020.02.26 Version 1.3.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 11.1.1 to 11.1.2
    • Upgraded Microsoft.Azure.Storage.File from 11.1.1 to 11.1.2
    • Added a copy method to leverage Service Side Synchronous Copy to copy between Azure Files, or between Blob and Azure File.
  • Page Blob and File Service on both .Net Framework and .Net Core
    • Reduce request of ListRanges when source is small Page Blob or Azure File.

2019.12.17 Version 1.2.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 11.1.0 to 11.1.1
    • Upgraded Microsoft.Azure.Storage.File from 11.1.0 to 11.1.1
    • Changed to not send request to query copying status when the Service Side Synchronous Copy can be completed when StartCopy request returns.
  • File Service on both .Net Framework and .Net Core
    • Added support to preserve file permission when uploading/downloading from/to local file directory to/from Azure File directory on Windows.
    • Removed client side file size limitation checking and changed to leverage server side file size checking when transferring destination is Azure File.

2019.09.29 Version 1.1.0

  • All Service on both .Net Framework and .Net Core

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [Microsoft.Azure.Storage.DataMovement](https://github.com/Azure/azure-storage-net-data-movement) from 1.1.0 to 2.0.5.
- [Release notes](https://github.com/Azure/azure-storage-net-data-movement/releases)
- [Changelog](https://github.com/Azure/azure-storage-net-data-movement/blob/master/changelog.txt)
- [Commits](https://github.com/Azure/azure-storage-net-data-movement/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Storage.DataMovement
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants