Skip to content

chore: Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.7.0 to 1.8.0#5486

Merged
kodiakhq[bot] merged 2 commits into
mainfrom
dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.8.0
Jun 23, 2026
Merged

chore: Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.7.0 to 1.8.0#5486
kodiakhq[bot] merged 2 commits into
mainfrom
dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.7.0 to 1.8.0.

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.

sdk/storage/azblob/v1.8.0

1.8.0 (2026-06-15)

Features Added

  • Includes all features from 1.8.0-beta.1 and 1.8.0-beta.2

sdk/storage/azblob/v1.8.0-beta.2

1.8.0-beta.2 (2026-06-03)

Features Added

  • Added support for the Expect: 100-continue HTTP header on requests with a body. The new ExpectContinueBehavior field on ClientOptions configures the behavior via ExpectContinueOptions. By default (ExpectContinueModeApplyOnThrottle) the header is sent for one minute after a 429, 500, or 503 response is received; the interval can be overridden via ExpectContinueOptions.ThrottleInterval. Other modes are ExpectContinueModeOn (always send) and ExpectContinueModeOff (never send). Set the environment variable AZURE_STORAGE_DISABLE_EXPECT_CONTINUE_HEADER=true to disable the feature regardless of ClientOptions.
Commits

@dependabot dependabot Bot added automerge dependencies Pull requests that update a dependency file labels Jun 23, 2026
@netlify

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

Deploy Preview for go-feature-flag-doc-preview canceled.

Name Link
🔨 Latest commit cee67ed
🔍 Latest deploy log https://app.netlify.com/projects/go-feature-flag-doc-preview/deploys/6a39e1cda5dadc0008e82d00

@greptile-apps

greptile-apps Bot commented Jun 23, 2026

Copy link
Copy Markdown

Greptile Summary

This is a routine dependency bump by Dependabot, upgrading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from v1.7.0 to v1.8.0. The diff touches only go.mod and go.sum with no application code changes.

  • go.mod: Single version line updated from v1.7.0v1.8.0.
  • go.sum: Old v1.7.0 checksums replaced with the new v1.8.0 checksums; the v1.1.0 go.mod line retained as expected.

Confidence Score: 5/5

Safe to merge — only go.mod and go.sum are updated; no application code is changed.

This is a two-file dependency bump touching only go.mod and go.sum. The azblob v1.8.0 release is additive (Expect: 100-continue header support) with no breaking changes noted, and no call-site code is modified in this repository.

No files require special attention.

Important Files Changed

Filename Overview
go.mod Bumps azblob SDK from v1.7.0 to v1.8.0; no other changes
go.sum Updates checksums for the azblob v1.8.0 package; old v1.7.0 hashes removed and new hashes added

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[go-feature-flag] -->|requires| B[azure-sdk-for-go/sdk/storage/azblob]
    B1[v1.7.0 OLD] -->|bumped to| B2[v1.8.0 NEW]
    B2 -->|new feature| C[Expect: 100-continue header support]
    C --> D[ExpectContinueModeApplyOnThrottle - default]
    C --> E[ExpectContinueModeOn - always send]
    C --> F[ExpectContinueModeOff - never send]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[go-feature-flag] -->|requires| B[azure-sdk-for-go/sdk/storage/azblob]
    B1[v1.7.0 OLD] -->|bumped to| B2[v1.8.0 NEW]
    B2 -->|new feature| C[Expect: 100-continue header support]
    C --> D[ExpectContinueModeApplyOnThrottle - default]
    C --> E[ExpectContinueModeOn - always send]
    C --> F[ExpectContinueModeOff - never send]
Loading

Reviews (4): Last reviewed commit: "Merge branch 'main' into dependabot/go_m..." | Re-trigger Greptile

@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.71%. Comparing base (0213451) to head (cee67ed).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5486      +/-   ##
==========================================
+ Coverage   86.65%   86.71%   +0.05%     
==========================================
  Files         160      160              
  Lines        7037     7037              
==========================================
+ Hits         6098     6102       +4     
+ Misses        698      694       -4     
  Partials      241      241              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kodiakhq kodiakhq Bot removed the automerge label Jun 23, 2026
@kodiakhq

kodiakhq Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.8.0 branch from 3d804d4 to dd6fe78 Compare June 23, 2026 01:13
Bumps [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.7.0...sdk/azcore/v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.8.0 branch from dd6fe78 to d9fc7aa Compare June 23, 2026 01:21
@kodiakhq kodiakhq Bot merged commit 15a8eb4 into main Jun 23, 2026
28 checks passed
@kodiakhq kodiakhq Bot deleted the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.8.0 branch June 23, 2026 01:38
@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant