Skip to content

Commit d8ee809

Browse files
Region azure-na suport
1 parent 9a0d188 commit d8ee809

File tree

5 files changed

+48
-33
lines changed

5 files changed

+48
-33
lines changed

CHANGELOG.md

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# CHANGELOG
22

3-
## _v1.6.0_
3+
---
4+
5+
## _v1.7.0_
6+
7+
### **Date: 8-APR-2022**
8+
9+
Region support added.
10+
11+
- AZURE_NA support added
12+
- General code clean up
413

5-
============
14+
---
15+
16+
## _v1.6.0_
617

718
### **Date: 11-Aug-2021**
819

@@ -11,51 +22,45 @@ Live Preview support added.
1122
- Stack.live_preview_query function added in Stack
1223
- live preview funtions added in config
1324

14-
## _v1.5.1_
25+
---
1526

16-
============
27+
## _v1.5.1_
1728

1829
### **Date: 1-Aug-2021**
1930

2031
Issue #17 resolved.
2132
Stack.sync_init uses wrong parameter names
2233

23-
## _v1.5.0_
34+
---
2435

25-
============
36+
## _v1.5.0_
2637

2738
### **Date: 22-Jul-2021**
2839

2940
contentstack-utils updated to v1.1.0
3041

31-
## _v1.4.0_
42+
---
3243

33-
============
44+
## _v1.4.0_
3445

3546
### **Date: 05-Apr-2021**
3647

37-
Entry
38-
- include_embedded_objects support added
39-
Query
40-
- include_embedded_objects support added
48+
Entry - include_embedded_objects support added
49+
Query - include_embedded_objects support added
4150

42-
-----------------------------
51+
---
4352

4453
## _v1.3.0_
4554

46-
============
47-
4855
Date: 26-Feb-2021
4956

5057
- Retry policy and timeout support included
5158
- Set default timeout 30 sec
5259

53-
-----------------------------
60+
---
5461

5562
## _v1.2.0_
5663

57-
============
58-
5964
Date: 08-Dec-2020
6065

6166
- include_fallback Support Added
@@ -70,7 +75,7 @@ Date: 08-Dec-2020
7075
- Query
7176
- added support for include_fallback.
7277

73-
-----------------------------
78+
---
7479

7580
## _v1.1.0_
7681

@@ -80,7 +85,7 @@ EntryQueryable
8085

8186
- updated include_reference function.
8287

83-
-----------------------------
88+
---
8489

8590
## _v1.0.0_
8691

@@ -104,12 +109,12 @@ Query
104109

105110
- Changes incorporated in the Query class.
106111

107-
-----------------------------
112+
---
108113

109114
## _v0.1.0_
110115

111116
November-18, 2019 -beta release
112117

113118
Initial release for the contentstack-python-sdk for Content Delivery API
114119

115-
-----------------------------
120+
---

changelog.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,32 @@
22
**CHANGELOG**
33
================
44

5+
*v1.7.0*
6+
7+
============
8+
9+
**Date: 8-APR-2022**
10+
11+
Region support added.
12+
- AZURE_NA support added
13+
- General code clean up
14+
515
*v1.6.0*
616
============
717

818
**Date: 11-Aug-2021**
919

1020
Live Preview support added.
11-
- Stack.live_preview_query function added in Stack
12-
- live preview functions added in config
21+
- Stack.live_preview_query function added in Stack
22+
- live preview functions added in config
1323

1424
*v1.5.1*
1525
============
1626

1727
**Date: 1-Aug-2021**
1828

1929
Issue #17 resolved.
20-
Stack.sync_init uses wrong parameter names
30+
- Stack.sync_init uses wrong parameter names
2131

2232

2333
*v1.5.0*
@@ -44,8 +54,8 @@ Query
4454

4555
**Date: 26-Feb-2021**
4656

47-
- Retry policy and timeout support included
48-
- Set default timeout to 30 sec
57+
- Retry policy and timeout support included
58+
- Set default timeout to 30 sec
4959

5060
============
5161

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
__title__ = 'contentstack-python'
1919
__author__ = 'Contentstack'
2020
__status__ = 'debug'
21-
__version__ = '1.6.0'
21+
__version__ = '1.7.0'
2222
__endpoint__ = 'cdn.contentstack.io'
2323
__email__ = 'shailesh.mishra@contentstack.com'

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "contentstack.python",
3-
"version": "1.6.0",
4-
"developer": "shaileshmishra",
2+
"name": "contentstack-python",
3+
"version": "1.7.0",
4+
"developer": "ishaileshmishra",
55
"license": "MIT",
6-
"author": { "name": "shaileshmishra", "email": "mshaileshr@gmail.com" },
6+
"author": { "name": "shaileshmishra", "email": "ishaileshmishra@gmail.com" },
77
"homepage": "www.contentstack.com",
88
"readme": "./readme"
99
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
type="process",
2626
created="09 Jun 2020",
2727
keywords="contentstack-python",
28-
version="1.6.0",
28+
version="1.7.0",
2929
author="Contentstack",
3030
author_email="shailesh.mishra@contentstack.com",
3131
description="Contentstack is a headless CMS with an API-first approach.",

0 commit comments

Comments
 (0)