File: BreakingChanges.md

package info (click to toggle)
python-azure-storage 20181109%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76,472 kB
  • sloc: python: 28,724; makefile: 204; sh: 1
file content (11 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Breaking Changes azure-storage-common

> See the [Change Log](ChangeLog.md) for a summary of storage library changes.

## Version 1.1.0:

- Error message now contains the ErrorCode from the x-ms-error-code header value.

## Version 1.0.0:

- Renamed the confusing argument name increment_power to increment_base on ExponentialRetry.