README.rst 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. Microsoft Azure Storage Client Library for Python - with Multi API version Support
  2. ==================================================================================
  3. Handles multi-API versions of Azure Storage Data Plane originally from https://github.com/Azure/azure-storage-python.
  4. **NOTE:**
  5. - This is not an official Azure Storage SDK.
  6. - It is used by https://github.com/Azure/azure-cli to support multiple API versions.
  7. - The official Azure Storage SDK is at https://github.com/Azure/azure-storage-python.
  8. - The official Azure CosmosDB Table SDK is at https://github.com/Azure/azure-cosmosdb-python/tree/master/azure-cosmosdb-table.
  9. - **Please file issues at the appropriate repository above.**
  10. Change Log
  11. ----------
  12. 0.9.0
  13. +++++
  14. * blob:
  15. - Support v2021-06-08(12.12.0)
  16. * fileshare:
  17. - Support v2021-06-08(12.8.0)
  18. * filedatalake:
  19. - Support v2021-06-08(12.7.0)
  20. * queue: Feature for 2018-03-28(12.3.0)
  21. 0.8.0
  22. +++++
  23. * blob:
  24. - Support v2021-04-10(12.10.0)
  25. * fileshare:
  26. - Support v2021-04-10(12.7.0)
  27. * filedatalake:
  28. - Support v2020-10-02(12.6.0)
  29. * queue: Minor fix for 2018-03-28(12.2.0)
  30. 0.7.0
  31. +++++
  32. * blob:
  33. - Support v2020-06-12(12.8.1)
  34. - Support v2020-10-02(12.9.0)
  35. * fileshare:
  36. - Minor fix for 2020-04-08(12.5.0)
  37. - Support v2020-10-02(12.6.0)
  38. * filedatalake:
  39. - Minor fix for 2020-02-10(12.3.1)
  40. - Support v2020-06-12(12.5.0)
  41. * queue: Minor fix for 2018-03-28(12.1.6)
  42. 0.6.2
  43. +++++
  44. * Fix import issue for filedatalake
  45. 0.6.1
  46. +++++
  47. * Support undelete filesystem
  48. * Fix minor issues in filedatalake
  49. 0.6.0
  50. +++++
  51. * blob(12.7.1): Support v2020-04-08
  52. * fileshare(12.4.1): Support v2020-04-08
  53. * filedatalake(12.2.2): Minor fix for 2020-02-10
  54. * queue(12.1.5): Minor fix for 2018-03-28
  55. 0.5.2
  56. +++++
  57. * Fix minor issue in filedatalake
  58. 0.5.1
  59. +++++
  60. * Fix import issue for filedatalake
  61. 0.5.0
  62. +++++
  63. * Add new api support for azure-multiapi-storagev2:
  64. - blob
  65. - v2020-02-10
  66. - filedatalake
  67. - v2020-02-10
  68. - fileshare
  69. - v2020-02-10
  70. 0.4.1
  71. +++++
  72. * Add tags support for blob
  73. * Add new api support for azure-multiapi-storagev2:
  74. - filedatalake
  75. - v2019-12-12
  76. - fileshare
  77. - v2019-12-12
  78. 0.4.0
  79. +++++
  80. * Add v2019-12-12 for azure.multiapi.storagev2.blob
  81. 0.3.7
  82. +++++
  83. * Fix syntax warning in python 3.8
  84. 0.3.6
  85. +++++
  86. * Fix package problem to include packages under the azure namespace
  87. 0.3.5
  88. +++++
  89. * Fix package problem: update prg_resources to pkgutil
  90. 0.3.4
  91. +++++
  92. * Remove __init__.py under azure
  93. 0.3.2
  94. +++++
  95. * Fix package issue
  96. 0.3.1
  97. +++++
  98. * Fix package issue
  99. 0.3.0
  100. +++++
  101. * Add support for storage data plane track2 SDK with new package azure-multiapi-storagev2:
  102. - blob
  103. - v2019-02-02
  104. - v2019-07-07
  105. - filedatalake
  106. - v2018-11-09
  107. - fileshare
  108. - v2019-02-02
  109. - v2019-07-07
  110. - queue
  111. - v2018-03-28
  112. 0.2.4
  113. +++++
  114. * Add new API version support:
  115. - 2018-11-09
  116. 0.2.3
  117. +++++
  118. * Add new API version support:
  119. - 2017-11-09 (from 1.2.0rc1 of azure-storage)
  120. 0.2.2
  121. +++++
  122. * Upgrade:
  123. - 2018-03-28 (from 1.3.0 to 1.3.1)
  124. 0.2.1
  125. +++++
  126. * Upgrade:
  127. - 2018-03-28 (from 1.1.0 to 1.3.0)
  128. 0.1.8
  129. +++++
  130. * Upgrade:
  131. - 2017-07-29 (from 0.37.1 to 1.1.0)
  132. 0.1.7
  133. +++++
  134. * Upgrade:
  135. - 2017-04-17 (from 0.37.0 to 0.37.1)
  136. 0.1.6
  137. +++++
  138. * Integrate the latest Python Storage SDK as well as the CosmosDB table SDK
  139. 0.1.5
  140. +++++
  141. * Mark futures as optional using environment markers so pip will evaluate the dependencies late and not install futures on Python 3.
  142. 0.1.4
  143. +++++
  144. * Fix for sdist (source distribution) not including azure/__init__.py.
  145. 0.1.3
  146. +++++
  147. * Upgrade:
  148. - 2017-04-17 (from 0.35.1 to 0.35.2)
  149. 0.1.2
  150. +++++
  151. * Add new API version support:
  152. - 2017-04-17 (from 0.35.1 of azure-storage)
  153. 0.1.1
  154. +++++
  155. * Upgrade:
  156. - 2016-05-31 (from 0.34.3 of azure-storage)
  157. 0.1.0
  158. +++++
  159. * Initial release.
  160. * Supported API versions:
  161. - 2016-05-31 (from 0.34.0 of azure-storage)
  162. - 2015-04-05 (from 0.30.0 of azure-storage)
  163. Contribute Code
  164. ---------------
  165. This project has adopted the `Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>`__.
  166. For more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.
  167. If you would like to become an active contributor to this project please
  168. follow the instructions provided in `Contribution License Agreement <https://cla.microsoft.com/>`__