Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.59 KB

BreakingChanges.md

File metadata and controls

25 lines (16 loc) · 1.59 KB

Breaking Changes

Note. This file includes breaking changes after 3.0.0-preview. For legacy Azurite changes, please goto GitHub releases.

2022.3 Version 3.x.0 (vNext)

  • [Breaking] Remove support in table API Azure Pipeline for old node js versions. This means that all table tests will run based on following versions of node js: 14, 16
  • [Breaking] Test matrix in Azure Pipeline has removed nodejs 8.
  • [Breaking] Batch responses include 3 CRLFs when closing final changesetresponse section to support Go SDK

2021.9 Version 3.14.2

2019.12 Version 3.4.0

  • [Breaking] By default Azurite will block requests with unsupported headers or parameters which may impact data integrity.
    • Skip this by switching to loose mode by Azurite configuration parameter --loose.
  • [Breaking] Azurite updates underline metadata schema which does not compatible with previous versions.
    • This version cannot guarantee compatible with persisted database models file by previous version. Remove previous metadata file and restart Azurite in case any errors.

2019.11 Version 3.3.0-preview

  • [Breaking] This version cannot guarantee compatible with persisted database models file by previous version. Remove previous metadata file and restart Azurite in case any errors.