Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/azure-storage-blob-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: Azure/azure-storage-blob-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 2 commits
  • 28 files changed
  • 7 contributors

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    d80c8c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. v0.14.0 Release (#281)

    * Removed requestId, Timeout, versionId, snapshot from the function signature of GetTags() and SetTags() (#252)
    
    * Changed the function signature of getTags and setTags
    
    * Minor Adjustment
    
    * Review - 1
    
    * Adding Support for PutBlobFromUrl (#251)
    
    * Regenerate SDK
    
    * Regenerate SDK with proper version
    
    * Adding support for PutBlobFromURL
    
    * Correcting regen code and handling other errors
    
    * Resolving comments on PR
    
    * Correcting SetTags method
    
    * Updating tests with GetTags and SetTags
    
    * Remove swagger/Go_BlobStorage/code-model-v1
    
    * Checks value of metadata & reorganized tests
    
    Co-authored-by: Adele Reed <adreed@microsoft.com>
    
    * Keep compatibility with Go 1.13.14. (#264)
    
    * - Keep compliance with Golang 1.13.14. http.Header has no method Values
      on older go versions.
    
    * Do not return error when client request id is missing
    
    * Adding MSI Login Example (#241)
    
    * Added MSI login example
    
    * Minor edits
    
    Co-authored-by: zezha-msft <zezha@microsoft.com>
    
    * Offer Knob to Disable Syslog | Default logging to syslog enabled (#268)
    
    * Provide Knob For Syslog
    
    * Reverting changes to GetTags/SetTags & BlobPropertiesInternal (#269)
    
    * Adding MSI Login Example (#241)
    
    * Added MSI login example
    
    * Minor edits
    
    Co-authored-by: zezha-msft <zezha@microsoft.com>
    
    * Reverting changes to GetTags/SetTags & BlobPropertiesInternal
    
    Co-authored-by: Mohit Sharma <65536214+mohsha-msft@users.noreply.github.com>
    Co-authored-by: zezha-msft <zezha@microsoft.com>
    
    Co-authored-by: siminsavani-msft <77068571+siminsavani-msft@users.noreply.github.com>
    Co-authored-by: zezha-msft <zezha@microsoft.com>
    
    * Update go dependencies
    
    * Resolving Concurrency Issues  (#275)
    
    * Resolving concurrency issues
    
    * Fixing concurrency test
    
    * Minor changes
    
    * Incremented version and added to changelog
    
    * Updated version to 0.14
    
    Co-authored-by: Mohit Sharma <65536214+mohsha-msft@users.noreply.github.com>
    Co-authored-by: Adele Reed <adreed@microsoft.com>
    Co-authored-by: Sreejith Kesavan <sreejithemk@gmail.com>
    Co-authored-by: zezha-msft <zezha@microsoft.com>
    Co-authored-by: Yang Peng <42422145+yangp18@users.noreply.github.com>
    6 people authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    e8074e1 View commit details
    Browse the repository at this point in the history
Loading