Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 919 Bytes

CHANGELOG.md

File metadata and controls

70 lines (37 loc) · 919 Bytes

4.0.0

  • Revert version to 2.6.0 line.
  • Supports Flutter Web.

3.0.1

  • Fix auth header signature generation code. (Thanks @geoffwc Geoff Webber-Cross. He found the problem and suggested improvements.)

3.0.0

  • BREAKING CHANGE! Switch to universal_io from http for network I/O.

2.6.0

  • Add list blobs API (Raw XML format)

2.5.0

  • Update http ^1.0.0
  • Fix lints
  • Use http_parser instead of dart:io to support Web

Breaking:

  • Rename BlobType symbol.

2.4.0

  • Supports Dart 3

2.3.0

  • Add method to delete from Azure Storage. (@GabeDiamond)

2.2.1

  • Fix ms-version to 2019-12-12 for Blob size limit.

2.2.0

  • Add supports of Blob URL with SAS token

2.1.0

  • Added dynamic headers (@NetFreaker)

2.0.1

  • Update deps

2.0.0

  • Null-safety

1.0.3

  • Add example

1.0.2

  • Fix example

1.0.1

  • Fix pub suggestions

1.0.0

  • Initial version, created by Stagehand