1.8.0-beta.2 (2026-06-03)
Features Added
- Added support for the
Expect: 100-continueHTTP header on requests with a body. The newExpectContinueBehaviorfield onClientOptionsconfigures the
behavior viaExpectContinueOptions. By default (ExpectContinueModeApplyOnThrottle) the header is sent for one minute after a 429, 500, or 503 response
is received; the interval can be overridden viaExpectContinueOptions.ThrottleInterval. Other modes areExpectContinueModeOn(always send) and
ExpectContinueModeOff(never send). Set the environment variableAZURE_STORAGE_DISABLE_EXPECT_CONTINUE_HEADER=trueto disable the feature regardless of
ClientOptions.