- 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
- 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
- fixes #172
- merged PR arafato/azurite#170 -> thanks to @julienr
- fixes #169
- support for Merge Entity #137
- support for Insert or Replace Entity #139
- support for Insert Or Merge Entity #140
- fixes #166: Blob: ETag in validation is now also properly enclosed in escaped double parenthesis
- support for UpdateEntity #136
- fixes #165: Blob: ETag is properly enclosed in escaped double parenthesis
- support for QueryEntities #132
- support for QueryTable #133
- thanks to @tlycken for various bugfixes (see PR @ arafato/azurite#163)
- fixes #160: adds working $root container semantics
- fixes #155: Improvements in Azure Storage Explorer integration (Blob Storage)
- added table support in package.json
- support for DeleteEntity #138
- Initial support for Table Storage:
- fixes #157: Blob Storage Bugfix in CopyBlob (again)
- fixes #157: Blob Storage Bugfix in CopyBlob
- fixes #158: Blob Storage Bugfix
- fixes #159: Blob Storage Bugfix
- fixes #156: Blob Storage Featre: Support for Get/Set StorageServiceProperties, Preflight Request, and CORS Support
- merged PR arafato/azurite#153 -> thanks to @jamesrichford
- merged PR arafato/azurite#151 -> thanks to @jamesrichford
- fixes #149: -> thanks a lot to @kautsig for proposing an initial solution in PR 147
- merged PR arafato/azurite#148 -> thanks to @Nighthawk22
- fixes #144: Blob Storage Bugfix: Wrong offset calculation for continuation token
- fixes #142: Blob Storage Bugfix
- 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!
- removed typo (see comment at https://github.com/arafato/azurite/commit/78ac258550232fd801a3184aee2286ed3469bfd4#commitcomment-26027432)
- fixes #124: Blob Storage Bugfix
- fixes #60: Blob: Added support for servic-level Shared Access Signatures
- fixes #121: Queue Storage: Adds support for ListQueues
- fixes #97: Queue Storage: Adds support for GetQueueMetadata
- fixes #119: Queue Storage
- fixes #118: Queue Storage
- fixes #117: Queue Storage
- fixes #116: Queue Storage
- fixes #115: Queue Storage
- fixes #106: Queue Storage: Adds support for UpdateMessage
- fixes #104: Queue Storage: Adds support for DeleteMessage
- 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
- fixes #98: Added support for SetQueueMetadata
- fixes #96: Added support for DeleteQueue
- architectural changes to support different storage services such as queues, files, tables
- support for queues started #96: support for CreateQueue
- fixes #95
- initial support for Copy Blob and Abort Copy Blob #63
- fixes #90
- fixes #85: append block on non-existing blob does not crash anymore
- fixes #84: changed CRLF line endings to LF to make Azurite run on *nix OS
- fixes the fixes #83: ListBlobs delimiter is really working now
- fixes #83: ListBlobs delimiter is working now
- Azurite now uses a flat base64-encoded file hierarchy, see #82: