Skip to content

Commit 405f78a

Browse files
authored
Merge pull request #306 from zezha-msft/release-0.34.3
Release 0.34.3
2 parents db4909a + 457c81e commit 405f78a

File tree

604 files changed

+39777
-91392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

604 files changed

+39777
-91392
lines changed

azure/storage/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import platform
1616

1717
__author__ = 'Microsoft Corp. <[email protected]>'
18-
__version__ = '0.34.2'
18+
__version__ = '0.34.3'
1919

2020
# x-ms-version for storage service.
2121
X_MS_VERSION = '2016-05-31'

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '0.34.2'
56+
version = '0.34.3'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.34.2'
58+
release = '0.34.3'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
setup(
4343
name='azure-storage',
44-
version='0.34.2',
44+
version='0.34.3',
4545
description='Microsoft Azure Storage Client Library for Python',
4646
long_description=open('README.rst', 'r').read(),
4747
license='Apache License 2.0',

tests/recordings/test_append_blob.test_append_blob_from_bytes.yaml

Lines changed: 21 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ interactions:
44
headers:
55
Connection: [keep-alive]
66
Content-Length: ['0']
7-
User-Agent: [Azure-Storage/0.34.0 (Python CPython 3.5.2; Windows 10)]
7+
User-Agent: [Azure-Storage/0.34.3 (Python CPython 3.6.1; Windows 10)]
88
x-ms-blob-type: [AppendBlob]
9-
x-ms-client-request-id: [8ab27b92-f4a8-11e6-9f63-64510640cc62]
10-
x-ms-date: ['Fri, 17 Feb 2017 00:32:20 GMT']
9+
x-ms-client-request-id: [255945f0-50c8-11e7-b725-705a0f3d3f8d]
10+
x-ms-date: ['Wed, 14 Jun 2017 06:10:20 GMT']
1111
x-ms-version: ['2016-05-31']
1212
method: PUT
1313
uri: https://storagename.blob.core.windows.net/utcontainer927f11f2/blob927f11f2
1414
response:
1515
body: {string: ''}
1616
headers:
17-
Date: ['Fri, 17 Feb 2017 00:32:20 GMT']
18-
ETag: ['"0x8D456CC6EF93A35"']
19-
Last-Modified: ['Fri, 17 Feb 2017 00:32:20 GMT']
17+
Date: ['Wed, 14 Jun 2017 06:10:20 GMT']
18+
ETag: ['"0x8D4B2EC094B990B"']
19+
Last-Modified: ['Wed, 14 Jun 2017 06:10:20 GMT']
2020
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
2121
Transfer-Encoding: [chunked]
22-
x-ms-request-id: [aeab51c2-0001-000c-66b5-880533000000]
22+
x-ms-request-id: [f04e1aa7-0001-0053-5ed4-e448db000000]
2323
x-ms-request-server-encrypted: ['true']
2424
x-ms-version: ['2016-05-31']
2525
status: {code: 201, message: Created}
@@ -28,34 +28,34 @@ interactions:
2828
headers:
2929
Connection: [keep-alive]
3030
Content-Length: ['26']
31-
User-Agent: [Azure-Storage/0.34.0 (Python CPython 3.5.2; Windows 10)]
32-
x-ms-client-request-id: [8aebe8dc-f4a8-11e6-b209-64510640cc62]
33-
x-ms-date: ['Fri, 17 Feb 2017 00:32:20 GMT']
31+
User-Agent: [Azure-Storage/0.34.3 (Python CPython 3.6.1; Windows 10)]
32+
x-ms-client-request-id: [256c4ce8-50c8-11e7-b2d8-705a0f3d3f8d]
33+
x-ms-date: ['Wed, 14 Jun 2017 06:10:20 GMT']
3434
x-ms-version: ['2016-05-31']
3535
method: PUT
3636
uri: https://storagename.blob.core.windows.net/utcontainer927f11f2/blob927f11f2?comp=appendblock
3737
response:
3838
body: {string: ''}
3939
headers:
4040
Content-MD5: [w/zT12GS5AB9+0lsymfhOw==]
41-
Date: ['Fri, 17 Feb 2017 00:32:20 GMT']
42-
ETag: ['"0x8D456CC6F06F5FE"']
43-
Last-Modified: ['Fri, 17 Feb 2017 00:32:20 GMT']
41+
Date: ['Wed, 14 Jun 2017 06:10:20 GMT']
42+
ETag: ['"0x8D4B2EC09507BE9"']
43+
Last-Modified: ['Wed, 14 Jun 2017 06:10:20 GMT']
4444
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
4545
Transfer-Encoding: [chunked]
4646
x-ms-blob-append-offset: ['0']
4747
x-ms-blob-committed-block-count: ['1']
48-
x-ms-request-id: [aeab51e6-0001-000c-06b5-880533000000]
48+
x-ms-request-id: [f04e1ab1-0001-0053-64d4-e448db000000]
4949
x-ms-request-server-encrypted: ['true']
5050
x-ms-version: ['2016-05-31']
5151
status: {code: 201, message: Created}
5252
- request:
5353
body: null
5454
headers:
5555
Connection: [keep-alive]
56-
User-Agent: [Azure-Storage/0.34.0 (Python CPython 3.5.2; Windows 10)]
57-
x-ms-client-request-id: [8af96c40-f4a8-11e6-a3db-64510640cc62]
58-
x-ms-date: ['Fri, 17 Feb 2017 00:32:20 GMT']
56+
User-Agent: [Azure-Storage/0.34.3 (Python CPython 3.6.1; Windows 10)]
57+
x-ms-client-request-id: [2571383a-50c8-11e7-92b9-705a0f3d3f8d]
58+
x-ms-date: ['Wed, 14 Jun 2017 06:10:20 GMT']
5959
x-ms-range: [bytes=0-33554431]
6060
x-ms-version: ['2016-05-31']
6161
method: GET
@@ -67,97 +67,16 @@ interactions:
6767
Content-Length: ['26']
6868
Content-Range: [bytes 0-25/26]
6969
Content-Type: [application/octet-stream]
70-
Date: ['Fri, 17 Feb 2017 00:32:20 GMT']
71-
ETag: ['"0x8D456CC6F06F5FE"']
72-
Last-Modified: ['Fri, 17 Feb 2017 00:32:20 GMT']
70+
Date: ['Wed, 14 Jun 2017 06:10:20 GMT']
71+
ETag: ['"0x8D4B2EC09507BE9"']
72+
Last-Modified: ['Wed, 14 Jun 2017 06:10:20 GMT']
7373
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
7474
Vary: [Origin]
7575
x-ms-blob-committed-block-count: ['1']
7676
x-ms-blob-type: [AppendBlob]
7777
x-ms-lease-state: [available]
7878
x-ms-lease-status: [unlocked]
79-
x-ms-request-id: [aeab51f8-0001-000c-16b5-880533000000]
80-
x-ms-server-encrypted: ['true']
81-
x-ms-version: ['2016-05-31']
82-
status: {code: 206, message: Partial Content}
83-
- request:
84-
body: null
85-
headers:
86-
Connection: [keep-alive]
87-
Content-Length: ['0']
88-
User-Agent: [Azure-Storage/0.34.0 (Python CPython 3.5.2; Windows 10)]
89-
x-ms-blob-type: [AppendBlob]
90-
x-ms-client-request-id: [ac0bd37e-f4ac-11e6-88fa-64510640cc62]
91-
x-ms-date: ['Fri, 17 Feb 2017 01:01:53 GMT']
92-
x-ms-version: ['2016-05-31']
93-
method: PUT
94-
uri: https://storagename.blob.core.windows.net/utcontainer927f11f2/blob927f11f2
95-
response:
96-
body: {string: ''}
97-
headers:
98-
Date: ['Fri, 17 Feb 2017 01:01:53 GMT']
99-
ETag: ['"0x8D456D0905E3949"']
100-
Last-Modified: ['Fri, 17 Feb 2017 01:01:54 GMT']
101-
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
102-
Transfer-Encoding: [chunked]
103-
x-ms-request-id: [d598bc80-0001-0023-2cb9-8808f8000000]
104-
x-ms-request-server-encrypted: ['true']
105-
x-ms-version: ['2016-05-31']
106-
status: {code: 201, message: Created}
107-
- request:
108-
body: abcdefghijklmnopqrstuvwxyz
109-
headers:
110-
Connection: [keep-alive]
111-
Content-Length: ['26']
112-
User-Agent: [Azure-Storage/0.34.0 (Python CPython 3.5.2; Windows 10)]
113-
x-ms-client-request-id: [ac4f2cd0-f4ac-11e6-8992-64510640cc62]
114-
x-ms-date: ['Fri, 17 Feb 2017 01:01:54 GMT']
115-
x-ms-version: ['2016-05-31']
116-
method: PUT
117-
uri: https://storagename.blob.core.windows.net/utcontainer927f11f2/blob927f11f2?comp=appendblock
118-
response:
119-
body: {string: ''}
120-
headers:
121-
Content-MD5: [w/zT12GS5AB9+0lsymfhOw==]
122-
Date: ['Fri, 17 Feb 2017 01:01:53 GMT']
123-
ETag: ['"0x8D456D09070FE64"']
124-
Last-Modified: ['Fri, 17 Feb 2017 01:01:54 GMT']
125-
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
126-
Transfer-Encoding: [chunked]
127-
x-ms-blob-append-offset: ['0']
128-
x-ms-blob-committed-block-count: ['1']
129-
x-ms-request-id: [d598bc87-0001-0023-32b9-8808f8000000]
130-
x-ms-request-server-encrypted: ['true']
131-
x-ms-version: ['2016-05-31']
132-
status: {code: 201, message: Created}
133-
- request:
134-
body: null
135-
headers:
136-
Connection: [keep-alive]
137-
User-Agent: [Azure-Storage/0.34.0 (Python CPython 3.5.2; Windows 10)]
138-
x-ms-client-request-id: [ac618b58-f4ac-11e6-8ebd-64510640cc62]
139-
x-ms-date: ['Fri, 17 Feb 2017 01:01:54 GMT']
140-
x-ms-range: [bytes=0-33554431]
141-
x-ms-version: ['2016-05-31']
142-
method: GET
143-
uri: https://storagename.blob.core.windows.net/utcontainer927f11f2/blob927f11f2
144-
response:
145-
body: {string: abcdefghijklmnopqrstuvwxyz}
146-
headers:
147-
Accept-Ranges: [bytes]
148-
Content-Length: ['26']
149-
Content-Range: [bytes 0-25/26]
150-
Content-Type: [application/octet-stream]
151-
Date: ['Fri, 17 Feb 2017 01:01:53 GMT']
152-
ETag: ['"0x8D456D09070FE64"']
153-
Last-Modified: ['Fri, 17 Feb 2017 01:01:54 GMT']
154-
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
155-
Vary: [Origin]
156-
x-ms-blob-committed-block-count: ['1']
157-
x-ms-blob-type: [AppendBlob]
158-
x-ms-lease-state: [available]
159-
x-ms-lease-status: [unlocked]
160-
x-ms-request-id: [d598bc91-0001-0023-3ab9-8808f8000000]
79+
x-ms-request-id: [f04e1aba-0001-0053-6ad4-e448db000000]
16180
x-ms-server-encrypted: ['true']
16281
x-ms-version: ['2016-05-31']
16382
status: {code: 206, message: Partial Content}

0 commit comments

Comments
 (0)