Skip to content

Latest commit

 

History

History
155 lines (152 loc) · 8.93 KB

release-notes.md

File metadata and controls

155 lines (152 loc) · 8.93 KB

2.0

2.7.0

  • updated SAS Authentication
  • updated Error & response handling
  • fixes for blob service properties to be set on start
  • fixes #70
  • enabled external integration tests from Azure-storage-node

2.6.6

  • updated testing using azure-storage-node tests in submodule
  • application of jshint and prettier rule sets
  • multiple fixes for issues in table storage
  • fixes #47 - Copied blob has incorrect content type
  • merged PR #32 -> thanks to @trekawek
  • merged PR #30 -> thanks to @julienr
  • merged PR #46 -> thanks to @Fanarito
  • merged PR #47 -> thanks to @kalleep
  • fixes #12
  • merged PR #28 fixes #26 -> thanks to @kalleep
  • merged PR [#25](BLOB shared key authentication) -> thanks to @vitaly-goot
  • merged PR #15 fixes #19 -> thanks to @david-driscoll

2.6.5 (moved to github.com/azure/azurite)

  • merged PR #4 -> thanks to @trekawek
  • merged PR #2 -> thanks to @trekawek

2.6.4

2.6.3

2.6.2

2.6.1

2.6.0

  • support for Merge Entity #137
  • support for Insert or Replace Entity #139
  • support for Insert Or Merge Entity #140

2.5.1

  • fixes #166: Blob: ETag in validation is now also properly enclosed in escaped double parenthesis

2.5.0

  • support for UpdateEntity #136

2.4.1

  • fixes #165: Blob: ETag is properly enclosed in escaped double parenthesis

2.4.0

  • support for QueryEntities #132

2.3.0

2.2.2

  • fixes #160: adds working $root container semantics
  • fixes #155: Improvements in Azure Storage Explorer integration (Blob Storage)

2.2.1

  • added table support in package.json

2.2.0

  • support for DeleteEntity #138

2.1.0

  • support for InsertEntity #131
  • support for DeleteTable #130

2.0.0

  • Initial support for Table Storage:
    • technical base work #141
    • Support for CreateTable #129
  • fixes #157: Blob Storage Bugfix in CopyBlob (again)

1.0

1.9.3

  • fixes #157: Blob Storage Bugfix in CopyBlob

1.9.2

  • fixes #158: Blob Storage Bugfix

1.9.1

  • fixes #159: Blob Storage Bugfix

1.9.0

  • fixes #156: Blob Storage Featre: Support for Get/Set StorageServiceProperties, Preflight Request, and CORS Support

1.8.6

1.8.5

1.8.3

  • fixes #144: Blob Storage Bugfix: Wrong offset calculation for continuation token

1.8.2

  • fixes #142: Blob Storage Bugfix

1.8.1

  • fixes #128: Queue: Adds support for Queue Length in metadata -> thanks to @leafnode for PR!
  • fixes #16: Optimized launch configuration, improved README, improved unsupported route handling -> thanks to @liamdawson for PR!

1.8.0

  • fixes #100: Queue: Adds support for Set Queue ACL
  • fixes #99: Queue: Adds support for Get Queue ACL

1.7.2

1.7.1

  • fixes #124: Blob Storage Bugfix

1.7.0

  • fixes #60: Blob: Added support for servic-level Shared Access Signatures

1.6.1

  • fixes #123: Blob Storage Bugfix
  • fixes #122: Blob Storage Bugfix

1.6.0

  • fixes #121: Queue Storage: Adds support for ListQueues
  • fixes #97: Queue Storage: Adds support for GetQueueMetadata
  • fixes #119: Queue Storage

1.5.1

  • fixes #118: Queue Storage
  • fixes #117: Queue Storage
  • fixes #116: Queue Storage
  • fixes #115: Queue Storage

1.5.0

  • fixes #106: Queue Storage: Adds support for UpdateMessage

1.4

  • fixes #104: Queue Storage: Adds support for DeleteMessage

1.3

1.3.1

  • fixes #103: Queue Storage: Adds support for PeekMessages
  • fixes #105: Queue Storage: Adds support for ClearMessages
  • fixes #102: Queue Storage: Adds support for GetMessages
  • fixes #101: Queue Storage: Adds support for PutMessage

1.3.0

  • fixes #110: fixed require directive for QueueManager
  • fixes #107: high idle load

1.2.0

  • fixes #98: Added support for SetQueueMetadata

1.1.0

  • fixes #96: Added support for DeleteQueue

1.0.0

  • architectural changes to support different storage services such as queues, files, tables
  • support for queues started #96: support for CreateQueue

0.10

0.10.2

0.10.1

0.10.0

  • initial support for Copy Blob and Abort Copy Blob #63

0.9

0.9.16

0.9.15

0.9.14

  • fixes #85: append block on non-existing blob does not crash anymore

0.9.13

  • fixes #84: changed CRLF line endings to LF to make Azurite run on *nix OS

0.9.12

  • fixes the fixes #83: ListBlobs delimiter is really working now

0.9.11

  • fixes #83: ListBlobs delimiter is working now

0.9.10

  • Azurite now uses a flat base64-encoded file hierarchy, see #82: